@charset "utf-8";
/* CSS Document */
*{
padding:0;
margin:0;	
}

body{
font-family: 'Open Sans', sans-serif;
background:#c3ced6;	
}

a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#000000;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */

a{
text-decoration:none;		
}

#wrapper{
height:auto;
width:960px;
margin:0 auto;
overflow:hidden;
background:#fff;	
}

#header{
height:106px;
width:960px;
background:url(header.jpg);
}

#topimage{
margin:0 auto;
height:137px;
width:922px;
margin-top:20px;
}

#logo{
height:90px;
width:200px;
float:left;
background:url(astrologo.png);
background-repeat:no-repeat;
margin-left:20px;
margin-top:10px;	
}

#RightTop{
float:right;	
}

#phone{
height:50px;
width:310px;
text-align:right;
font-size:18px;
font-weight:700;
color:#fff;
margin-right:30px;
margin-top:10px;	
}

#nav{
height:30px;
width:280px;
margin-left:70px;
margin-top:20px;
}

#nav li{
float: left;
list-style:none;
margin-left:30px;
font-weight:700;
color:#fff;
font-size:14px;	
}

#nav li:hover{
color:#569fc2;	
}

#banner{
background:url(mouse.jpg);
height:408px;
width:922px;
margin:0 auto;
overflow:hidden;
margin-top:20px;
}

#call{
height:100px;
width:250px;
margin-left:670px;
font-size:20px;
font-weight:700;
color:#fff;
margin-top:40px;	
}

#quote{
height:100px;
width:250px;
margin-left:670px;
font-size:20px;
font-weight:700;
color:#fff;
margin-top:30px;		
}

#wait{
height:100px;
width:250px;
margin-left:670px;
font-size:20px;
font-weight:700;
color:#fff;	
margin-top:10px;		
}

#content{
height:auto;
width:960px;
clear:both;
font-size:13px;
line-height:24px;
color:#505050;
margin-top:20px;	
}

#footer{
height:70px;
width:960px;
margin:0 auto;
background:url(header.jpg);
color:#fff;	
}

#copyright{
width:200px;
height:50px;
float:left;
margin-top:20px;
margin-left:20px;
font-size:13px;	
}

#FooterLinks{
height:30px;
width:310px;
float:right;
margin-top:30px;	
}

#FooterLinks li{
float: left;
list-style:none;
margin-left:50px;
color:#fff;
font-size:13px;	
}

#FooterLinks li:hover{
color:#569fc2;	
}


#right-column {
   float: left;
   width: 300px;
   margin-left:15px;
}
#left-column {
   float: left;
   width: 300px;
   margin-left:15px;
}
#center-column {
   float: left;
   width: 300px;
   margin-left:15px;
}

#phoneicon{
float:left;	
}

#call img{
margin-left:160px;		
}

#quote img{
margin-left:140px;	
}

#wait img{
margin-left:10px;		
}