/* CSS Document */

body {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color:#000000;
}


.header {
	height: 206px;
	width: 747px;
	background-image: url(header.jpg);
	cursor:pointer;
}


.leftcolumn {
	float: left;
	width: 308px;
	padding-left:35px;
	text-align:left;
}


.rightcolumn {
	float: right;
	width: 345px;
	padding-right:38px;
	text-align:right;
	padding-top:22px;
	padding-left:0px;
}


.footer {
	clear: both;
	height: 166px;
	width: 747px;
	background-image:  url(footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


.container {
	text-align: center;
	width: 747px;
	margin-right: auto;
	margin-left: auto;
	background-image:  url(center.jpg);
}

/* Fonts */

p {
	font:12px/19px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
	color:#FFFFFF;
}

		a:link		{ color: #7d9293; text-decoration:underline;} 
		a:visited	{ color: #666666; text-decoration:line-through} 
		a:hover		{ color: #c2c7c7; text-decoration:none;}
h1 {
	font-family: Georgia,'Times New Roman', Times, serif;
	font-size: 18px;
	letter-spacing: 0.05em;
	color:#CCCCCC;
	}
	
h2 {
	font-family: Georgia,'Times New Roman', Times, serif;
	font-size: 15px;
	letter-spacing: 0.10em;	
	color:#d18208;
	padding-top:10px;
	}

h3 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#9bc5d4;
	padding-top:10px;
	padding-bottom:0px;
	}

h4 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#768f99;
	padding-top:0px;
	}

	
em {
	font:13px/19px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
	color:#afaaa3;
	}

#menu {
	position:absolute;
	margin-top:0px;
	margin-left:20px;
	height:210px;
	width:471px;

}