@charset "UTF-8";
/* CSS Document */

body {
margin: 0 auto;
background-image:url(img/bkg.jpg);
background-repeat:no-repeat;
background-position:center top;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
margin-left:300px;
}

#other {
background-image:url(img/bkg2.jpg);
margin-left:0px;
}

.contentindent {
margin-left:20px;
margin-right:20px;
}

.signs {
background-image:url(img/callmesigns.jpg);
}

#shell {
margin:0 auto;
width: 800px;
padding-top:155px;
}

#navbar {
height: 60px;
line-height:60px;
padding-left:10px;
margin-bottom:20px;
text-align:center;
}

#navbar a {
text-decoration:none;
margin-right:5px;
margin-left:5px;
color:black;
font-weight:bold;
font-size:14px;
}

#navbar a:hover {
color:white;
}

H2 {
color:red;
font-size:18px;
}

#copy {
padding:10px;
}

a:link, a:visited {
text-decoration:none;
color:#44B122;
}

a img {
border:none;
}

#magicbutton {
margin-top:-220px;
float:right;
}

#header {
margin-top: 10px;	
}