@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif}
	
body {
	background-repeat: repeat-x;
	background-color:#000000;
	font-size:62.5%;
	text-align:center;
	color:#ffffff;}	

a:link {color: #CCCCCC;text-decoration: none;}
a:visited {text-decoration: none;color: #CCCCCC;}
a:hover {text-decoration: underline;color: #FFFFFF;}
a:active {text-decoration: none;}	
	
h1{	
	font-size:1.9em;
	font-weight:normal;
	color:#FFFFFF;}

h2{	
	font-size:1.4em;
	font-weight:normal;
	color:#FFFFFF;}
	
h3{	
	font-size:1.2em;
	font-weight:bold;
	color:#999999;}	
	
p{
	font-size:1.2em;
	color:#999999;}
	
li {font-size:1.2em;color:#999999; line-height:25px}

li a:link{font-size:1.2em; color:#999999;}
	
li a:hover{color:#ffffff; text-decoration:none;}

#wrapper {
	margin:0 auto;
	width:906px;
	height:auto;
	text-align:left;
}

#header{
		position:relative;
		margin-bottom:0px;
		height:200px;
		width:906px;
}

#header2{
		position:relative;
		background-image:url(../images/landing.jpg);
		background-position:center;
		background-repeat:no-repeat;
		margin-bottom:0px;
		height:184px;
		width:906px;
}

#nav{
		position:centre;
		width:600px;
		margin:auto;
		}
		
#navigation {
	margin:15px 0 10px 0px;
	height:30px;
	text-align:center;
}

#navigation li {
	float:left;
	margin-left:5px;
	font-size:1.4em;
	line-height:29px;
	list-style:none;
}

#navigation a {
	display:block;
	width:90px;
	height:30px;
	color:#999999;
	text-decoration:none;
}

#navigation a:hover{
		color:#ffffff;}
		
#navigation .current a {color:#ffffff;}		

#content{
	margin:150px 30px 20px 30px;
	height:350px;
	width:621px;
	margin:auto;
	margin-top:0px;
	text-align:center;}
	
#content a:hover {text-decoration:none;}	
	
#content2{
	margin:150px 30px 20px 30px;
	height:700px;
	width:621px;
	margin:auto;
	margin-top:50px;
	text-align:center;}
	
#contentgallery{
	margin:70px 30px 20px 30px;
	height:650px;
	width:700px;
	margin:auto;
	margin-top:50px}		
	
#gallery{
	margin:10px 30px 0px 30px;
	height: 375px;
	text-align:center}	
	

.column {float:left; margin:0 0px;}

.column.one		{ width:175px; margin-right:0px; padding:15px 0 0 0; line-height:20px;}
.column.two		{ width:400px; margin-left:0px;  text-align:left;}
.column.line	{ width:21px; height:100%; background-image:url(../images/line.gif); background-repeat:repeat-y; margin-left:0px; }

.leftimage {margin-bottom:15px}
					
#footer {
	/*clear:both;*/
	margin:20px 10px;
	height:30px;
	line-height:30px;
	text-align:center;
}					
.x {
display: block;
}

.x a:hover {text-decoration:none;}

.enter { 	font-size:1.9em; font-weight:normal; color:#FFFFFF;}
	
		
