a, a:visited
{
	color:#687;
	text-decoration:none;
}
a:hover
{
	color:#687;
	text-decoration:underline;
}
body
{
	background-color: #fff;
	font-family: times;
}
#wrapper
{
	background-color: #eec;
	margin-left: 150px;
	margin-top: 50px;
	padding: 10px;
	padding-top: 50px;
	width: 600px;
	border-left: #777 1px solid;
	
}
#company
{
	letter-spacing: 10px;
	font-size: 15px;
	font-weight: 0px;
	position:absolute;
	top: 10px;
	left: 110px;
}
#copy
{
	text-align: justify;
	font-size: 11px;
	position:absolute;
	top: 400px;
	left: 15px;
	width: 130px;
}
#title
{
	font-size: 35px;
	font-weight: 600;
	position:absolute;
	top: 20px;
	left: 100px;
}
#volume
{
	position:relative;
	left: -120px;
	top: -40px;
	float:right;
	z-index:900;
}
#nav
{
	position:relative;
	top: 10px;
	left: -40px;
	
}
#maincontent
{
	
}
h1
{
	font-size: 20px;
	font-weight: 300;
	border-bottom: #999 1px solid;
}
p
{
	font-size: 15px;
	text-indent: 10px;
	text-align: justify;
}
ul
{
	font-size: 12px;
	position:absolute;
	left: -150;
	top: 20;
	width: 130;	
}
li
{
	position:relative;
	left:0px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
}
#decor1
{
	position:absolute;
	left: 650;
	top: 20;
	width: 70px;
	height: 50px;
	background-color: #bca
}
#decor2
{
	position:absolute;
	left: 705;
	top: 30;
	width: 70px;
	height: 60px;
	background-color: #dea
}
#decor3
{
	position:absolute;
	left: 670;
	top: 50;
	width: 50px;
	height: 70px;
	background-color: #9b9
}