* { margin: 0; padding: 0 } /* Global Whitespace Reset */

html, body {     
	background: #000000 url(./graphics/bg1.bmp) repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #404040;	
	margin: 0px auto;
	padding: 0px;
	}

#wrapper {     
	width: 770px;
	height: 100%;
	margin: 0px auto;
	margin-top: 40px;
	padding: 0px; 
	position: relative;	
	background-color: #404040;
	color: #ffffff;
    border: 3px double #606060;
	}
	
#header {
    background: url(./graphics/whitehead_header.jpg) no-repeat;
	width: 770px;
	height: 80px;
	margin: 0px;
	}
	
#leftcol {        
	float: left;
    background-color: #404040;
	color: #FFFFFF;
	width: 176px;	
	height: 100%;	
	}

#leftcol_flash {  /*  Will position this absolutely so the content can slide "under" the flash menu */
    position: absolute; top: 80px; left: 0px;
	margin: 0px;
	/* border: 1px solid red; */ 
	padding: 20px 0px 0px 6px;
	}	
		
#main_wrapper {
	float: right;    
	width: 594px;
	height: 100%;	
	}
	
#main { /* This is the whole body of the page. */  
    background: url(./graphics/main_background2.jpg) repeat-y; 
	padding: 20px 28px 0px 30px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #e8e8e8;	
	background-color: #000000;
	height: 100%;		
	}
	
#main p  {
	text-align: justify;
	}
	
#main table {
    border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px auto;
	}
	
#top_3D {
    float: right;
	width: 594px;
	height: 19px;
    background: url(./graphics/top_3D.jpg) no-repeat; 
	}
	
#bot_3D {
	float: right;
	width: 594px;
	height: 19px;
    background: url(./graphics/bot_3D.jpg) no-repeat; 
	}
	
#footer {
    width: 770px;
	height: 40px;
	background-color: #404040;
	color: #747474;
	text-align: center;
	font-size: 7pt;
	margin: 0px auto;
	clear: both;
	}
	
#footer a {
    background-color: #404040;
	color: #747474;
	font-size: 7pt;
	padding: 0;
	margin: 0;
	}

#sitejibe_ad {
    border: 1px dashed #000000;
	color: #747474;
    position: relative; top: 250px;
	background: #404040;
	width: 145px;
	height: 180px;
    margin: 0 0 0 15px;	
	text-align: center;	
	}

.e_heading {
    border: 1px solid #404040;
	padding: 0px;
	text-align: center;	
	width: 80px;
	margin: 0px;
	
	}	
	
.e_item {
    border: 1px solid #404040;
    padding: 0px 0px 0px 5px;
	text-align: left;
	width: 280px;
	margin: 0px;
	}
	
.community_pics_l{
    float: left;
	width: 106px;
	height: 81px;
	
	}
	
.community_pics_r{
    float: right;
	width: 106px;
	height: 81px;
	}
	
.community_boxes {
    height: 69px; 
	width: 414px;
	background: #000000 url(./graphics/community_boxes.gif) no-repeat;
	color: #ffffff;
	margin-top: 6px;
    }

.community_boxes p {
    padding: 13px 10px 0px 15px;
	text-align: left;
	}

.community_boxes a, .community_boxes a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    }

.community_titles {
    float: left;
    width: 160px;
    margin: 3px 0px 0px 15px;
}

.block-center {
	margin: auto;
}

.inner-div { width: 500px;
}


a img {
  	border: 0px;
	}
	
a { color: #eeeeee; text-decoration: underline;}
a:hover { color: #4040ff; text-decoration: underline;}
a:visited { color: #c0c0c0; text-decoration: underline;}

h3 {
    font-weight : bold;
	}
	
.forminput, .formtextarea {    
	color: #ffffff;
	border: 1px solid #404040;
	margin: 2px;
	padding: 2px 3px 2px 5px;
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #202020 !important;
	overflow: auto;
	}
	
.forminput {
    width: 200px;
	}
	
.formbuttons {
    background-color: #303030;
	padding: 0px 3px 0px 3px;
	margin: 2px;
	color: #ffffff;
	border-top-color: #808080;
	border-left-color: #808080;
	border-bottom-color: #404040;
	border-right-color: #404040;
	border-width: 1px;
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    }
    
