@import url("content.css");
/* CSS Document */

*{
margin:0;
padding:0;
}

p{
margin:0;
line-height:19px;
color:#676767;
}

a{outline:none;}

body{
background:url(../images/page_bg.jpg) repeat-x top;
background-color:#FFF;
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.72em;
}

#wrapper{
width:100%;
}
#container{
position:relative;
background:#fff;
width:765px;
margin:auto;
}

#header{
position:relative;
background:url(../images/bg_header.gif) repeat-x;
width:120px;
width:100%;
overflow:auto;
}

#content{
position:relative;
width:100%;
overflow:auto;
}
#footer{
position:relative;
width:100%;
border-top:1px dotted #666;
padding:10px 0 15px 0;
text-align:center;
}

legend a { color:#129FCD; }