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

*
{ 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	border: none; 
	text-decoration:none;
	font-weight: normal;
}

body
{
	color: #FFFFFF;
	background:url(images/bg2.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
}


#container 
{
	margin: 60px;
	width: 965px;
}

a {
	color:#f9ff4b;
	}
	
a:hover {
	text-decoration:underline;
	}


hr { background: url(images/hr.gif) no-repeat;  height: 1px; margin: 30px 0; }

h1 {
	width: 91px;
	height: 61px;
	background: url(images/logo.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 30px;
	display: block;
}

h2 {
	margin: 30px;
	display: block;
	font-size: 175%;
	letter-spacing: -1px;
	font-weight: normal;
}

h3 {
	margin: 30px 30px 10px;
	display: block;
	font-size: 95%;
}

p {
	margin: 0 30px 10px;
	display: block;
	font-size: 50%;
	line-height: 125%;
}

em {
	color:#999999; 
	}


/* *************************************************************************************** */
/* ************************************** Gallery **************************************** */
/* *************************************************************************************** */
.gallery
{
margin: 30px 25px;
}

.gallery li
{
float: left;
margin: 0  5px;
}

.gallery li a
{
display: block;
background: url(images/thumb_bg.png);
}

.gallery li a:hover
{
display: block;
background: url(images/thumb_bg_over.png);
}

.gallery li a img
{
padding: 5px;
display: block;
}

.gallery_extras { display: none; }

/* *************************************************************************************** */
/* *********************************** Clear Floats ************************************** */
/* *************************************************************************************** */

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
.clear {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
	}
	
.clear {
	display: block;
	}
/* End hide from IE-mac */