/* CSS Document by Dieter Schneider for www.csstemplateheaven.com 2007*/

* {
	margin: 0;
	padding: 0;
	color: #666666;
}

/*-------------------------------------- SIT STRUCTURE -------------------------------*/

body {
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #635D5A;
	background-image: url(images/main_bg1.jpg);
	background-repeat: no-repeat;
}

#headerwrapper {
	width: 505px;
	height: 180px;
	margin-top: 165px;
	margin-left: 120px;
}

#header_left {
	width: 255px;
	float: left;
}

#header_right {
	float: right;
	width: 185px;
	padding-top: 1px;
	font-size: 1.2em;
}

#main_content {
	width: 602px;
	margin-top: 75px;
	clear: both;
	margin-left: 90px;
	font-size: 1.2em;
	background-color: #FFF;
}

#footer {
	width: 602px;
	margin-top: 10px;
	clear: both;
	margin-left: 91px;
	text-align: center;
	background-color: #990;
}

.studio93_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}

/*-------------------------------------- NAVIGATION -------------------------------*/

#navlist
{
border-bottom: 1px solid #CCCCCC;
width: 175px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #CCCCCC;
}

#navlist li a {
	text-decoration: none;
	color: #999900;
}

#navlist li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
}

/*-------------------------------------- TEXT FORMATTING -------------------------------*/

p {
	margin: 20px;
	color: #666666;
	padding-bottom: 0px;
}

h1 {
	font-size: 3em;
	font-style: italic;
	color: #CCCCCC;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
}

h2 {
	margin-left: 20px;
	color: #999900;
	font-size: 1.2em;
	background: url(images/date.gif) no-repeat;
	padding-top: 1px;
	padding-left: 5px;
	height: 26px;
}

h3 {}

.heading_color {
	color: #CCCC99;
	font-style: normal;
}

blockquote {
	font-size: 1.4em;
	font-style: italic;
	color: #999999;
	background: url(images/quote.gif) no-repeat;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 10px;
}

.quote_author {
	text-align: right;
	font-size: 0.7em;
	font-style: italic;
	color: #CCCC99;
	font-weight: bold;
	margin: 0px;
}

.date {
	font-size: 1em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

a:link {color: #999900}     /* unvisited link */
a:visited {color: #999900}  /* visited link */
a:hover {color: #993300}   /* mouse over link */
a:active {color: #999900}   /* selected link */

.centre_vid {
	position: relative;
	left: 50px;
	padding-bottom: 10px;
}

#footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCC;
	font-weight: bold;
}

