/* --- Start Reset and default selectors --- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li {	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
a:link, a:visited, a:hover, a:link {text-decoration: none;}
body { line-height: 1; color: black; background: white; }
.clear {clear: both;} .right {float: right;} .left {float: left;} body {font-size: 62.5%;}
strong {font-weight: bold} em {font-style: italic;}

/*-- End Reset --*/

body { 
	background-color: #ccc;
	font-size: 62.5%;
	font-family: Georgia, Times, serif;
	}
	
#wrapper {
	background-color: white;
	width: 612px;
	margin: 50px auto 0 auto;
	position: relative;
}	

#lhc { 
	width: 380px; 
	float: left;
	margin: 30px 0 0 25px;
	background-image: url('../images/bg_star.jpg');
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 15px;
	}
	
#rhc { 
	width: 152px;
	float: right;
	margin: 30px 25px 0 0;
	}	
	
#lhc #callout p { 
	font-size: 1.5em;
	line-height: 120%;
	margin-bottom: 0.6em;
	color: #600;
	}
	
.sponsors { 
	margin: 10px 5px;
	
	}			
	
.hr_red { 
	height: 7px; 
	background-image: url('../images/bg_redstar.jpg');
	background-repeat: repeat-x;
	margin-bottom: 7px;
	}
	
.hr_grey { 
	height: 7px; 
	background-image: url('../images/bg_star.jpg');
	background-repeat: repeat-x;
	margin-bottom: 7px;
	}	


#wrapper .guest {
	color: #595959;
	font-size: 0.9em;
	margin: 15px auto;

	}

h3, h4 {font-size: 1.2em; margin-bottom: 10px; font-weight: bold; text-transform: uppercase;}

#wrapper #lhc .guest p { color: #595959;}

.headshot { float: left;margin: 5px 10px 4px 0;}
	
.bio_info { font-weight: bold;}

#wrapper #lhc #morethanks { 
	font-size: 1em;
	color: #595959;
	margin: 10px 0 20px;
	line-height: 1.6em;
	}

#lhc a:link, #lhc a:visited, #lhc a:active { 
	color: #595959;
	font-weight: bold;
	text-decoration: underline;
	}

#lhc a:hover { text-decoration: none;}	

#rhc { font-size: 1.2em; line-height: 1.5em;}
	
#rhc ul { margin-left: 15px; margin-top: -7px;}

#rhc p { margin-bottom: 7px;}

#button a:link, #button a:visited, #button a:active { 
	display: block; 
	border: 2px solid #600;
	padding: 10px 5px;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #600;
	color: #ff9;
	text-decoration: none;
	margin-bottom: 5px;
	}
	
#button a:hover { 
	background-color: #ff9;
	color: #600;
	
	}	
	


/* ----- Footer ----- */
#footer { height: 9em; background-color: #eee;}	

#footer p { 
	padding-top: 15px; 
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #666;
	}

#footer strong { color: #555;}

a:link, a:visited,a:active { 
	color: #666;
	text-decoration: underline;	
	}
	
 a:hover { text-decoration: none;}	


