@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../images/bg.jpg);
	font:10pt Arial, Verdana, sans-serif;
	margin-top:0px;
}

h1{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

h2{
	font-size:14px;
	font-weight:bold;
	color:#333366;
	text-transform:uppercase;
}

p{
	margin-top:0px;
}

#container{
	width:900px;
	margin:auto;
	background-image:url(../images/bgmain.jpg);
}

#header{
	height:175px;
	margin-top: 0px;
}

#left_col{
	width:280px;
	padding:10px;
	float:left;
}

#left_col_content{
	padding:10px;
}

#right_col{
	width:570px;
	padding:10px;
	float:left;
	border-top:#333366 solid 1px;
	margin-top:5px;
}

#right_col_content{
	padding:10px 10px 0 10px;	
	margin-top:10px;
}

#menu {
	vertical-align:bottom;
}

#footer{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:30px;
}

.copyright{
	vertical-align:bottom;
	font-size:8pt;
	
}

#comments {
	margin:0px 0px 10px 0px;
	border:solid 1px #333366;
	padding:10px 10px 0 10px;
	font-style:italic;
	font-weight:bold;
	color:#333366;
}

br.clear{
	clear:both;
}