/* 
  ------------------------------------------------
  Copyright (c) 2010 Pinsonnault Creaetive
  www.pinscreative.com
  June 2010
  ------------------------------------------------
*/

* {
	padding: 0;
	margin: 0;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background-color: #FFFFFF;
	margin: 20px;
}
#wrapper {
	width: 807px;
	margin: 0 auto;
}
#name {
	background-image: url(img/balzer_name.jpg);
	background-position: left top;
	height: 56px;
	background-repeat: no-repeat;
}
#masthead {
	color: #999999;
	margin-bottom: 24px;
}
#masthead .content {
	padding: 0px 20px 0px 120px;
	text-align: left;
	color: #963;
	font-size: .95em;
}
#column_wrapper {
	background-image: url(img/balzer_bkmiddle-2.jpg);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(img/balzer_bktop-2.jpg);
	background-repeat: no-repeat;
	height: 18px;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 18px 18px 18px 18px;
	color: #FEFEFE;
}
#left a:link {
	color: #CCC;
	text-decoration: none;
}
#left a:visited {
	color: #CCC;
	text-decoration: none;
}
#left a:hover {
	color: #FFF;
	text-decoration: none;
}
#right {
	width: 607px;
	float: left;
}
#right .content {
	padding: 0px 50px 0px 38px;
	font-size: 0.85em;
	line-height: 1.65em;
}
#right a:link {
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
#right a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#right a:hover {
	color: #963;
	font-weight: bold;
	text-decoration: underline;
}
#right .content ul {
	padding-left: 16px;
	margin-top: 9px;
}
#right .content ul li {
	line-height: 1.4em;
	padding-bottom: 6px;
}
#column_bottom {
	background-image: url(img/balzer_bkbottom-2.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#footer {
	color: #666;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	line-height: 1.4em;
}
#footer .content {
	padding: 0px 24px;
}
#footer #foot_left {
	width: 450px;
	float: left;
}
#foot_left a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#foot_left a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#foot_left a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
#footer #foot_right {
	float: right;
	width: 325px;
	padding-right: 25px;
	text-align: right;
	font-size: .9em;
	color: #999;
}
#foot_right a:link {
	color: #999;
	text-decoration: none;
}
#foot_right a:visited {
	color: #999;
	text-decoration: none;
}
#foot_right a:hover {
	color: #666;
	text-decoration: underline;
}
h1 {
	font-size: 1.6em;
	color: #666;
	margin-top: 9px;
}
h2 {
	font-size: 1.4em;
	margin: 20px 0 0;
	color: #666;
}
h3 {
	font-size: 1.1em;
	margin: 18px 0 0;
	color: #006;
	font-weight: normal;
	border-top: 1px solid #999;
	padding-top: 3px;
}
h4 {
	font-size: 1em;
	margin: 20px 0 0 0;
}
h5 {
	font-weight: bold;
	font-size: 1em;
	margin: 9px 0px 0px;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 9px 0px 0px;
}
#top {
	padding-top: 4px;
	border-top: 1px dotted #006;
	font-size: 0.9em;
	letter-spacing: .1em;
	margin-top: 24px;
}
#atrib {
	font-style: italic;
	margin-top: 12px;
	padding-top: 3px;
	border-top: 1px dotted #999;
	font-size: .9em;
	line-height: 1.4em;
}
.artlist {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #963;
	line-height: 1.2em;
}

