@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/wood_backg.jpg);
	margin:0;
}

#container{
	width:792px;
	padding:15px 15px 15px 15px;
	background:#31190F;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:20px;
}

#containerWithBackgound{
	width:792px;
	background:url(../images/right_pattern.jpg);
	background-color:#F1F1E8;
}

#flashSlot{
	width:792px;
	height:383px;
		background:url(../images/back-flash.jpg);
}

#contentBox{
	width:326px;
	background:url(../images/content_background.jpg) bottom no-repeat;
	background-color:#BAA278;
	padding-right:136px;
	padding-left:20px;
	padding-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#612F15;
}

#contentBox a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}

a:link {
	color: #612F15;
}

a:visited {
  color: #612F15;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #612F15;
}

a.hidden {
  color: #612F15;
}

.h1{
	font-size: 18px;
}
