/* CSS Document */
/* ####################
The Peel Pizza
Written by Monroe Hart
Monroe@discoveryouruniverse.com
May 2011
#################### */

/* ##########################################################*/
/* ### DIVS #############*/
/* ##########################################################*/

/* -----------------------*/
/* --- TOPBAR STUFF --- */
/* ---------------------*/

#topbar{
	width:100%;
	height:900px;
	margin-top:0px; 
	background: url(images/peel-bg.jpg) repeat-x;
	/*text-align:center;*/
}
#topbar img, #topbar img a{
	border:none;
}

#topbar-center{
	width:850px;
	height:107px;
	/*position: relative;*/
   	/*margin: 0 auto; /* center on everything else */
	text-align:left;
}

#weather{ 	
	width:200px; 
	height:70px; 
	background: url(images/weather.jpg) no-repeat; 
	margin-top:0px; 
	margin-left:745px; 
	position:absolute; 
}


#scrolling{
	width:540px;
	height:50px;
	margin-top:20px;
	margin-left:190px;
	position:absolute;
}
#mainpic{
	width: 100%;
	height: 301 px;
	margin-left:0px; 
	background-color:#000000
}
#linkbar{
	width: 100%;
	height: 41px;
	margin-left:0px; 
	background-color:#000000
}
#mainbody{
	width: 100%;
	height: 600px;
	margin-left:0px; 
	background-color:#000000
}
.imagerightborderlight{
	float:right;
	margin:0px 0px 5px 15px;
	background:url(images/answerbg2.jpg) repeat-x;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	padding:7px;
}

.bioname{
	font-size:15px;
	font-weight:bold;
	color:#1A60B1;
}
.biojobtitle{
	font-size:13px;
	font-weight:bold;
	color:#888888;
	background:url(images/bioiconoff2.jpg) no-repeat 5px;
	padding: 0px 0px 0px 30px;
	margin:0px 0px 0px -6px;
	display:inline;
}

.textsize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.customtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.customtopps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}



.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #222222;
	text-decoration: none;
}

.subtitle3{
	font-size:11px;
	color: #819B59;
	margin:5px 0px 5px 0px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#006600;
	text-decoration: none;
}
a.bottomlinks:hover {
	
	font-size: 15px;
	color: #FF0000;
}


