@charset "UTF-8";
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFCC33;
}
/* link style
---------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #FF9933;
	text-decoration: underline;
}
a:visited {
	color: #999933;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout style
---------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
}
#main {
	padding: 5px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
	position: relative;
}
#main h3 {
	position: absolute;
	left: 6px;
	top: 15px;
}
#main table {
	position: absolute;
	left: 6px;
	top: 80px;
	width: 565px;
	height: 565px;
}
#main #back {
	position: absolute;
	left: 6px;
	top: 1100px;
	height: 18px;
}
#sidebar {
	padding: 5px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
	position: relative;
}
#sidebar #top {
	position: absolute;
	left: 5px;
	top: 30px;
	background-color: #FFFFFF;
}
#sidebar h2 {
	position: absolute;
	left: 5px;
	top: 190px;
	width: 225px;
	background-color: #FFFFFF;
}
#sidebar #info {
	position: absolute;
	left: 5px;
	top: 260px;
	width: 225px;
	background-color: #FFFFFF;
	list-style: none;
}
#sidebar h4 {
	position: absolute;
	left: 5px;
	top: 330px;
	width: 150px;
	background-color: #FFFF99;
	color: #666666;
}
#sidebar #portfolio {
	position: absolute;
	left: 5px;
	top: 360px;
	width: 150px;
	background-color: #FFFF99;
	list-style: none;
}
#sidebar #info2 {
	position: absolute;
	left: 5px;
	top: 500px;
	width: 225px;
	background-color: #FFFFFF;
	list-style: none;
}
#footer {
	color: #333333;
	padding: 15px;
	clear: both;
}
