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

#wrapper {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	text-align: center;
	color: #333333;
}
#nav {
	height: 100px;
	width: 1200px;
	text-align: center;
}
#leftcontent {
	height: auto;
	width: 1200px;
	margin-top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.8em;
	color: #333333;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	line-height: 0.9em;
	color: #E1D96B;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #E1D96B;
	letter-spacing: 1.3em;
}
#footer {
	height: 70px;
	width: 1200px;
	color: #999999;
	text-align: center;
}

