body {
	background-color: #333;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#topholder {

	width: 790px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	background-color:#333;

}

#bottomholder {

	width: 790px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	background-color:#FFF;

}

#title {
	background-color:#333;
	float: left;
	width: 790px;
	height: 150px;
	
}


/* ###################  Navigation */

#navigation{
	width: 790px;
	font-family:Arial, Helvetica, sans-serif;
	/*background-color:#333;*/
	margin-left: 0px;
	padding-left:0px;
	text-align:left;
	padding-left:0px;
	clear: left;
	}

#navigation ul {
	
	height:30px; 
	background-color:#333;
	padding-left:0px;
	

}
#navigation ul li {
	
	float:left;
	display:inline;
	line-height:30px; 
	/*overflow:hidden; */
	font-size:12px; 
	font-weight:bold; 
	/*background-color:#333;
	/*background:url(images/line.jpg) no-repeat bottom right; */
	
}

#navigation ul li.last a {
	padding-right:32px; 
	background:#333;
	float:left;
}

#navigation ul li.laston {
	padding-right:45px; 
	background: url(images/nav-hover.jpg) repeat-x;
	float:left;
}

#navigation ul li a { 
	height:30px;
	color:#FFF;
	text-decoration:none;
	/*background-color:#333;*/
	padding-right:31px; 
	padding-left:31px; 
	display:block;
	
}

#navigation ul li a:hover {
	
	background: url(images/nav-hover.jpg) repeat-x; 
	height:30px;
	
}
#navigation ul li.on {
	
	background: url(images/nav-hover.jpg) repeat-x; 
	height:30px;

}

/* ###################  END Navigation */

#rotator {
	
	width: 790px;
	height: 200px;
	float: left;
	background-color:#FFF;
	padding-bottom:10px;
	
}

/* ###################  BEGIN Main Body */

#main {
	width: 770px;
	background-color: #FFF;
	margin-left:10px;
	margin-right:10px;
	padding-bottom: 5px;
	padding-top: 10px;
}


#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: justify;
}

#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: justify;
}

#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
}

/* ###################  END Main Body */


/* ###################  BEGIN Gallery */

#gallery {
	width: 750px; 
	height: 700px; 
	margin-left: auto; 
	margin-right: auto;
	}
	
#object a {
	display: none;
	} 
	
#object {
	margin-left: auto; 
	margin-right: auto; 
	display block;
	}

/* ###################  END Gallery */

/* ###################  BEGIN Footer */

#footer {
	float:left;
    text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	width: 780px;
	color: #999;
	background: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer a {
	
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	
	color: #999;
	text-decoration: underline;
}

#copyright {
	float: right;
	padding-right: 5px;
	text-align:right;
}

#privacy {
	float: left;
	padding-left: 5px;
	text-align:left;
}

#privacy a {
	color: #999;
	text-decoration: none;
	}
#privacy a:hover {
	color: #999;
	text-decoration: underline;
	}



td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}