/* CSS Document */
html,body{margin:0;padding:0}
body{font: 11px arial,sans-serif; background-color:#000000; color:#ffffff;}
#homebg{
	background-image: url(../images/cover_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a{
	color: #996633;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus, a:active,
a.rollover:link, a.rollover:visited{
color: #ffffff;
}
/* CSS Document */
#pagecontainer {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width:780px;
	height:500px;
}
#content{
	margin-left:82px;
	margin-top:0px;
	width:260px;
	height:329px;
	float:left;
	padding-top:121px;
	padding-bottom:50px;
	padding-right:120px;
	background-image: url(../images/illustration1.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
#home_content{
	margin-left:82px;
	margin-top:0px;
	width:380px;
	height:500px;
	float:left;
}
#menu {
	margin-left:86px;
	margin-top:121px;
	width:232px;
	height:293px;
	float:left;
}
/* CSS Document */
#menu ul{
margin-top:50px;
margin-left:0px;
padding-left:0px;
text-align:left;
list-style:none;
}
#menu ul li{
margin-left:0px;
padding-left:0px;
}
#menu ul a{
	display:block;
	letter-spacing:5px;
	list-style:none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.imagewrap{
float:right;
}
.letterspace{
	letter-spacing:3px;
	font-size:12px;
}
#collection{
	margin-top:50px;
	margin-left:82px;
	width:380px;
	float:left;
}
#footer{
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width:730px;
	height:50px;
	text-align:right;
	font-size:10px;
	color:#666666;
	padding-right:50px;
}
#footer a{
color:#666666;
}
