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

		body {
	background-image:url(../images/bg.png);
	background-color: #c0aa6d;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left 0px;
	margin: 0px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:16px;
	font-weight: normal;
}
.title {
	color: #FFFFFF;
	font-weight: bold;
}
.text {
	color: #F0BC1F;
}
/* hide from ie on mac \*/
	html {
	height: 100%;
	overflow: hidden;
}
/* end hide */

 
.container {
	width: 1085px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#flashcontent {
}
.container2 {
	width: 1085px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.image {
	margin-top: 20px;
	margin-bottom: 20px;
}

