body {
	background: #FFFFFF url(images/img01.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #757575;
}

h1, h2, h3 {
	color: #31363B;
	letter-spacing: -1px;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

hr {
    display: none;
}

#header {
	width: 960px;
	height: 253px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 800px;
	height: 70px;
	margin: 0 auto;
	padding: 2px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#logo h1 {
	padding: 10px 5px 0 10px;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #31363B;
}

#logo h2 {
	padding: 0px 0 0 15px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
}

#logo p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	color: #31363B;
}

#splash_home {
	width: 800px;
	height: 200px;
	padding-bottom: 5px;
	background: url(images/test2.jpg) no-repeat left top;
}

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
}

#menu {
	height: 30px;
	width: 800px;
	padding-left: 15px;
	padding-bottom: 15px;
	background: url(images/menubar3.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

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

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 5px 10px 10px 10px;
	margin-right: 0px;
	height: 15px;
	background: url(images/menublock.gif) no-repeat left 50%;
	text-decoration: underline;
	font-size: 13px;
	color: #fff;
}

#menu a:hover {
	color: #fff;
	background-color:#757575;
	text-decoration: none;
}

#adverts {
	height: 50px;
	width: 800px;
	padding-left: 15px;
	padding-bottom: 40px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: url(images/spacer11.jpg) repeat-x left top;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding-top: 7px;
}

/* Content */

#content {
	float: left;
	width: 620px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px dotted #D6C9BF;
}

.post .title a:hover {
	text-decoration: none;
}

.post .entry {
	margin: 0px;
	padding: 0px 0px;
}

.post a {
	color: #31363B;
}

/* Sidebar */

#sidebar {
	width: 170px;
	float: right;
}

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

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
	padding-left: 5px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #D6C9BF;
}

#sidebar li h3 {
	margin: 0 0 1em 0;
	padding: 15px 0  5px 15px;
	height: 30px;
	text-transform: lowercase;
	font-size: 18px;
	letter-spacing: -1px;
}

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


/* Footer */

#footer {
	clear: both;
	width: 800px;
	height: 50px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.jpg) repeat-x top left;
}

#footer p {
	margin: 0;
	line-height: normal;
	padding: 35px 15px;
}
