
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
color: #000000;
}

a:hover {
color: #FF6600;
}

img {
border: 0;
}

body {
	background: #FF6600 url(../images/background_2.jpg) repeat-x left bottom;
	color: #000;
	font: normal 62.5% Tahoma,sans-serif;
}

p,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 2.0em Tahoma,sans-serif;
	margin-bottom: 4px;
	color:  #FF6600;
	margin: 0 0 7px 0;
}

h2 {
	font: normal 1.6em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #000C;
	margin: 0 0 7px 0;
}


.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.container {
	background-color: #000;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 8px 8px;
	width: 709px;
}


.top {
	padding: 0px 0px 0;
}

.header {
	background-color: #000;
	font-size: 1.2em;
	height: 108px;
	margin: 0 auto;
	padding: 8px 8px 5px;
	width: 709px;
}
.header .left, .header .right {
	background-color: #000033;
	color: #fff;
	color: #FFF;
	height: 105px;	

}
.header .left {
	background: transparent url(../img/_top.jpg) top left repeat-x;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 105px;
	width: 709px;
	text-align: left;	
	
}


.navigation {	
	background: url(../images/nav.jpg);
	border: 0px solid #FF6600
;
	text-align: center;
	height: 33px;
}
.navigation a {
	color: #fff;
	font: bold 1.5em sans-serif;
	text-align: center;
	line-height: 33px;

}
.navigation a:hover {
background: transparent url#) left bottom; 
color: #fff;
}


.main {
	border-top: 8px solid #000;
	background: url(../img/bgmain.jpg) repeat-y;
}


.sidenav {
	float: left;
	width: 205px;
}
.sidenav h2 {
	color: #FF6600;
	font: normal 1.2em Tahoma,sans-serif;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;

}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #FF6600;
}
.sidenav li {border-bottom: 1px solid #FF6600;}
.sidenav li a {
	font-size: 1.1em;
	color: #333300;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: url(../images/nav.jpg) repeat-x;
	background-color: #FF6600;
	color: #fff;	
}

/* content */
.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 465px;
	overflow: auto;
}
.content {
	color: #000;
	font-size: 1.2em;
	margin-bottom: 6px;
}

.content .imgright {
padding: 5px;
border: 0px solid #ff3300;
margin-left: 4px;
float: right;
}



.footer {
	background: url(../img/footer.gif) repeat-x;
	color: #FFF;
	font: normal 1.2em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}