body {
	margin: 0px 0px 0px 0px;
}
#wrapper {
	width:auto;
}
#header {
	background-image:url(/images/header_bg.jpg);
	background-repeat:repeat-x;
}
#content_wrapper {
	float:left;
	width:inherit;
}
#menu{
	width:165px;float:left;
 background-image:url(/images/menu_background.gif);
	background-repeat:repeat-y;       

}
* html #menu {
background-color:#D1C6AA;
}
#menu ul {

	margin: 0px;
	padding: 0px;
	list-style-type: none;
        border-right: 1px #6E7397 solid;
}
/* MENU LIST */
#menu li {
	border-bottom: 1px #6E7397 solid;
	border-left: 1px #6E7397 solid;
	margin-top:2px;
	margin-bottom:2px;
	text-indent:25px;
	background-color:#EFE4C7;
	background-image:url(/images/menu_seperator.gif);
	background-repeat:no-repeat;
	background-position: 8px 8px;
	
}
#menu li a {
	font-weight:normal;
	font-size: 10px;
	font-family:Verdana;
	color:#000000;
	text-decoration:none;
}
#menu li a:hover {
	font-weight:normal;
	font-size: 10px;
	font-family:Verdana;
	color:#000000;
	text-decoration:none;
}
#content {
    background-image:url(/images/dice_bg.gif);
    background-repeat:no-repeat;
	/*border-left: 1px #6E7397 solid;*/
    float:left;
    width:579px;
	   height:310px;
    padding-top:10px;
    padding-left:20px;
	font-size: 12px;
    font-family:Verdana;
    background-color:#FFFFFF;
}
.padded_line{margin-top:10px;margin-bottom:5px;}
.preview_pic{
padding: 1px 1px 1px 1px;
border:1px #000000 solid;
margin-right:3px;
width:172px;
}

h2{
margin-bottom: 0px;
	font-weight:normal;
	font-size: 12px;
	font-family:Verdana;
	color:#000000;
}

h1{
margin-bottom: 0px;
	font-weight:bold;
	font-size: 16px;
	font-family:Verdana;
	color:#000000;
}
.content_small {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.verdana {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
