body{
	background-color:#e2e8ec;
	margin:0px auto;
	padding:24px 0px;
	text-align:center; 
	font-family:Georgia, Times;
	font-size:14px;
	color:#777;
}


#paper{
	width:863px;
	margin:0px auto;
	position:relative;
	background-color:#fff;
}



#homeLogo{
	position:absolute;
	top:15px;
	left:-20px;
	z-index:30;

}





#topMenu{
	position:absolute;
	left:230px;
	top:25px;
	overflow:visible;
	z-index:20;

}

#topMenu li
{
  float: left;
	z-index:100;
}




#page{
	margin:0px auto;
	position:relative;
	background-color:#fff;
	padding-top:120px;
	padding-left:32px;
	height:710px;
}

em, a{
color:#0a0531
}
p{
	line-height:18px;
}
.leftColumn{
width:234px;
}





strong{
	font-weight:bold !important;
}


#copyright
{
	clear:both;
	color:#666;
	padding:10px;
	width:100%;
	text-align:center;
	padding-bottom:30px;
}


.error{
	color:#f00;
}

label{
	padding:2px 0px;
	width:400px;
	display:block;
}

input{
float:right;
border:1px solid #999;
width:230px;
color:#666;
}


select{
float:right;
border:1px solid #999;
width:232px;
color:#666;
}


textarea{
float:right;
border:1px solid #999;
width:230px;
height:200px;
color:#666;

}

.submitImage{
	width:69px;
	height:22px;
	border:0px;
	margin-right:-5px;
	margin-top:7px;
}

.h1Img{
margin-left:-4px;
}


.collectionLink
{
	color:#99a;
	text-decoration:none;
}

.collectionLink:hover
{
	color:#0a0531;
}
