A:link {text-decoration: none; color: #96401b;}
A:visited {text-decoration: none; color: #96401b;}
A:active {text-decoration: none; color: #96401b;}
A:hover {text-decoration: underline; color: #96401b;}

body {
	background-image: url(images/bg.gif);
    background-color: #320600;
	background-position: top center;
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Tahoma;
	text-align: center;
}

#wrapper {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 641px;
	text-align: left;
}

#content {
	background-image: url(images/content.gif);
	width: 641px;
	height: 569px;
}

#top_space {
	width: 485px;
	height: 100px;
	border-width: 0px;
	border-style: solid;
}

#menu {
	width: 480px;
	height: 47px;
	border-width: 0px;
	border-style: solid;
	margin-top: 0px;
	text-align: left;
	float: left;
}

#main_content {
	width: 465px;
	margin-left: 10px;
	margin-right: 10px;
	border-width: 0px;
	border-style: solid;
	height: 390px;
}

#review_content {
	width: 460px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-width: 0px;
	border-style: solid;
	height: 390px;
	overflow: auto;
}

#left_box {
	width: 485px;
	height: 545px;
	border-width: 0px;
	border-style: solid;
	float: left;
	margin-left: 6px;
	margin-top: 10px;
	text-align: left;
}

#right_box {
	width: 131px;
	height: 560px;
	border-width: 0px;
	border-style: solid;
	float: right;
	margin-right: 8px;
	margin-top: 0px;
}

#copyright {
   color: white;
   font-size: 10px;
   margin-top: 5px;
   margin-left: 10px;
}

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
    position: relative;
	padding: 0 0 0 34x;
	margin: 0 0 0 0;
	background: url(images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu ul {
	float: left;
	text-align: left;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

