body {
margin: 0 auto;
background-image:url(images/sitebkg.jpg);
background-repeat:repeat-x;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
background-color:#000;
}

a:link, a:visited {
text-decoration:none;
color:red;
}

#shell {
	margin: 0 auto;
background-image:url(images/shellbkg.jpg);
background-repeat:no-repeat;
min-height:500px;
}

#exshell {
	margin:0 auto;
width:1000px;
background-image:url(images/exshellbkg.jpg);
}

#header {
height:140px;	
}

#menu {
height:25px;	
line-height:25px;
text-align:center;
}

#menu a:link, #menu a:visited {
color:black;
font-weight:bold;
margin-left:7px;
margin-right:7px;
}

#menu a:hover {
color:white;	
}
#main {
padding-left:60px;
padding-right:60px;
}
#content {
margin-left:30px;
margin-top:30px;
width:660px;
float:left;
}
#right {
	float:right;
	margin-right:10px;
	margin-top:30px;
	padding:10px;
	width:150px;
	border-left:1px solid #999;
}
.clear {
clear:both;	

}
p {
margin-top:0px;	
}

h1 {
text-align:center;	
margin-top:0px;
}

#clicktocall {
float:right;
margin-top:30px;
margin-right:30px;
width:275px;
color:white !important;
}
#tagline {
color:#ded7b1;	
width:275px;
text-align:center;
font-size:12px;
float:left;
margin-left:225px;
margin-top:95px;
font-family:Tahoma, Geneva, sans-serif;
}
#footer {
	clear:both;
text-align:center;
margin:30px;

}