
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background-color: #e2e2e2;
	background-image:url(../img/tbg1.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color: #000000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

.alert {
	background: #990000 url(../img/redstripe.png) repeat;
	text-align: center;
	padding: 5px;
	border: 2px #000000 solid;
	
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif; color: #cfc084; }

h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
	
}

h5 {
	font-size: 18px;
	font-weight: bold;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(../img/stripe.gif);
	height: 5px;
}
.left {float: left;}
.right {float: right;}

/* header */
.logoimg {
	border: 0px;
	padding-left: 25px;
	
}
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 126px;
	float: left;
}

#headright {
	width: 550px;
	float: right;
	text-align: right;
	
}

#headleft {
	float: left;
	width: 200px;
}

.recentmembers {
margin-top: 15px;
}



/* structure */


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

.centbox {
width: 950px;
margin:0 auto;
}

.main {
	/*border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;*/
	width:950px;
	margin:0px auto;
	border:0px;
}
.main .left {float: left; width: 630px;}
.main .right {float: right; width: 310px;}

.content {
	/*border-left: 1px solid #444;
	border-top: 1px solid #444;*/
	padding: 16px;
	width: 420px;
}

/* content elements */
.content h1 {
	background: url(../img/bgh1.gif) repeat-x left bottom;
	color: #cfc084;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
#nav {width: 950px;  border-bottom: 1px #808080 solid; background: #191919 url(../img/nav.gif); color: #CCCC99;}
#nav a, #nav a:link, #nav a:active, #nav a:visited {
	background: #191919 url(../img/nav.gif);
	position: relative;
	border-right: 1px solid #161616;
	color: #CCCC99;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 25px;
	padding: 0 20px;
	border-top:none;
	color: #CCCC99;
}
#nav a:hover {
	background: #191919 url(../img/nav_hover.gif);
	color:#ffffff;
	text-decoration: underline;
}
#nav a.last, #nav a.last:link, #nav a.last:active, #nav a.last:visited, #nav a.last:hover {
border-right: 0px;
}

/* sub-navigation */
.subnav {
	/*background: #e4d597;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	*/
	padding: 12px;
	width: 250px;
	float: right;
	margin-top:30px;
}
.subnavsmall {

	font-size: 14px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(../img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}




.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.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;}

/* Forms */
.redbutton {
	
	background-color: #990000;
	text-transform: lowercase;
	border: 1px #000000 solid;
	padding:3px;
	color: #FFFFFF;
	
}

.blackbutton {
	height: 20px;
	background-color: #000000;
	border: none;
	border: 1px #ffffff solid;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

