
body {
	margin: 5px 0 20px 0;
	padding: 0;
	background: #E6E6E6;
	text-align: justify;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #686868;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #000066;
}

p, ul, ol {
	margin-bottom: 1.3em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #000066;
}

a:hover {
	text-decoration: none;
	color: #000066;
}

/** Style for header starts here */

#header {
	width: 800px;
	height: 170px;
	margin: 0px auto;
	background: url(images/images02.jpg) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #B3E374;
}

#header h1 {
	padding: 96px 0px 10px 100px;
	letter-spacing: -1px;
	font-size: 48px;
	font-weight: normal;
	color: #D7F5B5;
}

#header h2 {
	margin-top: -4px;
	padding: 0px 0px 0px 20px;
	font-size: 10px;
}

/** Style for menu starts here */

#menu {
	width: 800px;
	height: 30px;
	margin: 0px auto;
	background: #996600;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0px;
	padding: 5px 20px 0px 20px;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #000033;
	color: #FFFFFF;
}

#menu .active a {
	background: #000033;
}
/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 20px;
	border: 10px solid #DBDBDB;
}

/** Style for content starts here */
#splash {
	width: 570px;
	height: 250px;
}
#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 15px;
}

#content h2 {
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
}

#content span {
	color: #2D2D2D;
}


#content p {
}

#content strong {
	color: #131313;
}

#left {
	float: left;
	width: 560px;
	padding-left: 15px;
	margin-bottom: 20px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 20px;
	background: url(images/img04.jpg) no-repeat left top;
}
.post .title {
	height: 20px;
	padding: 5px 0px 5px 10px;
	color: #000066;
}

#right {
	float: right;
	width: 160px;
	margin-bottom: 20px;
	padding-right: 20px;
}


#right ul {
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding: 3px 10px;
	border-bottom: 1px solid #000066;
	background: url(images/images01.gif) no-repeat left 8px;
}

#right li a {
	text-decoration: none;
	color: #000066;
}

#right h2 {
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}

/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 15px;
	margin: 0px auto;
	padding-top: 5px;
	border-top: 10px solid #996600;
	text-transform: uppercase;
	font-size: 10px;
}
