body {
	margin: 0px;
	font-family: georgia, serif;
	font-size: 13px;
	background: #f4f8e4;
}
.sublist {
	text-decoration: none;
	list-style-type: circle;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #990000;
}

h1 {
	font-size: 2em;
	color: #990000;
}

h2 {
	font-size: 1.2em;
	color: #990000;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #35140c;
	color: #35140c;
}

a:hover {
	background: none;
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted #990000;
}

#wrapper {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	background: transparent;
}

/* Header */

#header {
	width: 800px;
	height: 285px;
	margin: 0 auto;
	background: transparent;
	z-index: 1;
}

#header a{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#header a:hover{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header2 {
	width: 800px;
	height: 235px;
	margin: 0 auto;
	position: relative;
	top: -230px;
	padding: 5px;
	z-index: -1;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header2_content {
	padding: 5px;
	color: #000000;
}

#header2_content img{
	padding-top: 10px;
	float: left;
}

/* Page */

#page {
	width: 800px;
	top: -230px;
	background-image: url(images/cog2.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	position: relative;
}

#page_sub {
	width: 800px;
	height: auto;
	margin-top: 45px; 
	padding-bottom: 10px;
	position: relative;
	top: -60px;
	background-image: url(images/cog2.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

#page_port {
	width: 800px;
	height: auto;
	margin-top: 10px; 
	padding-bottom: 10px;
	position: relative;
	top: -60px;
	background-image: url(images/cog2.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

#page_us {
	width: 600px;
	margin-top: 10px;
	position: relative;
	top: -35px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#page_us a{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	color: #35140c;
	border-bottom-width: 1px;
	border-bottom-color: #35140c;
}

#page_us a:hover{
	background: none;
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted #990000;
}

#us {
	width: 800px;
	height: auto;
	margin-top: 40px;
	padding-bottom: 0px;
	position: relative;
	top: -210px;
	background-image: url(images/cog2.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-bottom: 0px;
}

/* Content */

#content {
	float: right;
	position: relative;
	width: 500px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
}

#content_sub {
	float: left;
	width: 500px;
	height: 420px;
	padding: 20px 20px 20px 0;
}

#art {
	padding: 25px;
	border: 1px dotted #35140c;
	margin-right: 35px;
	margin-left: 35px;
	background-image: url(portfolio/images/shadow.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#art  img {
	color: #990000;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	background: none;
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted #990000;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 10px 0 0px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: auto;
	padding: 20px 0 0 20px;
}

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

#sidebar li {
	line-height: 35px;
	border-bottom: 1px dotted #35140c;
	color: #990000;
}

#sidebar li ul {
	padding-bottom: 25px;
}

#sidebar li li {
	line-height: 20px;
}
.topline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #35140c;
}

#sidebar h2 {
	letter-spacing: -0.5px;
	color: #990000;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #35140c;
	border: none;
}

#sidebar a:hover {
	background: none;
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted #990000;
}


/* Footer */

#footer {
	width: 800px;
	position: relative;
	top: -225px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #35140c;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#footer p {
	margin: 0;
	padding: 5px 5px 5px 10px;
	line-height: 1.45em;
	font-size: 0.95em;
	text-align: center;
	float: none;
}

#footer2 {
	margin: 0;
	padding: 5px 5px 5px 10px;
	line-height: normal;
	font-size: .95em;
	text-align: left;
	float: right;
}

#footer a {
	color: #35140c;
}
#footer a:hover {
	background: none;
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted #990000;
}

/* Sub Footer */

#footer_sub {
	width: 800px;
	height: 30px;
	position: relative;
	top: -80px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	background: #565F68;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer_sub p {
	margin: 0;
	padding: 5px 5px 5px 10px;
	line-height: normal;
	font-size: 9px;
	text-align: left;
	float: left;
}

#footer_sub2 {
	margin: 0;
	padding: 5px 5px 5px 10px;
	line-height: normal;
	font-size: 9px;
	text-align: left;
	float: right;
}

#footer_sub a {
	color: #FFFFFF;
}
.subnav {
	color: #990000;
	text-align: center;
}
.indent {
	margin-left: 10px;
	text-align: center;
	color: #990000;
}
.comment {
	margin-left: 40px;
	margin-right: 30px;
}
input.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.text {
	margin-bottom: 3px;
	font-size: 0.75em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002e66;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #002e66;
	width: 250px;
}
