/* CSS Document */

/*---------- PAGE ELEMENTS ----------*/


.text14b {
	font-size: 14px;
	font-weight: bold;}

.text14 {
	font-size: 14px;}

.text16b {
	font-size: 16px;
	font-weight: bold;}

.text16 {
	font-size: 16px;}

.text18b {
	font-size: 18px;
	font-weight: bold;}
	
.text20b {
	font-size: 20px;
	font-weight: bold;}

p { 
	padding: 0px 5px 10px 5px;
	margin: 0px;}

ul { margin: 0px 0px 0px 20px;
	padding-top: -5px;}

li { 
	margin: 0px 0px 0px 5px;
	padding: 0px 10px 5px 10px;
	/*list-color: #FF0000;*/}

td {	font-family: Arial, Helvetica, sans-serif;}

th {	font-family: Arial, Helvetica, sans-serif;}

#smallPic{
	margin: 0px 5px 0px 5px;}


/*---------- links ----------*/

a {	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;}

a:hover { text-decoration: none;
		color: #000000;
		font-weight: bold;
		background-color: #FF7979;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;}

a:active { text-decoration: none;
		 color: #FF0000;
		 font-weight: bold;
		 background-color: #000000;
		 border-style: solid;
		 border-width: 1px;
		 border-color: #FF0000;}

a:visited { text-decoration: none;
		  color: #FFFFFF;
		  font-weight: bold;}
		  
	

/*---------- MAIN ELEMENTS ----------*/
body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}

#container {
	width: 910px;
	height: 100%;
	margin: 20px 100px 0px 100px;}

#header{
	width: 910px;
	height: 200px;}

#headerLeft{  
		width: 275px;
		height: 200px;
		margin:0px;
		padding:0px;
		float: left;}

#headerRight{
		width: 635px;
		height: 200px;
		margin:0px;
		padding:0px;
		float: right;}

#middle{
	background: url(/images/container.jpg) no-repeat;
	width: 910px;
	margin: 0px;
	padding: 0px;}
		
#leftNav{
	background:  url(/images/nav-left.jpg) no-repeat;
	width: 200px;
	height: 700px;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;}

#leftNavText{
	margin: 60px 5px 0px 5px;}

#content{
	background: url(/images/content.jpg) no-repeat;
	width: 545px;
	height: 700px;
	margin: 0px 0px 0px 205px;
	padding: 0px;
	text-align: center;}

/*---------- photo gallery ----------*/

#gallery-top{
	width: 520px;
	height: 420px;
	padding: 10px 5px 10px 5px;
	margin: 0px;
	text-align: center;
	clear: both;}
	
#gallery-bottom{
	width: 520px;
	height: 260px;
	padding: 10px 5px 10px 5px;
	margin: 0px;
	clear: both;}

#rightNav{
	background:  url(/images/nav-right.jpg) no-repeat;
	width: 150px;
	height: 700px;
	float: right;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;}

#rightNavText{
	margin: 60px 0px 0px 0px;}

#footer{
	background: url(/images/footer.jpg) no-repeat;
	width: 910px;
	height: 60px;
	border: 0px;
	margin: 1px 0px 5px 0px;
	clear: both;}

#footer2{
	background: #000000;
	width: 910px;
	height: 30px;
	border: 0px;
	margin: 0px 150px 20px 150px;
	clear: both;}