body {
	background: #000000 url(bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #626162;
	background-repeat: repeat-x;

}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 920px;
}

#container #bulb {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 337px;
	height: 273px;
	background: url(images/light_off.png) no-repeat;
}

#container #bulb:hover {
	background: url(images/light_on1.png) no-repeat;
}
/********************** Header ***************************/
#logo{
	height: 299px;
	width: 920px;
	margin: 0;
	padding: 0;
	
}

#logo a{
	margin: 0 auto;
}

#logo p{
	margin: 0 auto;
    top: 0;
    padding: 10px 0 0 10px;
    position:absolute;
	color: #fff;
    text-align:left;
    font-size: 13px;
    font-weight:bold;
    float: left;
		
}

#logo p.first{
    margin-top: 250px;
    position:absolute;
	color: #fff;
    width: 920px;
    text-align:center;
    font-size: 13px;
    font-weight:bold;
		
}



#logo #facebook a {
	float: right;
	display: block;
	width: 50px;
	height: 50px;
	margin: 10px 10px 0 0;
	font-size: 0px;
	background: url(images/facebook_logo.png) no-repeat;
}





/********************** Content ***************************/

#content {
	background-color: #000; /*****7b6b5c*****/
	width:920px;
	display:block;
	
}
#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 1px 10px 8px 10px;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid yellow;
}
/********************** Content - left ***************************/
#left {
	background-color: black;
	border: 1px solid red;
	width:280px;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
}

#left h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	background-color:yellow;
	width:279px;
	text-align:center;
	padding: 3px 0px 3px 0px;
}



#left p{
	padding: 10px 9px 0px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  	color: yellow;
    text-transform: uppercase;
}

.text{
	float:left;
	width:252px;
}



/********************** Content - middle ***************************/
#middle {
	background-color: black;
	border: 1px solid red;
	width:280px;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
}

#middle h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	background-color:yellow;
	width:279px;
	text-align:center;
	padding: 3px 0px 3px 0px;
}



#middle p{
	padding: 10px 9px 0px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  	color: yellow;
    text-transform: uppercase;
}
.text{
	float:left;
	width:252px;
}

/********************** Content - middle ***************************/
#right {
	background-color: black;
	border: 1px solid red;
	width:280px;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
}

#right h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	background-color:yellow;
	width:279px;
	text-align:center;
	padding: 3px 0px 3px 0px;
}



#right p{
	padding: 10px 9px 0px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  	color: yellow;
    text-transform: uppercase;
}

.text{
	float:left;
	width:252px;
}





/********************** footer ***************************/
#footer {
	background-color: gray;
	width: 920px;
	height:22px;
	text-align:center;
	padding: 10px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000;

}

#footer a {
    color: yellow;
 } 
#footer a:hover{
	color:#000;
}
