a img,:link img,:visited img { border: none; }
/* basics */
body {
	color: black;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-size : 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
}

/* text styles */
body, p, td, th { font-size : x-small; font-family: verdana, arial, sans-serif; }

/* Text */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #3399FF;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #3399FF;
}
a:hover, a:active {
	text-decoration: line-through;
	color: #3399FF;
}

h1 {
	color: #666666;
	font-weight: bold;
	font-size: x-small;
	position: relative;
	background-color: #CCCCCC;
	text-transform: uppercase;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-top: 0px;
}
h1.alt { color: #6A6A6A; text-transform: uppercase; font-weight: bold; font-size: small; border-bottom: solid 1px #FF0F6F; 
	padding: 0px 0px 4px 0px; margin: 0px 0px 6px 0px; }

h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	background-color: #CCCCCC;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	height: 15px;
	width: auto;
	float: left;
	}
	
h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	background-color: #0095FE;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	height: 15px;
	width: auto;
	float: left;
	}

h4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	background-color: #CCCCCC;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	height: 15px;
	width: auto;
	float: left;
	}



/* main structure */
#rootContainer {
	width: 100%;
	text-align: center;
}
#bodyCenter {
	margin:0px auto;
	width: 850px;
	text-align: left;
	height: 100%;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	text-align: center;
	width: 555px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu {
	width:555px;
	position: relative;
	margin-left: 15px;
}
#bodyCenter #image {
	margin:0px;
	height: 283px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#right_column {
	position:relative;
	width:250px;
	float:right;
	z-index:1;
	margin-bottom: 15px;
	margin-right: 15px;
	padding-top: 0px;
}


#text {
	position:relative;
	width:545px;
	float:left;
	z-index:2;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 10px;
}

#text_column_one {
	position:relative;
	width:200px;
	float:left;
	margin-left: 15px;
	padding-bottom: 15px;
	padding-right: 50px;
}

#text_column_two {
	position:relative;
	width:200px;
	float:left;
	padding-bottom: 15px;
	padding-right: 50px;
}

#ad_panel{
	position:relative;
	width:850px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	float: left;
}
