body {
	background-color:#292C2F;
	font-size:76%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.0;
}

* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote, form,label,ul,ol,dl,fieldset,address {
	margin:0.5em 0;
}

li,dd {
	margin-left:1em;
}

fieldset {
	padding:.5em;
}

#header {
	background-image:url(../images/neu.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:130px;
	color:#292C2F;
	margin-bottom:20px;
}

#wrap {
	min-width:200px;
	max-width:800px;
	width:auto !important;
	text-align:left;
	margin:0 auto;
}

#content {
	float:left;
	width:620px;
	overflow:hidden;
	background-color:#35393D;
}

#sidebar,#sidebar-2 {
	float:left;
	width:180px;
	overflow:hidden;
}

#submenu {
	float:left;
	width:100px;
	overflow:hidden;
	height:100%;
}

#footer {
	clear:both;
	background-color:#292C2F;
}

/*submenu definition*/
.moduletable_submenuback {
	float: left;
	width: 100px;
	bottom: 0px;
	color:#35393D;
	margin-bottom:0em;
}

/*footer definition*/
.moduletable_footermedian {
	height: 23px;
	width: 520px;
	position:relative;
	left:100px;
	background-color:#35393D;
	padding: 4px 9px 6px 9px;
}

.moduletable_footermedian p{
	font-size:12px;
	font-variant:small-caps;
	color:#C7D6AE;
	text-decoration:none;
}

.inside {
	padding:0px 0px 0px 0px;
}

.moduletable_menu {
	float:left;
	color:#333;
	margin-bottom:1em;
	padding:0;
}

.moduletable_menu h3 {
	background:#666;
	color:#fff;
	text-align:center;
	font-size:1.1em;
	border-bottom:1px solid #fff;
	margin:0;
	padding:0.25em 0;
}

.moduletable_menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

.moduletable_menu li {
	/*border-bottom:1px solid #ccc;*/
	margin:0;
	background-image:url(../images/bullet_off.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
}

.moduletable_menu li a {
	font-size:14px;
	font-variant:small-caps;
	display:block;
	color:#C7D6AE;
	text-decoration:none;
	padding:3px 5px 3px 1.5em;
}

html>body .moduletable_menu li a {
	width:auto;
}

.moduletable_menu li#current {
	background-image:url(../images/bullet_on.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
}

.moduletable_menu li ul{
	position: relative;
	left:20px;
	text-align:left;
}


.moduletable_menu li a:hover,a#active_menu:link,a#active_menu:visited {
	color:#fff;
	background-image:url(../images/bullet_on.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
}


.moduletable_frontpage {
	float:right;
	width:518px;
	height:290px;
	border:#C7D6AE thin solid;
	z-index:10;
	background-color:#000;
}

.moduletable_frontpage img {
	width:510px;
	height:282px;
	padding:4px;
}

.moduletable_frontpage p {
	background-color:#333;
	color:#C7D6AE;
	position:relative;
	width:506px;
	height:18px;
	padding:4px 0px 0px 4px;
	left: 4px;
	top: -32px;
	font-size:12px;
	font-variant:small-caps;
	text-decoration:none;
}

.modultable a{
	border:none;
	outline:none;
}

#topimage{
	width:514px;
	height:136px;
	border:#C7D6AE thin solid;
	z-index:10;
	background-color:#000;
	padding:2px;
}

.contentheading {
	background-color:#35393D;
	color:#C7D6AE;
	position:relative;
	width:510px;
	height:22px;
	left: 0px;
	top: 0px;
	font-size: 14px;
	font-variant:small-caps;
	padding:7px 5px 3px 5px;
}

#page{
	background-color:#292C2F;
	color:#B1BFCC;
	text-decoration:none;
	font-size:10px;
	float:right;
}

.article_wrap{
	width: 520px;
	height:auto;
	padding: 0px 0px 0px 0px;
}

.article_text{
	text-align:justify;
	/*float:left;*/
	line-height:1.69em;
	padding: 0px 0px 0px 10px;
}

.article_text a{
	text-decoration:none;
	color:#C7D6AE;
}

.article_text a:hover{
	text-decoration:underline;
	color:#C7D6AE;
}


.article_img{
	float:right;
	width:301px;
	height:225px;
	border:#C7D6AE thin solid;
	z-index:10;
	background-color:#000;
	margin: 5px 0px 5px 5px;
}

.articleinfo{
	float:none;
	width:520px;
}

.buttonheading{
	width:520px;
}

/*CONTACT FORM START*/
.form-validate {
	margin: 5px;
}

.contact {
	background-color:#292C2F;
	color:#B1BFCC;
	text-decoration:none;
	font-size:10px;
	float:right;
	width: 520px;
	padding: 0px 0px 0px 0px;
}

#contact_email, #contact_subject, #contact_name{
	margin:3px;
	color:#B1BFCC;
	font-size:10px;
	background-color:#292C2F;
	border:#C7D6AE thin solid;
	width: 200px;
	left: 200px;
}

.contact label{
	width:150px;
	float:left;
}

textarea{
	margin:3px;
	color:#B1BFCC;
	font-size:10px;
	background-color:#292C2F;
	border:#C7D6AE thin solid;
	width: 200px;
}
/*CONTACT FORM END*/