/* CSS Document */

body {
	font-family: Myriad, Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 14px;
	margin-bottom: 18px;
}

p {
	font-size: 12px;
	margin-bottom: 18px;
	line-height: 14px;
	color: #FFFFFF;
}

/* Navigation */

.navbar {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #723305;
	background-color: #FFFDEB;
	background-position: left center;
}

#nav_bar {
	position:absolute;
	left:75px;
	top:120px;
	height:18px;
	z-index:68;
}

#main-content {
	position: absolute;
	top: 150px;
	left: 71px;
}

a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #996600;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #996600;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #996600;
	text-decoration: none;
	background-color: #FFE9AD;
}
.body {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.header1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #893200;
	letter-spacing: 2px;
}
.next:link, .next:visited, .next:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:2px 4px;
	background:#fff;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	margin-right:5px;
	border:1px solid #999;
	
}
.next:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:2px 4px;
	background:#9B8E83;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	margin-right:5px;
	border:1px solid #ccc;
}
#pr_content {
	position:absolute;
	left:33px;
	top:150px;
	width:712px;
	height:auto;
	z-index:69;
	background-color: #FFFFFF;
	border: 1px dotted #8E3A03;
	padding: 15px;
}

.thumb_img {
	padding: 0px;
	border: 2px solid #999999;
	margin: 10px;
}


#content {
	position:absolute;
	left:65px;
	top:163px;
	width:700px;
	height:auto;
	z-index:69;
	background-color: #FFFFFF;
	border: 1px dotted #8E3A03;
	padding: 15px;
}
#art_content {
	position:absolute;
	left:47px;
	top:161px;
	width:850px;
	height:auto;
	z-index:69;
	background-color: #FFFFFF;
	border: 1px dotted #8E3A03;
	padding: 15px;
}

/** two column layout - homepage **/
.two-col {
	
}

.two-col .col1 {
	float: left;
	width: 417px;
	margin-right: 72px;
}

.two-col .col2 {
	float: left;
	width: 419px;
	padding-top: 72px;
}

