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

/* structure */
.container {
	border: 3px solid #444;
	/* border-top: none; */
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}

/* header */
.header {
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: auto;
	background-color: #131313;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* navigation */
.nav {
	background-color: #191919;
	background-image: url(image/nav.gif);
	color: #CCCCCC;
	text-decoration: none;
}
.nav a {
	color: #CCC;
	float: left;
	line-height: 45px;
	font-family: Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #191919;
	background-image: url(image/nav.gif);
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #161616;
}
.nav a:hover {
	color: #CA7B38;
	text-decoration: blink;
	background-color: #191919;
	background-image: url(image/nav_hover.gif);
}

/* body */
body {
	/*###########
	background: #111 url(img/bg.jpg) repeat-y center top;
###########*/

	color: #303030;
	font-family: sans-serif;
	font-size: 1.1ex;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	background-color: #131313;
	border-top-color: #131313;
	border-right-color: #131313;
	border-bottom-color: #131313;
	border-left-color: #131313;
	height: 15px;
	text-decoration: none;
}

/* misc */
.clearer {clear: both;}
.stripes {
	height: 6px;
	background-color: #333;
	background-image: url(image/stripe.gif);
}
.left {
	float: left;
	left: auto;
	right: auto;
}
.right {float: right;}

/* footer */
.footer {
	background: #191919;
	color: #999;
	padding: 3%;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #444;
	top: auto;
	bottom: auto;
}
h1 {
	margin-left: 0.5em;
	font-family: sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #666666;
}
.h1 {
	font-family: serif;
	font-size: 1.5em;
	color: #666666;
	text-decoration: none;
	margin-left: .5em;
}
.h2 {
	font-size: 1.4em;
	color: #666666;
	text-decoration: none;
}
.content {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
.h2visited {
	font-size: 1.4em;
	color: #009900;
	text-decoration: none;

	
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
