* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%
}

body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: #e3e2e1 url(images/bg8.png) no-repeat;
	z-index: -1;
}

#backround img {
	position: absolute;
	z-index: -1;
	border-width: 0;
	margin: 0;
	padding: 0;
	
}


a {
	color: #f66400;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #ff3fd9;
	text-decoration: none;
}

p {
	margin-left: 65px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	width: 550px;
}

#content img {
	float: left;
	background-color: transparent;
	border: none;
	
	
	
	
}

input {
	vertical-align: middle;
	
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/

#header {
	height: 150px;
	background: transparent;
}

#header {
	height: 150px;
	background: transparent;
	padding-left: 50px;
}



#header h1 {
	font-size: 35px;
	margin-left: 65px;
	padding-top: 65px;
}

#header h2 {
	font-size: 18px;
	margin-left: 65px;
	padding-top: 10px;
	color: #949494;
}

#header h2 ul {
	font-size: 12px;
	color: #666;
	width: 400px;
}


#header h2 ul li {
	list-style: none;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	
}



/* @group Navigation Menu */

#nav {
	height: 25px;
	width: 400px;
	margin-left: 450px;
	float: left;
	padding-left: 20px;
	display: block;
	position: relative;
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

#nav li {
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0 20px 0 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#nav li a {
	color: #666;
	width: 60px;
	height: 15px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

#nav li a:hover {
	
	color: #000;
}




/* @end */



/* Middle
-----------------------------------------------------------------------------*/

#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}

#middle h1 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 65px;
	
}



#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

#content {
	padding: 0 270px 0 0;
	size: 18px;
	
}

#content p {
	
	size: 18px;
	
}




/* Sidebar Right
-----------------------------------------------------------------------------*/

.sr {
	float: left;
	margin-right: -3px;
	border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;
	width: 200px;
	
	margin-left: -250px;
	position: relative;
	background: transparent url(images/1paper.jpg);
}

.sr ul {
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	color: #575757;
}

.sr img {
	padding: 5px 25px 0px 25px;
	height: 35px;
	width: 35px;
	border: none;
}


.sr ul li {
	
	color: #575757;
	padding-left: 25px;

	font-style: italic;
	list-style-type:none;
}

.sr ul li a {
	
	color: #575757;
	text-decoration: none;
}

.sr ul li a:hover {
	
	color: #f66400;
	text-decoration: none;
}



/* Footer
-----------------------------------------------------------------------------*/

#footer {
	width: 100%;
	margin: -100px auto 0;
	height: 100px;
	background: #575757;
	color: #ffffff;
}


#footer p {
	width: 500px;
	line-height: 22px;
	padding: 15px 15px 0px 15px;
	font-size: 12px;
	color: #ffffff;
	display: block;
	
	}
	
	#footer a {
	width: 500px;
	text-decoration: none;
	padding: 15px 15px 15px 15px;
	color: #ffffff;
	
	}
	

#footer img {
	width: 35px;
	height: 35px;
	display: block;
	float: left;
	border: none;
	padding: 15px 15px 15px 15px;
	
	}

#footer h2 {
	width: 250px;
	line-height: 12px;
	float: left;
	margin-left: 550px;
	font-size: 9px;
	font-weight: lighter;
	color: #ababab;
	font-style: italic;
}



