/* BEGIN: General Formatting */
body {
	margin: 0;
	padding: 30px 40px 0 40px;
	color: #1A1A1A;
	background: #605C5D url("../images/background.jpg") fixed no-repeat top center;
	font-size: smaller;
	font-family: Veranda, sans-serif;
}

h2 {
	margin: 1.5em 0 .75em;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #999;
}

br.clear { clear: both; }
/* END: General Formatting */

/* BEGIN: Layout */
#site_container {
	margin: 0 auto;
	width: 720px;
	padding: 30px 40px 5px 40px;
	background: url(../images/paper.jpg) repeat-y top center;
	border: 1px #808080 solid;
}

#content_container {
	float: left;
	width: 718px;
	background-color: white;
	border: 1px solid #808080;
}

#column_left {
	float: left;
	width: 159px;
	padding: 0 20px;
	text-align: center;
}

#column_right {
	float: left;
	width: 478px;
	height: 700px;
	overflow: auto;
	padding: 0 20px;
	border-left: 1px solid #808080;
}
/* END: Layout */

/* BEGIN: Logo */
h1 {
	width: 150px;
	height: 91px;
	margin: 17px 0;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/ryan_logo.png) no-repeat top left;
}
/* END: Logo */

/* BEGIN: Left Column */
#column_left h2 {
	text-align: center;
	font-size: 78%;
	line-height: 1.4em;
	font-weight: normal;
}

#column_left #shows_link {
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
	border-bottom: 1px dotted #ccc;
}

#column_left #shows_link a {
	color: black;
	text-decoration: underline;
}

#column_left #shows_link a:hover {
	text-decoration: none;
}
/* END: Left Column */

/* BEGIN: Tagline */
#tagline {
	font-size: x-small;
	font-family: Helvetiva, sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
/* END: Tagline */

/* BEGIN: Newsletter Form */
#column_left form {
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
	border-bottom: 1px dotted #ccc;
}

#email_field {
	width: 100px;
}
/* END: Newsletter Form */

/* BEGIN: Top Nav */
#nav_top {
	float: left;
	width: 380px;
	margin: 10px 0 0 0;
	padding: 5px 0;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: black;
	border-right: 1px #BFBFBF solid;
	border-bottom: 1px #BFBFBF solid;
}

#nav_top li {
	float: left;
}

#nav_top a {
	display: block;
	padding: 5px 20px;
	color: white;
	text-decoration: none;
}

#nav_top a:hover {
	text-decoration: underline;
}
/* END: Top Nav */

/* BEGIN: Copyright */
#copyright {
	clear: both;
	margin: 0;
	padding: 10px 0;
	font-size: xx-small;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
/* END: Copyright */
