

/* MAIN ELEMENTS */
body {
	background: url("images/bg.gif") repeat-x #000000;
}


#container {
	width: 881px;
	height: auto;
	margin: 0 auto;
}


* {
	margin: 0; padding: 0;
}
.clear {
	clear: both; 
}

a {
	color: #fff;
}


/* END MAIN ELEMENTS */

/* HEAD ELEMENTS */

	#head h1 a {
		width: 821px;
		height: 100px;
		background: url("images/logo4.png") no-repeat;
		margin: 21px 0 30px 30px;
		text-indent: -10000px;
		outline: none;
		display: block;
	}
	
	#head ul { 
		list-style: none;
		font: normal 16px georgia;;
	}
	
		#head ul li {
			float: left;
			margin-bottom: 5px;
		}
		
		#start {
			width: 31px;
			height: 61px;
			background: url("images/start.gif") no-repeat;
		}
		
		#end {
			width: 26px;
			height: 61px;
			background: url("images/end.gif") no-repeat;
		}
		
			#head ul li a {
				width: 144px;
				height: 61px;
				background: url("images/nav.gif") no-repeat;
				color: #fff;
				text-decoration: none;
				float: left;
				line-height: 60px;
				padding-left: 57px;
				margin-right: 5px;
				outline: none;
			}
			
				#head ul li a:hover {
					text-decoration: underline;
				}
				
/* END HEAD ELEMENTS */

/* CONTENT ELEMENTS */

	#content {
		width: 799px;
		height: auto;
		margin: 0 auto;
		background: url("images/content.gif") repeat-x #000000;
		padding: 10px;
	}
	
	
		
		#content img {
			float: left;
			margin-right: 10px;
		}
		
		#content p {
			font: normal 15px arial;
			color: #797979;
			margin-bottom: 20px;
		}
		
		#passion {
			float: none !important;
			margin-bottom: 20px;
		}
		
/* END CONTENT ELEMENTS */

/* FOOTER ELEMENTS */

	#foot {
		width: 100%;
		height: 86px;
		background: url("images/footer.gif") repeat-x;
		margin-top: 0px;
	}
	
		#footer {
			width: 800px;
			height: 100px;
			margin: 0 auto;
		}
		
				#footer h2 a {
					width: 404px;
					height: 50px;
					background: url("images/logo2.gif") no-repeat;
					float: left;
					margin-top: 22px;
					font: normal 11px/32px arial;
					text-decoration: none;
					text-indent: 200px;
					color: #a2a1a1;
				}
				
				#footer div {
					float: right;
					color: #a2a1a1;
					font: normal 11px/78px arial;
				}

