@charset "utf-8";
/* CSS Document */

div.wrapper {
width: 901px;
height:auto;
background-color: #252525;
text-align: center;
margin-left:auto;
margin-right:auto;

}

div.header {
text-align:center;
float:left;
}
div.left_column {
	width:72px;
	height: 750px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background-image: url(images/base_17.gif);
	background-repeat: repeat;
	background-position: center;
}

div.content {
	width:754px;
	height:750px;
	float:left;
	text-align:left;
	background-image: url(images/base_18.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #929292;
}

div.right_column {
	width:74px;
	height:750px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background-image: url(images/base_19.jpg);
	background-position: right;
	background-repeat: repeat;
}

div.menu { width:auto; text-align:center;
}

li {float:left;
padding-right:30px; display: inline;
list-style-type: none;
font-size: 11pt;
}

hr {
	clear:both;
	display:none;
	visibility:invisible;
} 
body {
	background-color: #252525;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align:center;
	color: #000000;
	
}

a:link { color:#660000; text-decoration:none; }
a:visited { color:#660000; text-decoration:none; }
a:hover { color:#FF0000; text-decoration:underline; }
a:active { color:#FFFFFF; text-decoration:none; } 

.caption {vertical-align:top; text-align:center; font-size: 8pt; }



	

	
	