/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html {
	min-height: 100%; 
	margin-bottom: 1px;
	}
html #navigation {overflow-y: hidden;}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01c.jpg) repeat-x;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2756A1;
}

h1 {
	text-transform: uppercase;
	font-size: 22px;
}
h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05a.gif) repeat-y;
}

a {
	color: #2756A1;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 712px;
	height: 180px;
	align: center;
	margin: 0 auto;
	background: url(images/banner01a.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: right;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: left;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	overflow: hidden;
	display: block;
	float: left;
	padding: 17px 21px 10px 22px;
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}


#menu a:hover {
	overflow: hidden;
	border-bottom: 0 none;
	height: 33px;
	background: url(images/gradient1.jpg) repeat-x top left;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: url(images/gradient1.jpg) repeat-x top left;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(images/img04a.jpg) repeat-x right bottom;
}

/* Posts */

#posts {
	float: right;
	width: 520px;
}

#posts {
	float: right;
	width: 520px;
	padding-left: 0px;
	/*background: url(images/img05a.gif) repeat-y;*/
}

/* Images */

#Left {
	float:left;
	width:auto;
	margin:0 10px 0px 0px;
	padding:0px;
	border:0px solid black;
	text-align:center;	
}

#Right {
	float:right;
	width:auto;
	margin:0 0px 0px 10px;
	padding:0px;
	border:0px solid black;
	text-align:center;	
}

/* Links */

#links {
	float: left;
	width: 162px;
	padding-right: 0px;
	background: url(images/img05b.gif) repeat-y;
	
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 0px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06a.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;
}

/* Footer */

/*#footer {
	width: 1280px;
	height: 98px;
	align: center;
	margin: 0 auto;
	background: url(images/Blue_Swirls.jpg);
}*/
#footer {
	height: 100px;
	padding: 20px;
	background: #2D2D2D url(images/img07.gif) repeat-x;
	font: normal 9px Tahoma, Arial, Helvetica, sans-serif;
}

#footer p {
	text-align: center;
	color: #999999;
}


