* { padding: 0; margin: 0; }

body {
 	font-family: Arial, Helvetica, sans-serif;
 	background: #161616;
	}

#top {
 	width: 100%;
 	height: 215px;
 	text-align: center;
 	background: url(../subfolder/121_top.jpg) repeat-x;
	}
	
#wrapper { 
 	background: #333333;
 	width: 100%;
 	height:150px;
	}

#content { 
 	margin: 0 auto;
 	width: 900px;
 	height: 150px;
 	text-align: center;
	}

#footer { 
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	}
	
#bottom{
	background: url(../subfolder/121_bottom.jpg) repeat-x;
	height: 285px;
	}	

#logo{
	margin-top: 40px;
	}

#copyright{
	margin-top: -60px;
	}
	
/*//////////TYPE SETUP///////////*/

a:link { 	color: #999999; text-decoration: none;}
a:visited { color: #999999; text-decoration: none;}
a:hover { 	color: #FF9900; text-decoration: none;}
a:active { 	color: #999999; text-decoration: none;}

/*body copy*/			
h2 {
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: left;
	line-height: 19px;
	font-size: 13px;
	font-style:normal;
	font-weight: normal;
	font-family: Arial, sans-serif;
	}
	
/*subheadline copy*/			
h1 {
	color: #0099FF;
	letter-spacing: 1px;
	text-align: left;
	font-size: 13px;
	font-style:normal
	font-weight:bold;
	font-family: Arial, sans-serif;
	}
		
/*copyright*/	
h3{
	font-style: normal;
	font-weight:lighter;
	letter-spacing: 1px;	
	font-size: 9px;
	line-height: 14px;
	color:#999999;
	font-family: Arial, sans-serif;	
	}
	