/* CSS Document */
*img{
border:0;
}

body{
background:#B3D7EA;
text-align:center;
margin:0 auto;
}
div#wrap{
width:760px;
padding:40px 50px;
margin:20px;
border:1px solid #777;
background:#fff;
text-align:left;
}
div#masthead{
width:760px;
margin:0 0 20px 0;
padding:0;
}
div#mast-left{
width:530px;
float:left;
margin:0;
padding:0;
}
div#mast-right{
width:230px;
float:right;
margin:0;
padding:0;
}
#mast-left img{
margin-top:10px;
border:0;
}
#mast-right img{
border:0;
}
#masthead h1{
color:#fff;
background:transparent url(http://www.lynchryan.com/images/wci/wci-logo.gif) no-repeat; /* check this color */
text-indent:-900px;
font-size:30px;
font-family:"Georgia", "Times New Roman", Times, serif;
padding:10px 0 10px 10px;
margin:10px 0 10px 0px;
}

#masthead h1 a{
color:#fff;
text-decoration:none;
}

#masthead h2{
font-family:"Georgia", "Times New Roman", Times, serif;
font-size:12px;
color:#000;
line-height:1.4em;
margin:20px 30px 10px 12px;
}

div#content{
width:530px;
float:left;
border-right:1px dashed #ccc;
}

div#sidebar{
width:205px;
float:right;
padding-left:15px;
}

div.footer{
text-align:center;
}

div.footer p{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333366;
}

div.footer a{
color:#333366;
text-decoration:none;
}
div.footer a:hover{
color:#333366;
text-decoration:underline;
}