/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
	background: #E2EBFC;
	}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	background: e2ebfc;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(Images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #0066CC;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	background-color: #E3E1DD;
}

#menu a {
	display: block;
	float: left;
	width: 154px;
	height: 45px;
	padding: 20px 0 0 0;
	background: #e3e1dd;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
		
}

#menu a:hover {
	background-color: #e3e1dd;
}

#menu .active a {
	background: #e3e1dd;
	color: #666666;
}

/* Header */

#header {
	height: inherit;
	margin: 0 auto;
	width: 770px;
	background-image: url(/Images/image10.gif);
	background-repeat: repeat-x;
}

#header h1 {
	background: url(Images/img10.gif) repeat-x;
	float: left;
	width: 770px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	text-align: center;
	font-size: 36px;
	}

#header h2 {
	background: url(Images/header1.jpg) no-repeat center;
	float: none;
	height: 150px;
	margin: 0;
	padding: 70px 0px 0 0;
	text-align: center;
	}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
	background: #E2EBFC;
	}

/* Content */

#content {
	float: left;
	width: 770px;
	padding-top: 0px;
	background: #e2ebfc;
}

#contentpic {
	float: left;
	width: 770px;
	padding-top: 0px;
	background: #e2ebfc;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom-width: 10px;
	border-bottom-style: none;
	border-bottom-color: #e3e1dd;
	margin: auto;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #e3e1dd;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	height: 15px;
	padding: 25px 0;
	background: #E3E1DD url(Images/img04.gif) repeat-x;
	width: 770px;
	margin: auto;
	clear: both;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 80%;
}

#footer a {
	color: #666666;
}
