/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #E3E7ED url(images/img01.gif) 0px 50px repeat-x;
	color: #787878;
}

h1, h2, h3, h6 {
	font-weight: normal;
	color: #F93D00;
}

h1 {
	color:#616161;
	display:inline;
}

h2 {
}

h3 {
}

h6
{
	color:#c2c9d2;
	display:inline;
}

a {
	text-decoration: none;
	color: #417FDA;
}

a:hover {
}


/* Header */

#header {
	min-height: 150px;
	margin: 50px 0px 0px 0px;
	background: url(images/img02.png) no-repeat left top;
	padding:2em;
}

#header p 
{
	text-align:right;
	font-style: italic;	
} 

#header a {
	text-decoration: none;
	color: #616161;
}


/* Page */

#page {
	
}


/* Content */

#content {
	padding: 1em;
	margin: 70px 0px 0px 0px;
}

#leftcontent {
	background: url(images/img09.jpg) repeat left top;
	border-radius: 15px;
	border: 5px solid #EEE;
}


/* Sidebar */

#sidebar {
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	line-height: 2em;
	border-bottom: 1px dashed #D2D4C9;
}


#sidebar h2 {
	font-size: 18px;
	color: #FFFFFF;
	background:#2D3541;
	padding:0.5em;
	border-radius:5px 5px 0px 0px;
	margin: 0px;
}


#sidebar a {
	color: #417FDA;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Footer */

#footer {
	min-height: 50px;
	padding:1em;
	color: #B2B2B2;
	font-size:12px;
}

#footer span
{
	display:block;
}

#footer p {	
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #3D444F;
}