/* CSS Document */
body
{
	background-image: url('images/bk1.jpg');
	background-repeat: repeat-x;
	text-align: center;	
}

#page
{
	/* holder for all content divs */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 796px;
	min-height: 700px;
	border-width: 1px; 
	border-style: solid;
	border-color: #006;
	
}

#HeaderBanner
{
	/* holder for all content divs */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/Banner1.jpg');
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #006;
	cursor: pointer;
	width: 795px;
	height: 260px;
}

#Footer
{
	/* holder for all content divs */
	position: relative; 
	clear:both;
	margin-right: auto;
	margin-left: auto;
    top: 1px;
	width: 797px;
	border-top-style: inset;
	border-top-width: 3px;
	border-top-color: #DDD;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#ContentPanel
{
	position:relative;
	width: 725px;
	background-color: #FFF;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-width: 5px;
	font-size: 14px;
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	color: #000;
}
#ContentPanel h1
{
	font-size: 24px;
	font-weight: bold;
	color: #446;
	text-align: right;
}

#PageContent
{
	position: relative;
	top: 0px;
	padding: 16px;
	margin-left: 140px;
}

#LeftNavDiv
{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 120px;
	background-color: #FFF;
	border-width: 4px;
	border-right: inset;
	border-bottom: inset;
	padding-right: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#LeftNavDiv ul
{
margin-left: 0;
padding-left: 0;
width: 95%;
}

#LeftNavDiv li
{
display: block;
width: 100%;
margin: 0;
padding: 0px;
font-size: 15px;
font-weight: bold;
text-align: left;
}

#LeftNavDiv a 
{
display: block;
width: 100%;
color: #777;
padding: 5px;

}

#LeftNavDiv a:link, #LeftNavDiv a:visited
{
color: #006;
background-color: #FFF;
text-decoration: none;
}

#LeftNavDiv a:hover
{
color: #fff;
background-color: #006;
text-decoration: none;
font-size: 15px;
}


#ShowButtons
{
	position: relative;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	margin: 20px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

#Button1
{
	position: relative;
	top: 0px;
	left: 0px;
}

#Button1 ul 
{
	list-style-type: none;
	margin: 0;
}

#Button1 a 
{ 
	display: block; 
	text-align: center;
	color: #000;
	width: 360px;
	background-color: #6699CC;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	border-style: ridge ;
	border-color: #CCCCCC;
	border-width: 3px;
}

#Button1 a:hover
{
	background-color: #FFCC99;
	border-style: groove ;
	border-color: #666666;
}

#RatingsTable
{
	font-size: 12px;
	text-align: left;
	background-color: #FFFACE;
	border: 1px solid #006;
	margin-left: auto;
	margin-right: auto;
}
