* {
	margin: 0;
	padding: 0;
}

body {
	background:  #D0D0D0;
	text-align: left;
	font-family: Lucida Grande, sans-serif;
	font-size: 12px;
	color: #525252;
}

h1, h2, h3 {
	margin-bottom: 15px;
	text-transform: 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #373C6D;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
	letter-spacing: -1px;
}

h3 {
}

h4 {
	font-size: 100%;
	text-align: center;
	font-family: Lucida Grande, sans-serif;
	font-style: italic;
	font-size: 10px;
	 
	color: #525252;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

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

blockquote {
	padding: 0 3em;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #3B3B3B;
}

a:hover, a:active {
	text-decoration: none;
	color: #3B3B3B;
}

a:visited {
	color: #3B3B3B;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 710px;
	height: 130px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background:  #D0D0D0 url(images/constantia.jpg) no-repeat center top;
}

#header h1 {
	margin: 0;
	padding: 200px 0 0 40px;
	letter-spacing: -2px;
	font-size: 40px;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 175px;
	letter-spacing: normal;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#header h2 a {
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 710px;
	margin: 0 auto;
	padding: 0 25px;
	background:  #D0D0D0 url(images/img02.jpg) repeat-y center top;
}

/* Content */

#content {
	float: right;
	width: 460px;
	padding: 5px 0 0 5px;
	background: url(images/img03.jpg) no-repeat;
}

.post {
	width: 420px;
	padding: 20px 0 0 20px;
}

.post h1, .post h2, .post h3 {
}

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

.post .title span {
	padding-right: 30px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 245px;
	padding: 11px 0px 2px 0;
	background: url(images/img03.jpg) no-repeat;
}

.box {
	width: 239px;
	padding-left: 1px;
}

.box .title {
	height: 15px;
	margin: 0;
	padding: 20px 0 0 20px;
	font-size: 20px;
	color: #373C6D 
}

.box ul {
	margin: 20px;
	 
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	border-bottom: 1px dashed #CCCCCC;
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 100%;
	color: #3B3B3B;
}

.box p {
	margin: 0;
	line-height: normal;
}

.box a {
	padding-left: 10px;
	
}

/* Footer */

#footer {
	width: 660px;
	height: 45px;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
	background: #D0D0D0  url(images/img03.jpg) repeat-x center top;
}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
}

#footer a {
	color: #3B3B3B;
}

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

#legal {
	float: left;
}

#links {
	float: right;
}