/*

*/

body {

	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #f1f1f1;
	text-align: left;
	background: #000000;
	}

h1, h2 {
	margin: 0;
}


a {
	color: #D9BCEB;
	text-decoration: none;
}

a:hover {
	color: #FA750F;
	text-decoration: underline;
}

h1 {
	float: left;
	margin: 0 0 0 0px;
	font-size: 50px;
	letter-spacing: -5px;
	color: #f1f1f1;
	}

h2 {
	float: left;
	margin: 0 0 0 0px;
	font-size: 18px;
	color: #D9BCEB;
	}
	

/* Content */

#content {
	background-position:top left; width: 800px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 600px;
	height: 340px;
	background: #000000;
	background: url('images/background.jpg'); background-repeat:no-repeat;
}

#colTwo {
	float: right;
	width: 200px;
	height: 340px;
	background: #000000;
	font-size: 16px;	
	text-align: right;

}

#colThree {
	float: left;
	width: 800px;
	margin: 0 auto;
	background: #000000;
}
#leftcolumn{
				 width: 350px;
				 margin:0;
				 padding:20px;
				 float: left;

				 }
#rightcolumn{
				 width: 312px;
				 margin: 0;
 				 padding:20px;
 				float: right;
				 background: #161414;
				 				 }


#footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	background: #000000;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 11px;
}

#thumbgallery{
							margin:0 auto;
							text-align: center;

							}
#thumbgallery img {
	border: 1px solid #9F8E5A;
}		
 
#thumbgallery img:hover{
	border: 1px solid #fff;
								}