/* CSS Document */
*{
margin:0;
padding:0;
border:0;
}
html{}
body{
padding:0;
margin:0;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background:#fff;
color:#000;
}
p{
line-height:1.4em;

}
div#wrapper{
text-align:left;
margin: 0 auto;
width:734px;
}
div#masthead{}
div#main{
border:2px solid #222;}


div#content{
width:730px;
}
div#welcome{
width:530px;
float:left;}
div#feature{
background:#b12240;
width:195px;
float:right;
border-left:2px solid #222;
}
#feature p{
margin:0;
padding:0;
font-size:1em;
}
div#footer{
background:#144a4c;
height:19px;
text-align:left;
padding:0px;
margin:0;
border-top:2px solid #222;
}
#footer p{
color:#fff;
padding:0 2px;
font-size:11px;
}
#footer p a{
color:#fff;
text-decoration:underline;
}
p.read-more{
text-align:right;
font-size:11px;}
p.read-more a{
color:#d1b840;
text-decoration:none;
font-weight:bold;
}
p.read-more a:hover{
color:#eee;
text-decoration:underline;
}
p.clr{
clear:both;
}
