@charset "utf-8";
/* formatting style
------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #999999;
	background-color: #a667a5;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link style
------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #6633FF;
	text-decoration: none;
}
a:active {
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------------*/

#wrapper {
	background-color: #fffff0;
	margin: 0px auto;
	width: 800px;
	border-right: 1px solid #fffff0;
	border-left: 1px solid #fffff0;
}
#main {
	float: right;
	width: 605px;
	margin-bottom: 20px;
	height: 470px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#sidbar {
	padding: 15px;
	float: left;
	width: 150px;
	margin-bottom: 20px;
	height: 470px;
}
#footer {
	padding: 15px;
	color: #808080;
	clear: both;
	background-repeat: no-repeat;
	background-image: url(../images/footer_img.gif);
	font-family: sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 1.6;
}
/* header style
------------------------------*/

#header {
	background-image: url(../images/head_bg.gif);
	background-repeat: no-repeat;
	height: 63px;
	border-top: 1px solid #fffff0;
}
#header ul {
	width: 800px;
}
#header ul li {
	float: left;
	list-style: none;
}
/* sidebar style
------------------------------*/

#sidbar dl {
	margin-left: 20px;
}
#sidbar ul li {
	list-style: none;
}

/* main style
------------------------------*/

#main dl {
	margin-left: 20px;
}
/* footer styles
------------------------------*/
#footer li a {
	color: #808080;
}
#footer ul li a:hover {
	color: #6633FF;
	text-decoration: none;
}
#footer p a {
	color: #808080;
}
#footer p a:hover {
	color: #6633FF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer address {
	margin-top: 10px;
	margin-left: 230px;
	color: #000000;

