/* begin normalize */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,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{content:"";}
/* end normalize */

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

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

blockquote	{
                               font-family:serif;
			
                               font-size:14px; 
                               padding-right:5%; 
                               padding-left:5%;
                               }
#header {
	width: 985px;
	height: 208px;
	padding: 20px 0 0 10px;
}

#content {
	width: 785px;
	padding-top: 20px;
	color: #fff;

}

#content h1 {

	font-weight: normal;
}


#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: left;
}

#leftCol {
	float: left;
}


/* end homepage columns */

/* begin nav */


#nav {
padding: 50px;
	font-size: 25px;
}

#nav li {
	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;
}

	hr 	{
		text-align:center;
		border: none;
		height:1px; 
		background:#999999; 
		width:50%;
}

