/* 
CSS document
site: Boaz Images
author: Zi Mei
last modified: 3/13/08
*/

body {
	margin: 30px auto;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 960px;
	background: url(images/pattern_096.gif);
}
#pagewrapper {
	height: 850px;
	width: 100%;

}

img {
	border: 0;
}
a {
	color: #C00;
}
#topbanner {
	width: 100%;
	height: 42px;
	background: url(images/bg_topbar.gif) repeat-x;
	clear: both;
}
#quotation {
	float: right;
	padding-right: 20px;
	color: #333;
	line-height: 41px;
}
#menu_nav {
	width: 220px;
	float: left;
	height: 100%;
	background: url(images/leftcorner.gif) no-repeat bottom left #000;
	border-right: 1px solid #1d1c17;
}
#menu_nav ul, #menu_nav ul li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C00;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 200%;
}
#menu_nav ul {
	margin-left: 30px;
	margin-top: 50px;
}
#menu_nav ul li a {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}
#menu_nav ul li a:hover {
	text-decoration: underline;
	color: #C00;
}
#pagecontent {
	padding-left: 30px;
	width: 709px;
	height: 100%;
	float: left;
	clear: right;
	background: url(images/rightcorner.gif) no-repeat bottom right #000;
	
}
#contentwrapper {
	width: 620px;
	clear: both;
}
#guestbook_container {
	overflow: auto;
	height: 550px;
}
.comment_divider {
	letter-spacing: 5px;
	text-align: center;
	color: #333;
}
#gallery_thumbs div {
	width: 130px;
	height: 180px;
	float: left;
	margin: 5px;
	padding: 0;
	text-align: center;
}
#gallery_thumbs div img {
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
}
#footer {
	margin: 0;
	padding-top: 10px;
	clear: both;
	font-size: 11px;
	color: #333;
	float: none;
	text-align: center;
}
h1 {
	margin-top: 20px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: normal;
	text-transform: capitalize;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.error_msg {
	font-style: italic;
	color: #F00;
	font-size: 14px;
}
#mag_scans img {
	margin: 0 5px 5px 0;
}

#mag_scans strong {
	font-size: 16px;
}

.guestbookAuthor {
	color: #F90;
}

#sorting {
	text-align: right;
}

.comment {
	padding-right: 10px;
}