html{
	min-height: 101%;
}

body {
	margin: 0px;
	font-family: Lucida Grande, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align:justify;
	background: url(../images/layout/bg_x.jpg) top center repeat-x #000000;
	line-height: 18px;
}

a{
	color: #ff7777;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

label, input, button{
	display: block;
}

div#wrapper{
	background: url(../images/layout/bg_y.jpg) top center repeat-y #000000;
	margin: 0px auto;
	width: 840px;
}

div#wrapper div#header{
	background: url(../images/layout/header.jpg) top center no-repeat;
	min-height: 200px;
	padding: 0px 50px;
}

div#wrapper div#content_area{
	padding: 0px 50px 0px 50px;
}

div#content{
	margin: 0px 0px 0px 0px;
}

p img{
	float: left;
}

div#content div.left{
	float: left;
	width: 730px;
	padding: 10px;
	min-height:450px;
}

ul, ol{
	margin-left: 0px;
	padding-left: 20px;
}

div#loader{
	text-align: center;
	padding: 20px;
}

div#flash{
	margin: 0px 0px 0px -30px;
	height: 200px;
}

div#footer{
	clear: both;
	background-color: #000;
	color:#ffffff;
	padding: 10px;
	width: 780px;
	margin: 0px 20px;
	text-align:center;
	
}

div#footer a{
	text-decoration:none;
	color:#ff7777;
}

div#footer a:hover{
	text-decoration: underline;
}


div.clear{
	clear: both;
}

h1, h2, h3{
	color: #ffffff;
	margin: 30px 0px 10px 0px;
	font-size: 16px;
}

h2{
	font-size: 14px;
	margin-bottom: -10px;
}

div#news_latest p{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div#news_latest a{
	float: right;
}

h3{
	font-size: 14px;
}


img {
	border:2px;
}

#noscriptMenu{
	margin-left: 0px;
	padding-top:160px;
	padding-left: 10px;
}

#noscriptMenu a{
	float: left;
	width: 100px;
	margin: 6px;
	padding: 1px;
	text-decoration: none;
}

#noscriptMenu .menu1{
	margin-left: 0px;
	width: 120px;
	height:50px;
}

#noscriptMenu .menu2{
	margin-left: 10px;
	width: 120px;
	height:50px;
}

#noscriptMenu .menu3{
	margin-left: 10px;
	width: 120px;
	height:50px;
}

#noscriptMenu .menu4{
	margin-left: 0px;
	width: 120px;
	height:50px;
}

#noscriptMenu .menu5{
	margin-left: 0px;
	width: 100px;
	height:50px;
}

#noscriptMenu .menu6{
	margin-left: 0px;
	width: 60px;
	height:50px;
}


