body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.form_style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* header styles below */
#header {
	width: 100%;
	height: 200px;
	background-color: #650101;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header_holder {
	width: 800px;
	height: 200px;
	background-color: #650101;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_img/logo_header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header_left {
	width: 650px;
	height: 200px;
	background-color: #650101;
	float: left;
}

#header_right {
	width: 150px;
	height: 200px;
	float: right;
	background-image: url(../_img/header_bgd_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#header_logo_holder {
	width: 500px;
	height: 200px;
	float: right;
}
/* workaround for header padding */
.img {
	margin: 0px;
	padding: 0px;
}
/* end */
#header_bgd_holder {
	width: 150px;
	height: 200px;
	background-color: #650101;
	float: left;
	background-image: url(../_img/header_bgd_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* end */
#main_wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: left;
}

#content_wrapper {
	width: 800px;
	text-align: left;
}

#left_content {
	width: 650px;
	float: left;
	height: 100px;
	text-align: left;
}

#right_content {
	width: 130px;
	float: right;
	height: 200px;
	padding-left: 20px;
	text-align: right;
}

#nav_holder {
	width: 130px;
	float: left;
	padding-right: 20px;
	text-align: left;
}

#main_content_holder {
	width: 478px;
	float: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

/* CMS links */
a:link{
	color: #666666;
	text-decoration: underline;
}
a:visited{}
a:hover{}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: none;
	line-height: 1.3em;
}

a.p {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.p:hover {
	font-weight: bold;
	color: #650101;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #650101;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: none;
	line-height: 1.3em;
}

a.h1 {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.h1:hover {
	font-weight: bold;
	color: #650101;
	text-decoration: underline;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #650101;
	margin-top: 0px;
	padding-top: 0px;
}

.guide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #650101;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: none;
	line-height: 1.3em;
}

a.guide {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.guide:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.red {
	color: #650101;
}

/*instruction styles */
.instructions {}

ul.instructions {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.instructions li {
	display: block;
	width: 130px;
	text-align: right;
}

ul.instructions li a {
	display: block;
	margin: 0px;
	color: #650101;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	background-image: url(../_img/instruction_bullet.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	padding-right: 25px;
	padding-top: 3px;
}

#latest_painting {
	height: 120px;
	width: 468px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 1.3em;
	background-image: url(../_img/latest_painting_bgd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 10px;
}

.latest_painting_img {
	float: left;
	padding-right: 10px;
}

#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	text-align: center;
}

#product_holder {
	height: 120px;
	width: 468px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 1.3em;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
/* download table */
#url {
	font-family: Arial, Helvetica, sans-serif;
}

#url tr th {
	background-color: #650101;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
}

#url caption {
}

#url tr:hover {
	background-color: #CCCCCC;
}

#url tr {
	color: #650101;
	padding: 3px 5px;
	background-color: #FFFFFF;
}

#url td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #650101;
	font-size: x-small;
	color: #650101;
}

#url a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#url a:hover {
	color: #333333;
	text-decoration: underline;
}

