/* CSS Document */

*
	{font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;}
	
body, html
	{padding: 0;
	margin: 0;
	color: #ccc;
	background: #333 url('../images/background.gif') left top repeat-x;}
	
#center
	{margin: 10px auto;
	width: 780px;}
	
.content
	{margin: 5px 20px;}
	
.text
	{padding: 0 0 10px 0;
	border-bottom: 1px solid #6c0;}
	
#header
	{height: 90px;
	display: block;}
	
#logo
	{float: left;
	width: 250px;}
	
	#logo img
	{margin-top: 30px;}
	
	#logo h1, #logo h5
	{position: absolute;
	left: -9000px;}
	
#menu
	{font-size: 1.2em;
	text-align: right;
	float: right;
	width: 480px;
	margin: 45px 0 0 0;}
	
	#menu span.bullet
	{display: inline;
	padding: 2px;
	background: transparent url(../images/bullet.gif) center no-repeat;
	color: #666;}
	
	#menu span.bullet strong
	{visibility: hidden;}
	
	#menu a
	{text-decoration: none;
	margin: 0 5px}
	
#image
	{height:245px;
	width: 780px;
	display: block;
	text-align: center;
	background-image: url(../images/background_image.gif);}
	
	#image img
	{margin: 11px auto;
	border:1px solid #fff;}
	
#footer
	{color: #666;
	text-align: center;}
	
	#footer p
	{font-size: 0.8em;}
	
	#footer span a
	{color: #666;
	font-size: 0.8em;}
	
/*===== form =====*/
	
form
	{margin: 0;
	padding: 0;}

	input.field, textarea
	{border: 1px solid #666;}
	
	input.field
	{width: 400px;}
	
	textarea
	{width: 400px;
	height: 100px;}
	
	
/*===== Links =====*/
	
a
	{color: #6c0;}

a:hover
	{color: #fff;}
	
a img
	{border: none;}
	
/*===== Headings =====*/

.heading
	{margin: 15px 0 5px 0;}
	
	.heading h2, .heading h3
	{position: absolute;
	left: -9999px;}

h1, h2, h3
	{color: #6c0;
	font-family: Trajan Pro, Trajan, "Times New Roman", Times, serif;
	margin: 10px 0 5px 0;}
	
h4, h5, h6
	{color: #666;
	margin: 0 0 5px 0;}

h1
	{font-size: 2.6em;}

h2
	{font-size: 2.0em;}
	
h3
	{font-size: 1.8em;}
	
h4
	{font-size: 1.4em;}
	
h5
	{font-size: 1.2em;}
	
h6
	{font-size: 1.0em;}
	
	
/*===== Hacks =====*/
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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