body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	line-height: 1.3em;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/* =Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold; /* leave as bold headings */
	letter-spacing: .1em; /* Give the letters some spacing */
	margin: 1em 0 0 0; /* Set heading bottom margins */
	color: #990000;
}

h1 {
	font-size: 140%; /* Size for H1 */
}

h2 {
	font-size: 130%; /* Size for H2 */
}

h3 {
	font-size: 125%; /* Size for H3 */
}

h4 {
	font-size: 120%; /* Size for H4  */
}
h5 {
	font-size: 110%; /* Size for H5 */
}

h6 {
	font-size: 105%; /* Size for H6 */
}
#header {
	width: 770px;
	margin: 0 auto 0 auto;
	height: 100px;  
}

.logo {
	float: left;
}
.tagline {
	float: right;
	margin-top: 60px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #999999;
}
#wrapper {
	width: 770px;
	margin: 0 auto 0 auto;
}

#sideBar {
	float: left;
	width: 200px;
	height: 300px; 
	border-right: 2px solid #CCCCCC;
}
#nav {
	float: left;
	width: 200px;
	margin: 50px 0 50px 0;
}
#nav ul {
	list-style-type: none;
	padding-left: 20px;
	margin-left: 0;
}
#nav ul li {
	margin-bottom: 8px;
}
#nav a:link, #nav a:visited {
	color: #990000;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}
#nav a:hover {
	color: #666666;
}

#nav .current {
	font-weight: bold;
	color: #666666;
	font-size: 90%;
}
#content {
	float: right;
	width: 550px;
	padding-top: 20px;
	font-size: 80%;
}
#content a:link, #content a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #666666;
}
#content ul {
	list-style-type: square;
}

#footer {
	width: 770px;
	margin: 0 auto 0 auto;
	height: 1.5em;
	margin-top: 1.0em;
	border-top: 0px solid #CCCCCC;
	font-size: 65%;
	color: #999999;
}
.left {
	float: left;
	padding-left: 1em;
}
.right {
	float: right;
}
.clear {
	clear: both;
	padding-right: 1em;
}
