body {
	margin:0;
}
#bodi {
	background-color: #a69581;
	background-image: url('images/1pixelbg.png');
	background-repeat: repeat-y;
	background-position: -30px 0px;
	margin:0;
	
}
#bodycontainer {
	width:638px; 
	position: relative; 
	top:0px; 
	left:161px;
}
img {
	border:none;
}
#header {
	background-color: #536268;
}

img {
	border:0;
}

#menu {
	background-image: url(images/menubg.png);	
	height:102px;
	text-align:center;
}
#menulist td {
	font-family:tahoma;
	font-size:12px;
	text-align: center;
	height:30px;
}
#menulist a {
	text-decoration: none;
	font-weight:bold;
	color:#3E4040;
}
#content {
	margin-left:161px;	
}
#leftside {
	background-image: url('images/leftside-bg.png');
	background-repeat: repeat-y;
	width:161px;
	position:absolute;
	top:0px;
	left:0px;
}
#rightside {
	background-image: url('images/rightside-bg.png');
	background-repeat: repeat-y;
	position:absolute;
	top:0px;
	left:799px;
	width:174px;
}
#content-left {
	background-image: url('images/content-left.png');
	background-repeat: repeat-y;
	width:30px;
	float:left;
}
#content-right {
	background-image: url('images/content-right.png');
	background-repeat: repeat-y;
	width:28px;
	float:right;	
}
#content-box {
	background-image: url('images/content-bg.png');
	background-repeat: repeat-x;
	background-color: #536268;
	width:580px;
	float:left;
}
#content-box p,li,ul {
	font: 11px Arial;
	line-height: 15px;
	color: #FFFFFF;
}
#content-box a {
	color:#FFFFFF;
	font-weight: bold;
}
#content-box a:hover {
	text-decoration: none;
	color:#3E4040;
}
#content-box td {
	padding:5px;
}
h1 {
	font: normal normal bold 16px tahoma, sans-serif;
	font-variant: small-caps;
	color: #FFFFFF;
}
form {
	font-size: 11px;
	font-weight:bold;
	font-family:arial;
}
input {
	border: 1px solid #999;
	font-size: 11px;
	padding: 2px;
	margin-bottom:4px;
}
#footer {
	width:973px;
	text-align:center;
}
#footer a {
	text-decoration:none;
	color:black;
}
strong {
	font-weight:normal;
}