/* CSS Document */

.textstyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	list-style:none;
	line-height:16px;
	margin:5px 5px 5px 5px;
}

.navstyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:15px;

}

a.navstyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:15px;
	text-decoration:none;

}

a:hover.navstyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CF0011;
	line-height:15px;
	text-decoration:none;

}

a:visited.navstyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:15px;
	text-decoration:none;

}

body {
	background-color:#CCCCCC;
}



/***************DIV STYLES********************/

#wrapper{
	width:700px;
	height:700px;
	margin:0 auto;
	text-align:center;
}

#wrapper2{
	text-align:left;
	width:700px;
	display:block;
	margin: auto;
	background-image:url(images/backgroundV2.jpg);
}

#wrapper3{
	text-align:left;
	width:700px;
	display:block;
	margin: auto;
	background:#000000;
}

#background {
	min-height:362px;
	width:700px;
	margin:0 auto;
}

#textright {
	text-align:left;
	float:right;
	width:350px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}



#insettext {
	width:350px;
	background:#FFFFFF;
}

#textrighttrans {
	float:right;
	width:350px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#navigation {
	display:block;
	width:350px;
	height:15px;
	margin-top:10px;
	background-color:#000000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}


/******************IMAGE STYLES*****************/

.headerimage{

	margin-bottom:-5px;
	margin-top:-5px;
}

