/* CSS Document */

body {
	background-color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	background-position: top left;
	background-image: url(../content_images/top_tile.gif);
	background-repeat: repeat-x;
	}
	
/*----------------------------------------------------------Ps, H1s and the like---------------------*/
p {
	font-size: .7em;
	font-weight: normal;
	font-family: verdana, Georgia, Times, serif;
	color: #ffffff;
	line-height: 1.4em ;
}

h1 {
	font-size: .8em;
	font-weight: bold;
	font-family: verdana, Georgia, Times, serif;
	color: #ff9900;
	line-height: 1.4em ;
}

.headings {
	font-size: 1.2em;
	font-weight: bold;
	font-family: verdana, Georgia, Times, serif;
	color: #cc3300;
	}


/*----------------------------------------------------------LINKS---------------------*/


a	{ 
	color: #ff9900;
	text-decoration: underline;
	}
	
a:hover {
	color: #cc3300;
	text-decoration: underline;
	}
	
a:visited {
	color: #666;
	text-decoration: none;
	font-style: italic;	
	}



/*----------------------------------------------------------CONTENT CONTAINER---------------------*/
#contentcontainer {
	position: relative;
	width: 859px;
	height: 768px;
	border: 0px solid green;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	}

/*----------------------------------------------------------LOGO---------------------*/
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 247px;
	height: 76px;
	background-image: url(../content_images/logo.gif);
	background-repeat: no-repeat;
	border: 0px solid white;
		}
	
/*----------------------------------------------------------NAVIGATION---------------------*/
 #nav {
 	position: absolute;
	top: 101px;
	left: -70px;
	width: 960px;
	height: 27px;
	border: 0px solid white;
	}
		
#nav ul {
	display: inline;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 0px solid white;
	line-height: 1.4em;
	height: 27px;
	}

#nav li {
	display: inline;
	padding: 0;
	height: 27px;
	margin-left: 5px;
	margin-right: 0px;
	border: 0px solid black;
	}	

	
#nav li a{ 
	color: black;
	text-decoration: none;
	}
	
#nav li a:hover {
	color: #660001;
	text-decoration: underline;
	}


/*----------------------------------------------------------IMAGES---------------------*/
#images {
	position: absolute;
	top: 136px;
	width: 859px;
	height: 257px;
	border: 0px solid blue;
	background: #000;
	}

/*----------------------------------------------------------CONTENT---------------------*/
#content {
	position: absolute;
	top: 391px;
	left: 32px;
	width: 800px;
	min-height: 470px;
	max-height: 900px;
	border: 0px solid yellow;
	background: #000;
	margin-left: auto;
	margin-right: auto;
}

#content_left {
	border: 0px solid green;
	width: 350px;
	padding: 0px 0px 50px 50px;
	text-align: justify;
	float: left;
	}	
	
#content_leftwide {
	border: 0px solid green;
	width: 460px;
	padding: 0px 0px 0px 50px;
	text-align: justify;
	float: left;
	}
	
#content_rightnarrow {
	border: 0px solid green;
	height: 70px;
	width: 200px;
	text-align: justify;
	float: right;
	padding: 30px 50px 0px 0px;
	}

	
#content_right {
	border: 0px solid green;
	height: 188px;
	width: 300px;
	padding: 0px 50px 0px 0px;
	text-align: justify;
	float: right;
	}
	
#content_right_plain{
	border: 0px solid green;
	height: 188px;
	width: 300px;
	padding: 40px 50px 0px 0px;
	text-align: justify;
	float: right;
	}
	
.gallerypics  {
	border: 2px solid #ff9900;
	}

/* ------------------------------- FOOTER -----------------------------------*/
.footer {width:600px; margin: auto; clear: left;}
.footer a {color: #fff; text-decoration: none;}
.footer a:hover {color: #ff9900;}
