
body {
	margin: 0px;
	padding: 0px;
	background: #333333 /*url(images/img01.jpg) repeat-x left top*/;
	font: 13px Georgia, "Times New Roman", Times, serif/*Arial, Helvetica, sans-serif*/;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #663399;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #663399;
}

a:hover {
	text-decoration: none;
	color: #663399;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	background: url(images/head_back.gif) no-repeat left top;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	/*background: url(images/img04.jpg) no-repeat left top;*/
}

#logo img, #logo p {
	margin: 0px;
	padding-left: 83px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo img {
	padding: 30px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
}

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

#menu li {
	float: left;
	display: block;
	margin: 40px 0px 0px 1px;
}

#menu a {
	width: auto;
	height: 20px;
	padding: 5px 10px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	text-decoration: underline;
}

#menu .active a {
	text-decoration: underline;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 40px 0px;
	background: #FFFFFF /*url(images/img03.jpg) no-repeat right bottom*/;	
}
#home_page {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #FFFFFF /*url(images/img03.jpg) no-repeat right bottom*/;	
}

/* Header */
#top_image {
	width: 900px;
	height: 200px;
	margin: 0px auto;
	background: #ffffff url(images/main_image_1.jpg) no-repeat right bottom;	
}

/* Content */

#content {
	width: 840px;
	padding: 0 20px 20px 20px;
	/*background: url(images/img03.jpg) no-repeat right bottom;*/
}

.post {
	margin: 0px 0px 30px 0px;
}

.post img{
	float: left;
	padding: 5px 10px 5px 0px;
}

.about {
	float: left;
	margin: 10px 0 0 10px;
}

.about img{
	float: left;
	padding: 5px 10px 10px 0px;
}

#about .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* rounded bottom */
#bottom {
	width: 900px;
	height: 25px;
	margin: 0px auto;
	background: #333333 url(images/bottom_image.gif) no-repeat right bottom;	
}

/* Footer */

#footer {
	clear: both;
	height: 120px;
	width: 900px;
	margin: 0px auto;
	background: #333333/*url(images/img01.jpg) repeat-x left top*/;
	color: #CCCCCC;
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #663399;
}

/* Footer Nav */
#footer_nav {
	float: left;
}

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

#footer_nav li {
	float: left;
	margin: 0px 0px 0px 1px;
	display: block;
}

#footer_nav a {
	width: auto;
	height: 20px;
	padding: 5px 10px;
	color: #ffffff;
}

#footer_nav a:hover {
	/*background: #FFFFFF url(images/img02.jpg) repeat-x 0px 0px*/;
	text-decoration: underline;
	color: #ffffff;
}

#footer_nav .active {
	/*background: #FFFFFF url(images/img02.jpg) repeat-x 0px 0px*/;
}

#footer_nav .active a {
	/*background: #FFFFFF url(images/img02.jpg) repeat-x 0px 0px*/;
	color: #ffffff;
	text-decoration: underline;	
}