html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #DBDBD1 url(Images/bg_dot.png) repeat scroll top left;
	font-family: Lucida Grande, Tahoma, Helvetica, Arial, sans-serif;
	color: #848471;
}
body
{
	background: #DBDBD1 url(Images/bg_dot.png) repeat scroll top left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#Top
{
	width: 100%;
	height: 42px;
	background: #DBDBD1 url(Images/bg_top.png) no-repeat scroll top center;
}
#Bottom
{
	clear: both;
	width: 100%;
	background: #DBDBD1 url(Images/bg_bottom.png) no-repeat scroll bottom center;
	height: 42px;
}
#Container
{
	text-align: left;
	width: 795px;
	margin: 0 auto;
	background: #DBDBD1 url(Images/bg.png) repeat-y scroll top center;
}

#Container
{
	padding: 15px;
	width: 925px;
	background-color: white;
	background-image: none;

	border-radius: 12px;
	-o-border-radius: 12px;
	-moz-border-radius: 12px;
	-icab-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;

	box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	margin-top: 20px;
}

#FirstPage
{
	width: 722px;
	height: 542px;
	margin: 0 auto;
	background: transparent url(Images/FrontPage.jpg) no-repeat scroll center center;
}
#FirstPage
{
	width: 922px;
	height: 650px;
	background: transparent url(Images/FrontPage2.jpg) no-repeat scroll center center;

	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-icab-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#Box
{
	padding: 10px 0;
	width: 923px;
	border: 1px solid #aeab96;
	margin: 0 auto;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-icab-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#Box.BarOpen
{
	background: transparent url(Images/box_bar_bg.gif) repeat-y scroll top left;
}

#Content
{
	width: 602px;
	margin: 0 auto;

	min-height: 542px;
}
#Box.BarOpen #Content
{
	width: auto;
	margin: 0;
}
#Box.BarOpen .ContentContainer
{
	margin-left: 270px;
}

h1#Main_Title
{
	width: auto;
	height: 80px;
	margin: 0;
	background: transparent url(Images/Title.gif) no-repeat scroll top left;
}
h1#Main_Title a
{
	display: block;
	width: 502px;
	height: 39px;
}
h1 span
{
	position: absolute;
	top: -200px;
	left: -2000px;
}

h2, #body_Info .Entry h1
{
	padding-top: 20px;
	color: #BABAA9;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h2#Subtitle, #body_Info .Entry h1
{
	margin: auto;
	margin-bottom: 1.5em;
}

#body_FirstPage #Box
{
	display: none;
}

a
{
	color: #848471;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

input#q
{
	display: block;
	width: 500px;
}
fieldset.hidden
{
	display: none;
}
#body_Search form
{
	width: 500px;
	margin-bottom: 40px;
}
#body_Search .ContentContainer form
{
	margin-left: 50px;
}
#body_Search .ContentContainer h2
{
	margin-left: 50px;
}
#body_Search #SubmitButton
{
	display: block;
	margin: 10px auto !important;
	width: 80px;
}

.Entry ul, .Entry ul li, #Entries ul, #Entries ul li
{
	list-style-type: disc;
}
