body{
	width:100%;
	height:100%;
	line-height:16px;
	color:#ffffff;
	font-size:0.7em;
	font-family:Tahoma;
	background:#1290c2 url('../img/bg_header_wrapper.jpg') repeat-x;
	padding:0;
	margin:0;
}
img{ border:0; }
form{
	padding:0;
	margin:0;
}
input{
}
h1{
	color:#ffffff;
	font-size:1.9em;
	font-family:Georgia, Tahoma;
	font-weight:normal;
	border-bottom:1px dotted #f3f3eb;
	padding:0 0 11px 0;
	margin:0 0 10px 0;

}
h2{
	font-size:1.3em;
	font-family:Georgia, Tahoma;
	font-weight:bold;
	padding:0 0 3px 0;
	margin:0;
}
h3{
	font-size:1em;
	font-weight:bold;
	padding:0 0 0 0;
	margin:0;
}
p{
	padding:0;
	margin:0 0 10px 0;
}

table{
	border:0;
	padding:0;
	margin:0;
}
table thead{
	font-weight:bold;
	background:#096c94;
}
table tbody{
	font-weight:normal;
	background:#0fa3de;
}

.logo{
	float:left;
	width:136px;
	height:74px;
	background:url('../img/logo.jpg') no-repeat;
	margin:19px 0 0 42px;
}
#header{
	width:727px;
	height:263px;
	margin:17px auto;
	background:url('../img/bg_header.jpg') no-repeat;
}
#menu{
	position:absolute;
	float:left;
	font-family:Georgia, Tahoma;
	border-top:1px solid #000000;
	margin-top:228px;
}
#menu ul{
	list-style:none;
	padding:0;
	margin:0;
}
#menu ul li{
	float:left;
	border-left:1px solid #000000;
}
#menu ul a{
	float:left;
	display:block;
	color:#e3e3db;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	background:url('../img/bg_menu.jpg') repeat-x;
	padding:9px;
}
#menu ul li a:hover, #menu ul .selected a{
	color:#000000;
	background:#e3e3db;
}
#menu ul .last{ border-right:1px solid #000000; }

#content{
	width:727px;
	margin:10px auto;
}
#content #left{
	float:left;
	width:490px;
}
#content #right{
	float:right;
	width:225px;
}
.block{
	border-bottom:1px dotted #f3f3eb;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.img{
	border:3px solid #ffffff;
	margin:5px;
}
.readmore{
	color:#feea92;
	text-decoration:none;
	background:url('../img/readmore.gif') right 2px no-repeat;
	padding-right:15px;
}
.readmore:hover{ text-decoration:underline; }

#categories ul{
	list-style:none;
	padding:0 0 0 10px;
	margin:0 0 7px 0;
}
#categories ul li{
	font-size:1.2em;
}
#categories ul li a, #categories ul li ul li a{
	color:#ffffff;
	text-decoration:none;
}
#categories ul li a{ font-size:0.9em; }
#categories ul li ul li a{ font-size:0.7em; }
#categories ul li a:hover, #categories ul li ul li a:hover{ text-decoration:underline; }

#footer{
	clear:both;
	width:100%;
	background:#096c94 url('../img/bg_footer.jpg') repeat-x;
	padding:30px 0 23px 0;
	margin:0;
}
#footer a{ color:#eeece3; }
#footer ul{
	width:727px;
	list-style:none;
	padding:0;
	margin:0 auto;
}
#footer ul li{
	display:inline;
	float:left;
	color:#ffffff;
}
#footer ul li a{ text-decoration:none; }
#footer ul li a:hover, #footer ul .selected a{ text-decoration:underline; }

.left{ float:left;}
.right{ float:right; }
.center{ text-align:center; }
.clear{clear:both;}
