/*
	Main styles
*/

body 
{
	margin: 0px;
	
	background-color: #302E2F;
	
	background-position: center top; 
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat-x;
}

img 
{
	border: 0px;
}

#bg
{
	background-position: center top; 
	background-image: url(../images/main/bg.jpg); 
	background-repeat: no-repeat;
}

#main
{
	margin: auto;
	
	width: 885px;
	
	overflow: auto;
}

/*
	HEADER
*/

#header 
{
	clear: both;
	
	width: 885px;
	height: 75px;
	
	padding-top: 205px;
}

#header_logo
{
	float: left;
	
	width: 320px;
	height: 75px;
}

/*
	BANER
*/

#baner
{
	clear: both;
	
	width: 885px;
	height: 205px;
	
	padding-top: 25px;
}

#baner_main
{
	width: 860px;
	height: 205px;
}

.baner_item
{
	float: left;
	
	width: 215px;
	height: 205px;
}

/*
	CENTER
*/

#menu
{
	clear: both;
	
	width: 885px;
	height: 40px;
	
	padding-top: 10px;
}

#menu_main
{
	clear: both;
	
	width: 860px;
	height: 40px;
}

.menu_item
{
	float: left;
	
	width: 195px;
	height: 40px;
	
	padding-left: 20px;
}

/*
	FOOTER
*/

#footer
{
	clear: both;
	
	width: 850px;
	height: 120px;
}

/*
	GALLERY
*/

.photo_row
{
	width: 480px;
	height: 150px;
	
	padding-top: 10px;
}

.photo
{
	float: left;
	
	width: 160px;
	height: 150px;
	
	text-align: center;
}

/*
	TEXT Styles
*/

.title
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	
	color: #CACACA;
}

.text
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	
	color: #FFFFFF;
}

.footer
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	
	color: #666666;
}

a:link 
{
	color: #CACACA;
	text-decoration: none;	
}

a:hover 
{
	color: #9BBE11;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}