/* body tags */

body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
	
/* link styles */

a:link, a:visited, a:active {
	color:#9F9406;
	text-decoration:none;
}

a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

/* div definitions */

#container {
	width: 824px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	
#midcontainer {
	width: 840px;
	float:left;
	background-image: url("images/mid_bg.jpg");
	background-repeat:repeat-y; 
	text-align: left; 
}

#header {
	width: 821px;
	height: 111px;
	float:left;
	background-image:  url("images/header.jpg");
	background-repeat:repeat-y; 
	text-align: left; 
}
	
#left {
	width: 90px;
	float:left;
	background-color: transparent;
	text-align:right;
}

#main {
	width: 641px;
	text-align:left;
	float:left;
	background-color:#535353;
}

#right {
	width: 90px;
	float:left;
	text-align:left;
}

#footer {
	clear:both;
	width: 820px;
	background-image: url("images/footer.jpg");
	background-repeat:no-repeat;
	text-align: center;
}	

#logo {
	position: relative;
	left: 40px;
	top: 20px;
	background-color: transparent;
}

/* index */

#index_main {
	width: 710px;
	height:550px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#index_text {
	position:absolute;
	margin-top: 375px;
	margin-left:190px;
	background-color: transparent;
	z-index:10;
}

#index_pic {
	position:relative;
	background-color: transparent;
	z-index:1;
}
