* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#696767;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
}

h1, h2, h3 {
	margin-bottom: 15px; /*text-transform: lowercase;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3B3B3B;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
	letter-spacing: -1px;
}

h3 {
	letter-spacing: -1px;
}

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: #8c2a2c;
}

img {
	border: 2px;
	color: #696767;
    border: 1px solid #999;
	padding:2px;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

.noborder {
	border: 0px;
}

/* Header */

#header {
	width: 950px;
	height: 250px;
	/*margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;*/
	
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000000;
	background-image: url(images/header_ver.png);
	background-position: center top; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*
#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: 820px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	background-color: #fef8e6;
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0;
	height: auto;
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding: 20;
}

.post {
	width: 510px;
	padding-top: 20px;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 20px;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
}

.post .title span {
	padding-right: 30px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;

}

.box {
	width: 235px;
	padding-left: 1px;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 18px;
	color: #3B3B3B;
	background-image: url(images/img09.gif);
	background-repeat: repeat-x;
}

.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #3B3B3B;
}

.box p {
	margin: 0;
	line-height: normal;
}

.box a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px;
}

/* Footer */

#footer {
	width: 820px;
	height: 370px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000000;
	background-image: url(images/footer_ver.png);
	background-repeat: no-repeat;
	background-position: 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;
}

 
