html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #000;
	background-color: #000;
	height: 100%;
}

img { vertical-align: bottom; }

a img { border: 0; }

a {
	color: #009;
}

a:visited {
	color: #009;
}

fieldset legend {
	font-weight: bold;
}

#container {
	min-height: 100%;
	min-width: 950px;
	width: 90%;
	margin: auto;
	height: 100%;
}

#header_left {
	background: url(../assets/tear3_head.png) top left no-repeat;
	height: 135px;
	padding-left: 22px; 
}

#header_right {
	background: url(../assets/tear4_head.png) top right no-repeat;
	height: 135px;
	padding-right: 22px;
}

#header {
	background: #c0c0c0 url(../assets/logoback.png) top left repeat-x;
	height: 135px;
}

#navbar {
	border-bottom: 1px solid #000;
	height: 34px;
}

#navbar object {
	margin: 0;
	vertical-align: bottom;
}

#main_left {
	background: url(../assets/tear.gif) top left repeat-y;
	padding-left: 22px; 
}

#main_right {
	background: url(../assets/tear2.gif) top right repeat-y;
	padding-right: 22px;
}

#main {
	background-color: #fff;
	padding-top: 10px;
	padding-left: 5px;
	min-height: 320px;
}

#main table {
	padding: 0;
	margin: 0;
	width: 100%;
}

#leftnav {
	width: 190px;
}

#leftnav a {
	color: #009;
	display: block;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	width: 190px;
}

#leftnav a:visited {
	color: #009;
}

#leftnav a:hover {
	/*border: 1px solid #000;*/
	color: #fff;
	background: #000 url(../assets/disc_hover_black.gif) center right no-repeat;
}

#leftnav a.login {
	margin-top: 10px;
	color: #f00;
	display: block;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

#leftnav a.login:visited {
	color: #f00;
}

#leftnav a.login:hover {
	/*border: 1px solid #000;*/
	color: #fff;
	background: #f00 url(../assets/disc_hover_invert.gif) center right no-repeat;
}

#leftnav h1 {
	margin: 0;
	padding-top: 40px;	
	padding-bottom: 2px;
	font-size: 1.4em;
	font-weight: bold;
}

#content {
	margin-left: 200px;
	padding-bottom: 15px;
}

#content h1 {
	margin: 0;
	font-size: 14pt;
	font-weight: bold;
}

#content p {
	margin: 0;
	padding-top: 15px;
}

#content p.heading {
	font-weight: bold;
}

#footer_left {
	background: url(../assets/tear_foot.gif) top left no-repeat;
	padding-left: 22px; 
}

#footer_right {
	background: url(../assets/tear2_foot.gif) top right no-repeat;
	padding-right: 22px;
}

#footer {
	border-top: 1px solid #000;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 8pt;
	color: #999;
}

.float_r {
	float: right;
}


.testimonial {
	border: 1px dashed #333;
	margin-bottom: 15px;
}

.testimonial div {
	padding: 5px 10px 5px 10px;
}

.testimonial div.header {
	background-color: #ccc;
}

.testimonial div.descr {
	background-color: #ddd;
}

.testimonial div.footer {
	background-color: #ccc;
	font-style: italic;
}

.testimonial table tr td.title {
	font-weight: bold;
}

.testimonial table tr td.event {
	text-align: right;
	font-style: italic;
}

/* for the home previews */
#testimonials {
	width: 200px;
	border: 1px dashed #333;
	border-bottom: 0;
}

#testimonials div.title {
	font-weight: bold;
	background-color: #ccc;
	padding: 10px 10px 5px 10px;
}

#testimonials div.descr {
	background-color: #ddd;
	border-bottom: 1px dashed #333;
	padding: 10px 10px;
	padding: 5px 10px 10px 10px;
}

#testimonials div.descr a {
	font-style: italics;
}

#errors {
	display: none;
	font-size: 8pt;
	color: red;
	padding: 5px;
}

#errors span {
	font-weight: bold;
	color: #000;
}