* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	margin: 0px;
	background-color: #4D7194;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: small;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
p {
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 1.5em;
}
h2 {
	font-size: 150%;
	color: #003366;
	margin-bottom: 1em;
}
h3 {
	font-size: 120%;
	color: #003366;
	margin-bottom: 1em;
	line-height: 150%;
}
h4 {
	font-size: 100%;
	color: #003366;
	margin-bottom: 1em;
	line-height: 150%;
}
ul {
	margin-bottom: 1em;
}
li {
	margin-bottom: .7em;
	list-style-position: inside;
	list-style-type: square;
}
#leftcolumn p, #centercolumn p, #rightcolumn p {
	font-size: 80%;
	line-height: 150%;
}
table p {
	font-size: 80%;
	line-height: 150%;
	padding: 0 15px 0 0;
}
table h3 {
	font-size: 100%;
	margin-bottom: .5em;
	margin-top: -.5em;
	ztext-transform: uppercase;
	line-height: 1em;
}
table strong {
	font-size: 120%;
	font-weight: bold;
	color: #003366;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	background: #fff;
}
#header {
	height: 65px;
	background: #003366 url(../images/header_bg.jpg) repeat-x;
}
#header img {
	float: left;
	border: 0;
}
#nav {
	float: middle;
	margin: 25px 20px 0 0;
}
#footer {
	height: 50px;
	background: #003366 url(../images/footer_bg.jpg);
	text-align: right;
	clear: both;
}
#footer p {
	padding: 20px 20px 0 0;
	color: #fff;
	font-size: 9px;
}
#content {
	width: 700px;
	text-align: left;
	padding: 25px;
	background-image: url(../images/maincontent_bg.jpg);
	background-repeat: repeat-x;
}
* html div#content {
        width: 700px; 
        w\idth: 700px;	
}
#content img {
	margin-bottom: 1em;
	padding: 9px;
	border: 1px solid #ccc;
}
#sidebar img {
	border: none;
	padding: none;
	margin: 0;
/* What the hack

}
#leftcolumn {
	width: 220px;
	float: left;
}
#centercolumn {
	width: 220px;
	float: right;
}
#rightcolumn {
	width: 220px;
	float: right;
*/

}
#leftcolumn {
	width: 220px;
	float: left;
}
#centercolumn {
	width: 220px;
	float: left;
	margin-left: 20px;
}
#rightcolumn {
	width: 220px;
	float: left;
	margin-left: 20px;

}
#sidebar {
	width: 220px;
	float: left
}
#maincontent {
	width: 460px;
	margin-left: 20px;
	float: left;
}	
* html div#maincontent {
        width: 460px; 
        w\idth: 440px;	
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.clear {
	clear: both;
}
table td {
	vertical-align: top;
}
#content table img {
	padding: 5px;
}
a {
	color: #003366;
}
blockquote {
	font-style: italic;
	color: #4D7194;
	margin-bottom: .5em;
}
#content img.clean {
	border: none;
}
#extrawrapper {
	width: 460px;
	float: left;
}
	
/* Navigation Styling */

#nav ul, #nav a {
	color: #A6B8CA;
	font-size: 10px;
	text-decoration: none;
}
#nav a:hover {
	padding-bottom: 2px;
	border-bottom: 2px solid #FFCC00;
	color: #fff;
	position: relative;
}
#nav li {
	display: inline;
	list-style-type: none;
	margin-left: 12px;	
}
body#showcase #nav li#nav-showcase a,
body#bloodlines #nav li#nav-bloodlines a,
body#training #nav li#nav-training a,
body#results #nav li#nav-results a,
body#pricing #nav li#nav-pricing a,
body#press #nav li#nav-press a,
body#video #nav li#nav-video a,
body#store #nav li#nav-store a,
body#contact #nav li#nav-contact a {
	color: #fff;
}
body#showcase #nav li#nav-showcase a:hover,
body#bloodlines #nav li#nav-bloodlines a:hover,
body#training #nav li#nav-training a:hover,
body#results #nav li#nav-results a:hover,
body#pricing #nav li#nav-pricing a:hover,
body#press #nav li#nav-press a:hover,
body#video #nav li#nav-video a:hover,
body#store #nav li#nav-store a:hover,
body#contact #nav li#nav-contact a:hover {
	text-decoration: none;
}
	

/* Form Styles */

/* 
	The following information must not be removed:
	Awesome Form v2 CSS
	Written by: Paul Armstrong, Paul Armstrong Designs
	Site: http://paularmstrongdesigns.com
	Example & Documentation: http://paularmstrongdesigns.com/examples/css/awesome-form.html
	Thu Jun 22 22:38:54 2006

	Special thanks to Zach Johnson for helping and pushing me to make the changes.
	Site: http://tech.no.logi.es (those aren't dots, they are diamonds)

	This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License
	http://creativecommons.org/licenses/by-sa/2.5/
*/


/*
	In the following section, many of the values must be changed in reference to another.
	Items labeled as 'subjective' are not dependent and may be easily changed as you see fit.
*/
form.awesome label { 
	width: 200px; /* label width *//* label margin = (input left margin) - (label width) */
	margin-right: 10px; /* label margin */
}
form.awesome label.long, form.awesome p.label {
	margin-left: 120px; /* subjective */
	width: 390px; /* (textarea width) + (label width) + (label margin) - (left margin) */
}
form.awesome label span {
	color: #900; /* color of required asterisk */
}
form.awesome input, form.awesome textarea, form.awesome select {
	margin-left: 210px; /* (label width) + (label margin) */
	width: 200px; /* subjective */
}
form.awesome textarea { 
	width: 200px; /* subjective, recommend: (3/2)(input width) */
}
form.awesome p.desc {
	margin-left: 210px; /* (label width) + (label margin) */
}
form.awesome .checks label {
	margin-left: 220px; /* (label width) + 2(label margin) */
}
form.awesome .checks input {
	margin-left: 210px; /* (label width) + (label margin) */
}

/*
	The following makes Internet Explorer 6.x play nicely. 
	These fix the double float margin bug.
*/
* html form.awesome .checks input { 
	margin-left: 105px;  /* (1/2)((label width) + (label margin)) */
}
* html form.awesome .checks label { 
	margin-left: 210px; /* (label width) + (label margin) */
	height: 1em; 
}
