/* CSS Document */

body{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	background-image:url(../images/page_bg.png);
	background-repeat:repeat-x;
	background-color:#000000;
	text-align:center;
}

div.header{
	width:100%;
	height:113px;
	background-color:#FFF200;
	background-image:url(../images/main_header.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

div.menu{
	width:100%;
	height:25px;
	background-color:#000;
	text-align:center;
}

div.main{
	width:720px;
	background-image:url(../images/main_bg_tile.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
}

div.content{
	width:720px;
	background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
	overflow:auto;
	overflow-y:hidden;
	clear:both;
}

div.left{
	width:548px;
	float:left;
	padding-left:20px;
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

div.right{
	width:137px;
	float:left;
}

h1{
	display:block;
	text-align:left;
	padding-bottom:3px;
	padding-top:15px;
	border-bottom:2px #000 dotted;
	margin:0px;
	margin-bottom:5px;
}

div.bottom{
	width:720px;
	height:25px;
	background-image:url(../images/main_bg_bottom.jpg);
	background-repeat:no-repeat;
	margin-bottom:5px;
	border-bottom:1px #000 solid;
	clear:both;
}

a:link visited active{
	font-weight:bold;
	color:#0000FF;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}