
body {
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-x;
  

}

#topheader {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	height:870px;

}



#phone {
margin-top:20px;
	
}

h4 {
font-size:40px;
color:#FF0000;
}

#nav {
margin-left:13px;}


#nav ul li {
float:left;
list-style:none;
margin-top:265px;
margin-right:15px;

}

#nav a {
color:#FF0000;
text-decoration:none;
font-weight:bold;
}

#maincontent {
margin-top:350px;
}

h1 {
color:#FF0000;
}

h2 {
	color:#ff0000;
	font-size:18px;
}

h3 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	
}

p{
	color:#ff0000;
}

ul {
	color:#ff0000;
}

#sidebar  {
height:850px;
border-left:dotted #FF0000 thin;
margin-top:350px;
text-align:left;

}

#sidebar img {
	margin-left:20px;
}

#footer {
text-align:center;
margin-top:130px;
}

#footer a {
color:#333333;
text-decoration:none;



}