/* CSS Document */

body {
	background: #CC0000;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #FF8;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	}
#main_window {
	background: #669933;
	margin: 0px auto 0px -380px;
	width: 760px;
    position: absolute;
    left: 50%;	
	}	
#nav_content {
	width: 214px;
	position: relative;
	color: #532;
	font-size: 11px;
	line-height: 16px;
	float: left;
	padding-bottom: 120px;
	background-color: #669933;
	background-image: url(../artworkweb/bckg_base.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#primary_content {
	background: #99CC00 repeat left top;
	width: 436px;
	position: relative;
	margin: 0;
	float: left;
	color: #333333;
	}
	
#tag_line {
	background: #99CC00 repeat left top;
	width: 436px;
	position: relative;
	margin: 0;
	float: left;
	color: #FFFFFF;
	}
	
#right_content {
	background-color: #669933;
	width: 110px;
	position: relative;
	float: left;
	padding-bottom: 200px;
	margin-right: -3px;
	}
	
#header {
	background: #99CC00;
	width: 436px;
	position: relative;
	margin: 0;
	float: left;
	color: #333333;
	height: 197px;
	}

	
.style1 {
	font-size: 18px;
	line-height: 30px;
}

.style2 {
	font-size: 24px;
	font-weight: bold;
}
