@charset "utf-8";
* {
border : none;
padding : 0;
margin : 0;
color:#000;
font-weight: normal;
}
body {
background : url(../images/grad.gif);
background-repeat : repeat-x;
height : 100%;
font-family : Tahoma, Geneva, sans-serif;
}
h1 {
border-bottom : 2px solid #000000;
width : 100%;
font-size : 16pt;
font-weight : normal;
padding-bottom : 10px;
margin-top : 5px;
}
#content {
width : 800px;
margin : auto;
}
#bodycontent {
margin-top : 10px;
}
.container {
width : 400px;
float : left;
padding-bottom:10px;
}
.container p {
padding-right : 10px;
padding-top : 10px;
}
.container p img {
		padding:2px;
	background:#000;
	margin-left: 20px;
}
.emphasis {
color : #009c39;
font-weight : bold;
}
#header {
height : 55px;
background : url(../images/headbg.gif);
background-position : bottom;
background-repeat : repeat-x;
padding-top : 45px;
}
#footer {
clear : both;
color : #666;
font-size : 10pt;
text-align : center;
height : 100px;
width:800px;
padding : 10px;
border-top : 1px solid #000;
margin:auto;
}
#header img {
float : left;
}
#nav {
float : left;
display : inline;
margin-left : 50px;
padding-top : 10px;
}
#nav ul {
list-style : none;
margin : 0;
padding : 0;
}
#nav li {
float : left;
font-size : 16pt;
margin : 0 0 0 10px;
}
#nav li a {
height : 45px;
text-align : center;
display : block;
float : left;
text-decoration : none;
}
#nav li #current {
background : url(../images/navbga.gif) repeat-x bottom;
}
#nav li a:hover {
background : url(../images/navbgb.gif) repeat-x bottom;
}
