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;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	min-width: 1000px;
	background-color: #FFF;
}

#container {
	width:1225px;
	margin:0 auto 0;
	text-align:left;
}

#header {
	width:1225px;
	height:130px;
	margin:0 auto 0;
	text-align:left;
	background-image: url("../images/bgnd_top.jpg");
	background-repeat: repeat-y;
	background-color:#335cae;
}

#containerBgnd {
	width:1225px;
	height:800px;
	margin:0 auto 0;
	text-align:left;
	background-image: url("../images/new_bgnd.jpg");
	background-repeat: no-repeat;
}

.logo {
	float:left;
	width:184px;
	height:34px;
	margin: 30px 0 0 265px;
}

#content {
	float:left;
	width:700px;
	margin: 0 0 25px 250px;
	padding:25px 0;
	background-image: url("../images/black_bgnd.png");
	background-repeat: repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
