/* MyBlueGorilla Styles */

html, body, img {
	margin: 0; padding: 0;
}	
body {
	background: #000 url('../images/graphics/backgrounds/background3.jpg') top left repeat;
	color: #fff;
	font: 12px Verdana, Helvetica, sans-serif;
	text-align: center;
}
p {
	color: #fff;
	font: 12px/1.4 Verdana, Helvetica, sans-serif;
	margin: 5px 0; padding: 0;
}
a {
	color: #99ccff;
}	
a:hover {
	color: #99ff99;
}
.wrapper {
	width: 770px;
	height: 670px;
	margin: 0px auto 0px auto;
	padding-top: 5px;
	position: relative;
	text-align: left;
	/*border: 1px solid white;*/
	background: transparent;
}
.floatit_left {
	float: left;
}
.floatit_right {
	float: right;
}
.boldit {
	font-weight: bold;
}
.italicit {
	font-style: italic;
}
.clearit {
	clear: both;
}

/* ---------------------------- Navigation */  	
#navbar {
}	
#navbar_index {
	float: left;
	width: 260px; height: auto;
}	
#navbar p, #navbar_index p {
}	
.nav_txt {	
	color: #ffff00; 
	font-size: 12px;
  	font-weight: bold;
}
p.nav_link {
	color: #ffff00;
	font: 16px Verdana, Helvetica, sans-serif;
	margin: 0px;
}
p.nav_desc {
	color: #ffffff; 
	font: 14px 'Times New Roman', Times, serif;
  	margin: 0px 0px 5px 0px;
}

/* ---------------------------- Footer */
#footer_index {
	width: 489px; height: auto;
	color: #ffffff; 
	font-size: 11px;
	text-align: center;
	margin: 0px 0px 10px 6px;
}
.footer_info_bloc {
}
.footer_info_bloc a {
	text-decoration: none;
}
.footer_info_bloc a:hover {
	text-decoration: underline;
}	

/* ---------------------------- Homepage */
.content_index_bloc {
	float: right;
	width: 504px; height: auto;
	margin-top: 70px;
}