body,html {
	scrollbar-base-color: #eda30d;
	scrollbar-arrow-color: #ffffff;
	background-color: #f9e7bf;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: tahoma,verdana,arial;
}
textarea  {
	background:url(images/bg2.jpg) no-repeat center center;
}
a:link, a:visited, a:active {
	color: #5903b6;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ff4400;
	text-decoration: underline;
}
img {
	border:0px;
}
#wrap {
	width:780px;
	margin:0 auto;
	background:transparent url('images/Main-1.png') repeat-y 0 0;
}
#header {
    padding:0px;
	width:780px;
}
#nav {
	width:780px;
	height:35px;
	background:url('images/top.png') no-repeat 0 0;
}
#main {
	float:right;
	width:530px;
	padding:0 15px 0 5px;
}
#sidebar {
	float:left;
	width:195px;
	padding:0 14px 0 21px;
}
#sidebar .title {
	padding:75px 0 5px 0;
	background:transparent url('images/Sidetitle.gif') no-repeat 0 0;
	border-bottom:none;
	margin:0;
	color: #fff;
	font-weight: bold;
	width: 195px;
	text-align: center;
}
#sidebar .middle {
	background:transparent url('images/Side.gif') repeat-y 0 0;
	padding:6px;
}
#sidebar .bottom {
	background:transparent url('images/Sidepad.gif') repeat-y bottom left;
	margin:0 0 10px 0;
	width: 195px;
	height: 25px;
}
#menu{
	padding:0px;
	margin:0px;
    width: 150px;
    padding: 0px;
	list-style:none;
}
#menu li{
	padding:0px;
	margin:0px;
	width:150px;
	padding-bottom:1px;
}
#menu a{
	text-decoration: none;
    border-top: #eda91e 1px solid;
    border-bottom: #eda91e 1px solid;
    display: block;
	padding-left:5px;
    font-weight: bold;
    font-size: 12px;
    width: 145px;
    color: #ffffff;
    line-height: 20px;
    font-family: verdana;
    background-color: #eda30d;
	text-align:left;
}
#menu a:hover{
    color: #ffffff;
    background-color: #eebb54;
    text-decoration: none;
}
#footer {
	clear:both;
	padding:35px 0 17px 320px;
	background:transparent url('images/footer.png') no-repeat 0 0;
}
#footer p {
	margin:0;
}
* html #footer {
	height:1px;
}
.hightlight {
	border:1px solid #9F1319;
	background:#f9faa1 url(images/cross.gif) no-repeat center right;
}