* {
	margin:0;
	padding:0;
}

body {
	font-size:12px;
	font-family:Arial,Helvetica, Verdana, sans-serif;
	color:#828483;
	background-repeat:repeat-x;
	background-color:#828483;
	text-align: center;
}
div#body_homepage {
	background-image:url("/images/homepage_bg.gif");
}
div#body_other {
	background-image:url("/images/other_bg.gif");
	background-repeat: repeat-x;
	background-color:#ffffff;
}
div#wrapper {
	margin: 0 auto;
	width: 907px;
	padding: 0px;
	padding-top:60px
	/*background-color:#828483;*/
}
div#header {	
	text-align: center;
	background-image:url("/images/header.gif");
	background-repeat: no-repeat;
	height: 90px;
}
div#main {
	padding: 10px;
	margin-top: 5px;
	text-align: left;
}
div#footer {
	color:#FFFFFF;
	font-size:11px;
	text-align: right;
}
div#footer A {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:none;
}
div#footer A:hover {
	color:#b4b09f;
	text-decoration:none;
	border-bottom:none;
	background-color:transparent;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ol,ul,label,dl,fieldset,address {
	margin:1.5em 0 0 0px;
}
img {
    border:0px;
}

img a {
	text-decoration:none;
}
img a:hover {
	text-decoration:none;
}
.itemimage {
   margin: 0 10px 10px 0px;
   border:1px solid #828483;
}
p{
	font-size:12px;
	color:#828483; 
}
td {
	font-size:12px;
	margin:0 0 1.5em;
	color:#828483;
}
ul{
	margin-left: 25px;
	margin-bottom:1.5em;
}
#nav {
	margin-top:-39px;
	margin-right:0px;
	text-align: right;
}
#nav a {
	color:#828483;
	padding-bottom:2px;
	text-decoration:none;
}
#nav a:hover {
	color:#828483;
	border-bottom:none;
	text-decoration:none;
}
a {
	padding-bottom:2px;
}
a:hover {
	border-bottom:none;
}

h1 {
	font-size:150%;
	font-weight:400;
	line-height:normal;
	color:#828483;
	padding-top:0;
	margin:0;
}

h2 {
	font-size:100%;
	line-height:normal;
	font-weight:900;
	color:#828483;
	padding-top:0;
	margin-top: 1em;
	margin-bottom: -10px;
}

h3 {
	font-size:130%;
	line-height:normal;
	font-weight:normal;
	color:#828483;
	margin:0;
	margin-bottom:1em;
}

strong {
	color:#828483
}