/* CSS Document */

body {
margin:0;
background: url(../Images/background.jpg) center repeat-y #FFFFFF;
font-size:16px;
color:#333333;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
}

h3 {
font-size:18px;
}

h4 {
font-size:17px;
}

img { 
border:none;
}

a:link, a:visited {
	color:#CC9900;
	text-decoration:none;
}

a:hover, a:active {
	color:#3333CC;
	text-decoration:none;
}

#head {
height:150px;
width:800px;
margin:0 auto;
padding: 0;
}

#container {
width:800px; 
margin:0 auto;

}

#menu {
width:150px;
margin:0;
float:left;
text-align:left;
font-size:14px;
}

#menu dl {
margin:0;
background:#F0F4F4;
}

#menu dt {
padding-left:10px;
margin:0;
height:20px;
line-height:20px;
vertical-align:middle;
border-bottom:#E6E6E6 1px solid;
width:140px;
}

#content {
min-height:450px;
background:#FFFFFF;
width:626px;
float:left;
padding: 3px 10px 10px 10px;
border-left:#E6E6E6 solid 1px;
margin:0 0 5px 0;
text-align:left;
}

#content a:link, #content a:visited {
text-decoration:none;
color:#CC6600;
}

#content a:hover, #content a:active {
text-decoration:none;
color:#0000CC;
}


.hide {
display:none;
}

#footer {
padding:10px;
margin-top:5px;
border-top: 1px dashed #E6E6E6;
clear:both;
}

