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

body {
	margin: 0;
	padding: 0;
	background: url(../images/img01.jpg) left 0px repeat-x ;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	width: 100%;
	display: table;
}

h2 p {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;	
	text-align:center;
	font-size: 18px;	
}
h3 { font-weight: bold;	
	text-align:center;
	font-size: 16px; }

p,ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}


blockquote { }

a { color: #0C95C9; }

a:hover { text-decoration: none; }



hr { display: none; }


#wrapper {
}

/* Header */

#header-wrapper {
	
}

#header {
	width: 920px;
	height: 45px;
	margin: 10px auto;
	
}

/* Menu */

#menu {
	float: left;
	width: auto;
	height: 45px;
}

#menu ul {
	margin: 0;
	padding: 10px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 15px 15px 2px 5px;
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: none; color:#00FFFF;}

#menu .current_page_item a {
	height: 27px;
	background:url(../images/img02.jpg) left 10px repeat-x ;
	color: #FFFFFF;
}

#menu .first {
	background: none;
}
/* Search */

#search {
	float: right;
	width:200px;
	height: 45px;
	padding: 25px 10px 0 0;
	text-align:right;
	text-decoration:underline;
	font-size:14px;
	color:#FFFF99;
}

/* Page */

#page {
	width: 920px;
	margin: 10px auto;
}

#page-bgtop {
	padding-top: 30px;
}

	/** LOGO */

#logo {
	width: 860px;
	height: 124px;
	margin: -10px auto;
	background: url(../images/img04.png) right top no-repeat;
	
}

/* Content */

#content {
	float: right;
	width: 758px;
	padding-top: 10px;
	padding-right: 30px;
	color:#000000;
}

/* Post */


/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585D60;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 10px 10px 7px;
	background: url(../images/img07.jpg) repeat-x left bottom;
}

#sidebar p {
	margin: 0;
	padding: 0px 10px;
}

#sidebar h2 {
	height: 26px;
	margin: 0 0 10px 0px;
	padding: 12px 0 2px 7px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	color: #006600;
	text-align:center;
}


#sidebar p {
	line-height: 200%;
}
#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #0000FF;
}
#sidebar a:hover{
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #FF0000;
}
/* Calendar */

/* Footer */

#footer {
	width: 920px;
	height: 49px;
	margin: 0 auto;
	padding-top: 25px;
}

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 99px;
	background: #394144;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	
	font-size: 14px;
	color: #FFFFFF;
}

#footer a {
	color: #E5FFC4;
	text-decoration:none;
}
#footer a:hover {
	color: #00FFFF;
}