/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-align: center;
}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #FFF;
	font-style: italic;
}
h2{font-size:14px; color:#999999}
h3{font-size:13px; border-bottom:solid 1px #DEDEDE; padding:4px 0; margin-bottom:10px;}
h4{
	font-size:25px;
	font-style:normal;
	padding:4px 0;
	margin-bottom:10px;
	color: #09F;
	font-family: Arial, Helvetica, sans-serif;
}
h5{
	font-size:12px;
	font-style:normal;
	padding:4px 0;
	margin-bottom:10px;
	color: #FF6A6A;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited{
	color:#09F;
}
a:hover{
	text-decoration:underline;
}


/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */

/* 
#container has an absolute width (780 pixel) 
*/

#myAlternativeContent{
	
}

#container{
	position: relative;
	width:800px;
	background-color: #000000;
	border: medium double rgb(250,255,255);
	margin-left: auto ;
	margin-right: auto ;
	text-align: left;
}
	#topbar{
	width:800px;
	display:block;
	height:108px;
	background-image: url(images/NewWebLayout_01.png);
	background-repeat: no-repeat;
}
	#navbar{
	width:auto;
	display:block;
	height:35px;
}
	
	#locationbar{
	width:auto;
}	

	#main{
	width:800px;
	display:block;
	padding:10px 0;
	background-image: url(images/NewWebLayout_03.png);
	background-repeat: no-repeat;
	height: auto;
}
		#column_left{
	width:575px;
	margin-right:20px;
	float:left;
	margin-left: 26px;
	border-right: medium dotted rgb(250,255,255);
	text-align: left;
}
		#column_right{
	width:160px;
	margin-right:0px;
	float:right;
}
		#column_right_adsense{
	width:120px;
	float:right;
}
		div.spacer{
	clear:both;
	height:10px;
	display:block;
}
	
	#footer{
	width:auto;
	display:block;
	padding:10px 0;
	font-size:11px;
	color:#666666;
	margin-left: 26px;
}
	
/* ------------------------------ 
CUSTOM CLASSES
------------------------------ */

/* 
Add here your custom classes
*/
