body {
	background: url('../images/mainBg.jpg') top center no-repeat #322924;
	font-family: Tahoma,Verdana;
	font-size: 14px;
}

#page {
	width:930px;
	margin: 0 auto 20px auto;
}

ul {
	list-style-type: disc;
}

ul li {
	margin-left: 15px;
}

.bottomContent {
	height: 111px;
	background: url('../images/bottomBg.png') top left no-repeat;
}

.container {
	background: url('../images/bg.png');
}

.content {
	background: url('../images/topBgInside.png') top left no-repeat;
}

.mainBg {
	background: url('../images/bg.png');
	min-height: 200px;
}

.video {
	background: url('../images/video.png') top left no-repeat;
	height: 375px;	
	margin: 0 auto 34px;
	width: 654px;
	position: relative;
}

.button {
	background: url('../images/button.png') 5px 5px no-repeat;
	width: 240px;
	display: block;
	height: 55px;
	margin: -36px auto 0;
	line-height: 52px;
	font-size: 25px;
	text-align: center;
	color: #FEF4AD;
	font-weight: bold;
	font-family: 'Vyriad Pro';
	text-decoration: none;
}

.button:hover {
	background: url('../images/button_active.png');
}

.text {
	width:610px;
	margin: 15px auto 0 auto;
	text-align: justify;
}

.topLink {
	width: 464px;
	display: block;
	height: 100px;
	position: relative;
	left: 238px;
    position: absolute;
    top: 50px;
}

.copy {
	color: #ECD9AE;
	font-size: 12px;
	text-align: center;
	margin: 30px auto 15px;
}

.copy  img {
	margin-top: 15px;
}

.colLeft {
	position: absolute;
	background: url('../images/col_left.png');
	top: 0;
	left: 0;
	width: 17px;
	height: 50px;
}

.colRight {
	position: absolute;
	background: url('../images/col_right.png');
	top: 0;
	right: 0;
	width: 17px;
	height: 49px;
}

.url{
    text-decoration: none;
    color: #7A0000;
    font-weight: bold;
}
.url:visited{
    text-decoration: none;
    color: #7A0000;
    font-weight: bold;
}
.url:hover{
    text-decoration: underline;
}