/* 
Theme Name: v7mrov - Content pages
Compositor: Plywood Media, Inc.
*/

* {
	margin: 0;
	padding: 0;
}

html {
	font: small/1.4 "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	color:#aea578;
	font-size:92%;
	background:url(images/background-1.png);
	line-height:120%;
}

#wrapper {
	width:1024px;
	position:relative;
	text-align: left;
	margin-right:auto;
	margin-left:auto;
}

#logo {
	height:95px;
	position:relative;
	left:0;
	background:url(images/logo_dark.png);
	background-repeat:no-repeat;
}

#nav {
	height:35px;
}

#header {
	height:35px;
	margin-top:4px;
	text-align:center;
	padding:10px;
	color:#aea578;
	background-image: url("images/header-bg.gif");
	background-repeat:repeat-x;
}

#main {
	position: relative;
	width: 100%;
}

#content {
	float: left;
	width:750px;
	margin-right: 10px;
	padding:20px; 
	background-image: url("images/content-bg.gif");
}

#sidebar {
	width: 700px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 20px;
	background-image: url("images/sidebar-bg.jpg");
	border: 1px solid #e1c873;
}

#book {
	float: right;
	width: 120px;
	padding: 8px;
	text-align: right;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size:87%;
	line-height:105%;
}

#date {
	float: left;
	margin-right: 20px;
}

#event {
	float: left;
	margin-right: 150px;
}

#sponsor {
	float: right;
	background: url("images/sponsor-bg.gif");
	width:200px;
	padding: 0 0 20px;
}

#sponsor dt {
	background: url("images/sponsor-top.gif") no-repeat;
	padding: 20px 20px 0;
	font-size: 170%;
	color: #000000;
	line-height: 1.0;
	margin: 0;
}

#sponsor dd {
	background: url("images/sponsor-bottom.gif") no-repeat bottom left;
	padding: 10px 20px 0;
	color: #FF0000;
	line-height: 1.3;
	margin: 0;
}

#footer {
	position: relative;
	height:35px;
	text-align:left;
	padding:10px; 
	color:#aea578;
	background-image: url("images/header-bg.gif");
	background-repeat:repeat-x;
}


.clear {
	clear:both;
}

span {
	float:left;
	width:0.7em;
	font-size:400%;
	font-family:algerian,courier;
	line-height:80%;
}


h1 {
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 0.4em;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 0.4em;
	text-align: center;
}

p {
	font-size: 100%;
	padding-bottom:1em;
}



a:link, a:visited {
	text-decoration: underline;
	color: #bbc397;
}

a:hover {
	color: #d0b855;
	text-decoration: none;
}

td.col1 {
	padding: 5px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

td.col2 {
	padding: 5px;
	vertical-align: top;
	text-align:left;
}

.tab_scrolling
{

		overflow: auto;
		height: 70px;}
