*{
	margin: 0;
	padding: 0;
}

html{
	background: url("images/bg_body.gif") repeat-x #000;
}

body {
	background: url("images/bg_header.gif") no-repeat;
	color: #fff;
	font: normal normal normal .75em/1.5em arial, helvetica, sans-serif;
}

#home{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background: url("home.gif") no-repeat;
	width: 790px;
	height: 678px;
}

#header{
	height: 112px;
	background: url("images/bg_header.gif") no-repeat;
	overflow: visible;
}

#header p {
	float: right;
	margin-top: 50px;
}

#header a {
	color: #b4b4b4;
	text-decoration: none;
}

#header a:active, #header a:hover {
	color: #d22640;
}

#left {
	float: left;
	display: block;
	height: 568px;
	width: 330px;
	background: url("images/bg_left.gif") no-repeat;
	}

#navigation {
	float: left;
	width: 100px;
	padding: 16px 0 0 0;
}

#navigation ul{
	list-style: none;
}

#navigation ul li {
}


#navigation a{

	text-decoration: none;
	color: #fefefe;
	padding: 0 0 0 10px;
}

#navigation a:hover{
	color: #d22640;
}

#navigation .active{
	color: #d22640;
	font-weight: bold;
}

#content{
	float: left;
	width: 453px;
	height: 431px;
	margin: 0 10px 10px 0;
	color: #b4b4b4;
	background: url("images/bg_content.gif") repeat-x #000;
	overflow: auto;
	padding: 0;
}

#content h1{
	font-size: 1.5em;
	padding: .5em 50px .5em 20px;
}

#content h2{
	font-size: 1.2em;
	padding: .5em 50px .5em 20px;
}

#content h3{
	font-size: 1em;
	padding: .5em 50px .5em 20px;
}

#content p {
	padding: .5em 50px .5em 20px;
}

#content a{
	color: #fff;
}

#content ul, #content ol{
	list-style: disc;
	margin: .5em 50px .5em 40px;
}

#footer{
	clear:both;
	position: absolute;
	top: 550px;
	margin-left: 175px;
	text-align: center;
	font-size: .9em;
	text-indent: 450px;
	color: #757575;
}

#loginform{
	position: absolute;
	width: 310px;
	height: 100px;
	top: 150px;
	left: 400px;
}

#loginform fieldset{
	display: block;
	border: 2px solid #ccc;
	background: transparent;
	padding: 10px;
	color: #fff;
	overflow: hidden;
}

#loginform legend{
	padding: 1px 5px;
	border: 2px solid #ccc;
	background: #000;
	color: #fff;
}

#loginform label{
	clear: both;
	display: block;
	float: left;
	width: 100px;
	color: #fff;
}

#loginform input{
	float: right;
	width: 180px;
	color: #000;
}

#loginform #login{
	clear: both;
	width: 80px;
}