/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 50px;
	padding: 0;
	background: #EEEEEE ;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #036CB1;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: left;
}

blockquote {
	padding-left: 20px;
	
}

a {
	color: #036CB1;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 877px;
	height: 160px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 877px;
	height: 52px;
	background: url(images/imglink.jpg);
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	padding: 17px 20px 0 20px;
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#menu a:hover {
	color: #036CB1;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 836px;
	margin: 0 auto 0px auto;
	padding: 20px;
	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
	float: right;
	width: 610px;
	background: #FFFFFF url(images/back.jpg) repeat-x left top;
	z-index: 1; 
	margin-bottom: -34px;
	border-style: solid; border-width: 0px;


}

/* Links */

#links {
	float: left;
	width: 200px;
	padding-right: 20px;
	
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* images */

#image1 {

	position: relative; 
	width: 100px; 
	height: 5px; 
	z-index: 2; 
	left: 5px; 
	top: -76px

}


#image2 {

	position: relative; 
	width: 100px; 
	height: 100px; 
	z-index: 2; 
	left: 750px; 
	top: -140px
}


/* Footer */

#footer {
	width: 876px;
	height: 100px;
	padding: 0px;
	margin: 0 auto;
	margin-top: -10px;
	background: #036CB1 ;
	
}

#footer p {
	text-align: center;
	color: #ffffff;
}