*{
border-style:none;
margin:0px;
padding:0px;
}

body{
background-image:url(images/bg.png);
background-repeat:repeat;
font-family:arial,courier;
}

p{
padding:10px;
margin:0px;
}

ul,ol,li{
margin-left:13px;
list-style-position:outside;
}

blockquote{
margin-left:20px;
}

#wrapper{
background:white;
width:800px;
margin:auto;
margin-top:50px;
/*border:black solid 5px;*/
}

#header{
background:white;
}

#main{
height:400px;
}

#nav{
background:#990000;
float:left;
width:125px;
height:100%;
}

.button,.sel_button{
font-size:1.25em;
font-weight:bold;
font-variant:small-caps;
text-align:center;
border-bottom:white solid 3px;
color:white;
}

.sel_button{
background:white;
color:black;
}

.sel_button:hover, .button:hover{
background:gray;
color:white;
}

#content{
background:white;
float:right;
width:675px;
height:100%;
}

#footer{
font-size:0.75em;
background:#162480;
color:white;
text-align:right;
clear:both;
padding:3px;
}