/* Design & Code (c) Diffuse Interactive */
html, body { 
	padding			: 0; 
	margin			: 0; 
	height			: 100%;
}

body {
	font			: normal 12px "Arial", "Verdana", sans-serif;
	line-height		: 20px;
	background		: #000 url('../_images/background.jpg') repeat-x;
	color			: #4f4f4f; 
}	


#wrapper {
	margin			: 0 auto;
	width			: 100%;
	min-height		: 100%;
	background		: transparent url('../_images/background2.jpg') no-repeat center top;
}

	* html #wrapper {
		height			: 100%;
	}
	
	#wrapper #carousel {
		margin			: 0 auto;
		padding-top 	: 250px;
		width			: 900px;
		height			: 400px;
	}
	
	#wrapper #content {
		margin 		: 0 auto;
		width		: 740px;
	}
		
		
		#content #left {
			float 			: left;
			margin-right 	: 30px;
			background 		: #121212;
			width 			: 355px;
		}
		
		#content #right {
			float 			: left;
			background 		: #121212;
			width 			: 355px;
			height 			: 180px;
			
		}
		
		#content .blok {
			float 			: left;
			width 			: 325px;
			height 			: 180px;
			margin 			: 0;
			background 		: #121212;
			padding 		: 5px 15px;
		}
		
		#content .blok_top {
			float 			: left;
			width 			: 355px;
			height 			: 12px;
			margin 			: 0;
			background 		: url('../_images/blok_top.gif') no-repeat top left;
		}
		
		#content .blok_bottom {
			float 			: left;
			width 			: 355px;
			height 			: 12px;
			margin 			: 0;
			background 		: url('../_images/blok_bottom.gif') no-repeat top left;
		}
		
		#footer 
		{
			margin 		: 0 auto;
			display 	: block;
			width		: 740px;
			clear		: both;
			line-height : 50px;
			margin-bottom: 40px;
		}
		
		#footer img {
			margin-bottom: -8px;
		}

.clear {
	clear 	: both;
}
	
/* Headings H1-H6 */
h1 { }

	h1 {
		font-weight		: normal;
		height			: 18px;
		margin-bottom 	: 5px;
		color 			: #b6b6b6;
	}

h2 { }

h3 { }

h4 { }

h5 { }

h6 { }


/* Paragraph and Link Styles */
p { 
	padding-bottom 	: 10px;
}

a { 
	color 	: #405505;
}	
	
/* Lists and Navigation */

ul { }