#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	z-index: 1;
	background-image: url(images/nav_bg.gif);
	height: auto;
	clear: none;
	overflow: auto;
}

#wrapper #left {
	float: left;
	width: 136px;
	padding-left: 5px;
	height: 100%;
	clear: both;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat;
}
#wrapper #left #clear_all {
	clear: both;
}


#wrapper #right #blurb {
	float: left;
	width: 397px;
	padding-right: 25px;
	padding-left: 25px;
	height: 100%;
}
#wrapper #right #right_blurb {
	float: left;
	vertical-align: top;
	margin-top: 0px;
	width: 155px;
	padding-right: 10px;
	padding-left: 20px;
	border-left-color: #BE9828;
	border-top-color: #CC0000;
	border-left-style: none;
	height: 100%;
}


#wrapper #right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	width: 639px;
	background-image: url(images/body2_bg.gif);
	
}

#wrapper #right #right_blurb #artsy_bg_blurb {
	width: 150px;
	background-image: url(images/artsy_bg.gif);
	height: 360px;
	border: 1px dashed #DCA409;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
}

body {
	background-image: url();
	background-color: #333333;
}
.main_body {
	font-family: Tahoma;
	font-size: 14px;
}
.main_body_heading {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
	color: #333333;
	}
	
.artsy_bg {

	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
	#wrapper #footer_nav {

	width: 780px;
	float: left;
	background-color: #DBA405;
}

	#wrapper #footer {
	width: 780px;
	float: left;
	background-color: #DBA405;
	color: #333333;
}
.header1 {
	text-transform: capitalize;
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.header2 {
	text-transform: capitalize;
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
