html, body {		
		text-align: center;
	    margin: 0;
	    padding: 0;
	   	font-family: Georgia;
	   	color: #fff;
		font-size-adjust:none;
		font-size:12px;
		line-height: 1.5;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		width:100%;
		height: 100%;
		background-color: #be1f16;
		}
		
img { border:none; }

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

#homewrapper {
		width: 800px;
		text-align: center;
		margin: 0px auto 0;
		}
		
#wrapper {
		width: 980px;
		text-align: center;
		margin: 0px auto 0;
		}

#top {
		width: 980px;
		text-align: center;
		margin: 0px auto 0;
		}

#logo {
		width: 200px;
		text-align: left;
		position: relative;
		float: left;
		}
		
#nav {
		width: 660px;
		position: relative;
		float: left;
		text-align: right;
		}
		
#pgtitle {
		position: relative;
		float: left;
		width: 600px;
		top: 50px;
		text-align: left;
		}
		
#pgtitle2 {
		position: relative;
		float: left;
		width: 600px;
		top: 50px;
		left: 20px;
		text-align: left;
		}
		

/* Home
----------------------------------------------- */

		
#homeleft {
		position: relative;
		float: left;
		width: 251px;
		margin-right: 60px;
		top: 50px;
		}
		
#homeright {
		position: relative;
		float: left;
		width: 480px;
		top: 50px;
			}

/* Bio
----------------------------------------------- */		
		
#bioleft {
		position: relative;
		float: left;
		width: 320px;
		margin-right: 60px;
		top: 80px;
		}
		
#bioright {
		position: relative;
		float: left;
		width: 560px;
		top: 50px;
		text-align: left;	
		}		
		
/* Contact
----------------------------------------------- */

#contact {
		position: relative;
		float: left;
		width: 980px;
		top: 80px;
		text-align: left;
		}
		
		
/* Press
----------------------------------------------- */
		
#pressleft {
		clear: both;
		position: relative;
		float: left;
		width: 240px;
		top: 80px;
		text-align: left;	
		margin-left: 10px;
		}
		
#pressright {
		position: relative;
		float: left;
		width: 620px;
		top: 80px;
		text-align: left;	
		}		

h1 {
	font-size: 16px;
	text-align: center;
	}
	
	.imgpad { margin-right: 30px;}

	
.credit { 
	font-size: 10px; 
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
	}

