body {
	float: left;
	background-color: #FFF;
	font-family: verdana, tahoma, arial;
	font-size: 0.7em;
}

#container {
	float: left;
	width: 100%;
	min-width:1100px;
	padding: 30px 0 0 0;
}

#footer {
	float: left;
	clear: both;
	width: 200px;
	margin: 0 0 0 85px;
}

#container>#footer {
	margin: 0 0 0 170px;
}

#nav_container {
	float: left;
	width: 140px;
	padding: 200px 0 0 30px;
	position: aboslute;
	z-index: 300;
}

#main_container {
	float: left;
	width: 620px;
	height: 620px;
	border: 1px solid #b1b1b1;
	background-color: #38393d;
}

#main_content hr {
	width: 580px;
}

#main_content {
	float: left;
	background-color: #38393d;
	color: #c9cfce;
	padding: 20px 20px 0 20px;
}

#main_content h2 {
	color: #CCC;
	font-size: 1.0em;
	font-weight: 700;
	margin: 0;
	padding: 2px 0 2px 0;
}

#main_content p {
	padding: 2px 0 2px 0;
}

#main_content hr {
	border-bottom: 1px solid #666;
}

#main_content a {
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
}

#main_content a:hover {
	text-decoration: line-through;
}

#pag-pages {
	width: 300px;
}

/* Custom Home Container */

#home_content {
	float: left;
	background-color: #38393d;
	color: #c9cfce;
	padding: 40px 20px 20px 165px;
}

#home_content h2 {
	color: #CCC;
	font-size: 1.0em;
	font-weight: 700;
}

#home_content hr {
	border-bottom: 1px solid #666;
}

#home_content a {
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
}

#home_content a:hover {
	text-decoration: line-through;
}

/* End Custom Home Container */

.page_header {
	float: left;
	width: 620px;
}

.page_header h1 {
	color: #333;
	font-size: 1.1em;
	padding: 0;
	font-weight: 500;
}

#home_right {
	float: left;
	width: 260px;
	background-color: #FFF;
	color: #333333;
	padding: 40px 0 0 20px;
}

#home_right h2 {
	color: #333;
	font-size: 1.0em;
	font-weight: 700;
}

#home_right a {
	color: #757575;
	text-decoration: none;
	font-weight: 500;
}

#home_right a:hover {
	text-decoration: line-through;
}

.home_image_left {
	padding: 0;
	float: right;
	clear: right;
	text-align: right;
}

.home_image_right {
	float: left;
	clear: left;
}

/* Form based styles */

#home_right fieldset {
	border: none;
}

#home_right label {
	float: left;
	clear: both;
	width: 260px;
	padding: 5px 0 5px 0;
}

.error {
	color: #ff0000;
}

#home_right span {
	clear: both;
	padding: 5px 0 5px 0;
}

#news_content {
	padding: 0 25px 0 30px;
}

#news_content h1 {
	font-size: 1.3em;
	margin: 0;
	text-decoration: underline;
}

#news_content h1 a {
	font-size: 1.1em;
	font-weight: 500;
	margin: 0;
	text-decoration: underline;
	color: #CCC;
}

#news_content h1 a:hover {
	text-decoration: none;
}

#invite_content {
	padding: 300px 0 0 70px;
}

#invite_content fieldset {
	border: none;
}

#invite_content label {
	float: left;
	clear: both;
	width: 260px;
	padding: 5px 0 5px 0;
}

#invite_content span {
	clear: both;
	padding: 5px 0 5px 0;
}

/* */

.contact_image {
	text-align: center;
	padding: 380px 0 0 115px;
}

.sales_image {
	text-align: center;
	padding: 370px 0 0 115px;
}

#bio_content {
	padding: 10px 80px 0 80px;
}

.spacer_5 {
	margin: 10px 0 0 0;
}

.spacer_20 {
	padding: 33px 0 0 0;
}

#press_content {
	width: 580px;
}

#press_content a {
	color: #CCC;
	text-decoration: underline;
}

#press_content h2 {
	clear: both;
	padding: 20px 0 20px 0;
}

.press_item {
	float: left;
	padding: 3px 0 3px 20px;
	clear: both;
	width: 100%;
}

.press_left {
	float: left;
}

.press_right {
	padding: 0 20px 0 0;
	float: right;
	text-align: right;
}

#line_hr {
	background: #CCC url('/images/line_hr.gif');
	height: 1px;
	width: 100%;
	margin: 0 0 20px 0;
}

input {
	border: 1px solid #CCC;
}

textarea {
	border: 1px solid #CCC;
}