/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #333;}

a:hover {color: #000;}

body {
	background: #9cf;
	color: #333;
	font: normal 62.5% Verdana;
	margin: 20px 0;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

h1 {font-size: 1.2em;}

h1,h2,h3 {color: #000;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 1000px;
	border: 12px solid #fc6;
}

/* header */
.header {
	float: left;
	width: 799px;
	background: url(img/top.jpg) no-repeat;
	font: #7A9FD6 normal 0.1em Verdana,sans-serif;
	height: 250px;
	text-align: center;	
}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 640px;
}
.main_right {
	font-size: 0.9em;
	float: right;
	width: 200px;
	color: #333;
}

/* sub-navigation */
.subnav h1 {
	background: #222;
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #2D4369;
	list-style: none;
}
.subnav li a {
	background: #fc6;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
.subnav li a:hover {
	background: #fc9;
	color: #000;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #fff;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}

#banner {
	margin: 5px auto;
	background: #999;
	text-align: center;
	font-weight: bold;
	width: 468px;
	height: 60px;
	top: 30px;
}

#banner a {
	color: #fff;
	display: block;
	width: 468px;
	height: 60px;
	line-height: 60px;
}

#vertbanner {
	margin: 0px auto 2px;
	background: #999;
	text-align: center;
	font-weight: bold;
	width: 120px;
	height: 600px;
}

#vertbanner a {
	color: #fff;
	display: block;
	width: 120px;
	height: 600px;
	line-height: 600px;
}

img {
	background: #Fff;
   border: 1px solid #c90;
	padding: 0px;
}
.imgright {
  	margin: 5px 0px 5px 5px; 
	float: right;
}
.imgleft {
  	margin: 5px 5px 5px 0px;
	float: left;
}

