@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: verdana;
}

body {
	background-color: #333;
	background-image:url("http://dieology.com/test/images/back.gif") repeat;
	font-family: georgia;
	text-align:center;
}

#outerwrapper {
	margin-left: auto;
	margin-right:auto;
	width: 900px;
	background-position: 0 0;
	text-align:left;
}

#header {
	height: 100px;
	width: 100%;
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top:20px;
}

#navigation {
	width: 900px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 200px;
}

#navigation blockquote {
	margin-top: 50px;
	padding-left: 20px;
}

#navigation ul {
	background-color: #63091F;
	overflow: auto;
	padding-left: 130px;
	background-image: url(../images/navigation.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	position:absolute;
}

.nav ul {
	background-color: #63091F;
	overflow: auto;
	padding-left: 130px;
	background-image: url(../images/navigation.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-left:1px #63091F;
	border-right:1px #63091F;
	text-align:center;
}

.nav li {
	font-size: 70%;
	float: left;
	list-style-type: none;
}

.nav li a {
	text-decoration: none;
	display: block;
	padding: 8px 38px 8px 38px;
}

.nav li a:hover {
	color: #333333;
	background-color:#EBEBEB;
}

.nav li a:active {
	color: #333333;
	text-decoration:none;
	background-color:#EBEBEB;
}

.nav li a:focus {
	outline:none
}

#contentwrapper {
	width: 100%;
	overflow: hidden;
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#sidebar {
	background-color: #EBEBEB;
	float: right;
	width: 271px;
	margin-right: 4px;
	padding-right: 16px;
	/*background-image: url(../images/faux_column.jpg);*/
	margin-bottom: 20px;
	margin-top: 20px;
	background-repeat: repeat-y;
}

#sidebarwrapper {
	width: 250px;
	float:right;
	min-height:500px;
}

#sidebarwrapper h1 {
	font: bold 12px georgia;
	color: #8D2700;
}

#sidebarwrapper h3 {
	font: bold 12px georgia;
	color: #8D2700;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8D2700;
	padding-right: 100px;
}

#sidebarwrapper h3 a:hover{
	text-decoration:underline;
}

#sidebarwrapper h6 {
	font: normal 12px Arial,Helvetica,sans-serif;
	color: #000;
}

#content {
	background-color: #EBEBEB;
	width: 539px;
	padding-right: 15px;
	padding-left: 18px;
	margin-top: 20px;
	float:left;
	font-family:georgia;
}



#contentwrapper #content h1 {
	font: normal 28px georgia;
	color: #8D2700;
}

#contentwrapper #content h3 {
	font: bold 12px georgia;
	color: #8D2700;
}

#contentwrapper #content img {
	float: right;
}



#contentwrapper #content p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
}

#footer {
	height: 40px;
	width: 100%;
	background-color: #333333;
	font: normal 70% Arial, Helvetica, sans-serif;
	color: #CCC;
}

#footer2 {
	height: 40px;
	float: right;
	width: 100%;
	background-color: #333333;
	font: normal 70% Arial, Helvetica, sans-serif;
	color: #CCC;
}

#contentwrapper .clearFloat {
  clear: left;
  display: block;
}

a {
	color: #EBEBEB;
}

#content a {
	color: #8D2700;
}

#sidebarwrapper a {
	font: italic normal 12px Arial, Helvetica, sans-serif;
	color: #8D2700;
	text-decoration: none;
}

.home #home a {
	color: #FF2F2F
}

.oday #oday a {
	color: #FF2F2F
}

.tday #tday a {
	color: #FF2F2F
}

.consult #consult a {
	color: #FF2F2F
}

.about #about a {
	color: #FF2F2F
}

blockquote {
	font-family:verdana;
	font-style:italic;
	font-size:26px;
	color: #FFFFFF;
	position:absolute;
	padding-top:20px;
	text-transform:capitalize;
}

a.logo:focus {
outline:none;
}

a.option {color:#000000; text-decoration:none;}
a.option:hover {color:#8D2700; text-decoration:underline;}
a.option:focus {outline:none;}
