/*
#wrapper { 
	width:693px;
}
*/

#wrapper { 
	display:block;
	clear:both;
	width:933px;
	margin:0px auto;
}

/*
#content { 
	width:693px;
}
*/

#content { 
	display:block;
	clear:both;
	width:933px;
	height:552px;
	border:0px;
	margin:20px 0px 0px 0px;
	padding:0px;
}

#content_left {
	display:block;
	width:695px;
	float:left;
	text-align:center;
}

#titlebar {
	display:block;
	width:526px;
	height:130px;
	float:right;
}

#main_content {
	display:block;
	width:693px;
	text-align:center;
}

#paper {
	display:block;
	clear:both;
	width:693px;
	height:545px;
	border:0px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#paper_menu {
	float:left;
	margin-left:15px;
	margin-top:20px;
	border:1px #000000 solid;
	width:120px;
	height:500px;
	background-color:#FFFFFF;
	text-align:left;
}

#paper_menu_header_image {
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
}

.paper_menu_section_header {
	padding-left:10px;
	color:#006A72;
	font-weight:bold;
	text-transform:uppercase;
	line-height:25px;
}

#paper_menu_patterns {
	padding-left:20px;
}

#paper_menu_colors {
	padding-left:20px;
}

#paper_menu_views {
	padding-left:20px;
}

.paper_menu_attribute_link {
	color:#94BDC2;
	font-weight:bold;
	cursor:pointer;
	line-height:20px;
}

a.paper_menu_attribute_link:hover {
	color:#94BDC2;
	font-weight:bold;
	cursor:pointer;
}

.paper_menu_attribute_link_active {
	color:#00A261;
	font-weight:bold;
	cursor:pointer;
	line-height:20px;
}

#paper_details {
	float:right;
	margin-right:15px;
	margin-top:340px;
	border:1px #000000 solid;
	width:150px;
	height:180px;
	background-color:#FFFFFF;
}

#paper_details_header_image {
	text-align:center;
	margin-top:10px;
}

#paper_details_text {
	padding:10px;
	color:#006A72;
	font-weight:bold;
	text-align:left;
	font-size:9px;
	line-height:15px;
}

#help_link {
	text-align:right;
	padding-right:10px;
	padding-bottom:20px;
}