/* begin normalize */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}
/* end normalize */

body {
	background-color: #000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #fff;
}

#wrapper {
	width: 1005px;
	height: 625px;
	margin: 20px auto 0 auto;
	/*border-bottom: solid thin #333;*/
}

#header {
	width: 985px;
	height: 208px;
	padding: 20px 0 0 10px;
}

#content {
	width: 785px;
	padding-top: 20px;
	color: #fff;
	margin-left: 213px;
}

#content h1 {
	font-size: 1.8em;
	font-weight: normal;
}

#content p {
	font-size: 1.4em;
	padding-top: 10px;
	line-height: 1.6em;
}

#content p strong {
	font-weight: bold;
}

#content p em {
	font-style: italic;
}

#content p a {
	color: #ccc;
	text-decoration: none;
}

#content .floatImgLeft {
	float: left;
}

#content .floatContentRight {
	width: 580px;
	float: right;
	padding-left: 20px;
}

#content .floatLeft {
	float: left;
	width: 300px;
}

#content .floatLeftTwo {
	float: left;
	width: 300px;
	margin-top: -159px;
	margin-left: 30px;
}


.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
}

/* begin homepage columns */

#rightCol {
	float: left;
}

#middleCol {
	float: left;
	padding: 20px 60px 0 60px;
	text-align: center;
}

#leftCol {
	float: left;
}


/* end homepage columns */

/* begin nav */


#nav {
	font-size: 1.8em;
}

#nav li {
	display: inline;
	padding: 0 10px;
}

#nav li a:link, #nav li a:visited  {
	color: #fff;
	text-decoration: none;
}

#nav li a:hover  {
	color: #ccc;
}

/* end nav */

.padTop {
	padding-top: 150px;
}

