/* START CSS RESET */


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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET */

body {
	overflow: scroll;

}

#wrapper {
	width:800px;
	height:auto;
	margin:0 auto;
	border:#040970 2px solid;
	
}
#header {
	width:800px;
	height:100px;
}

#logo {
	background:url(../images/logo.jpg) no-repeat;
	width:350px;
	height:70px;
	float:left;
	padding:5px;
	margin-left:30px;
	margin-top:10px;
}

#contact {
	width:350px;
	height:70px;
	padding:5px;
	float:right;
}

#contact p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	color:#000066;
}

#content {
	width:760px;
	height:auto;
	padding:20px 0px 20px 20px;
}

#content p {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:12px;
	line-height:1.2;
	padding-bottom:15px;
}

H1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000066;
	padding-bottom:5px;
	text-decoration:underline;
}

H2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000066;
	padding-bottom:20px;
}

H3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	font-weight:normal;
	line-height:1.2;
	display:inline;
}

.image {
	width:150px;
	height:200px;
	border:medium #000066 2px;
	float:left;
	padding:0px 14px 10px 18px;
}

.imagetxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding-top:2px;
}



#ftext {
	margin:0 auto;
	width:760px;
	height:auto;
	padding:10px;
}

#ftext p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7px;
	color:#CCCCCC;
	text-align:center;
}

#footer {
	width:800px;
	height:20px;
	background:#000066;
}

#footer p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	padding:3px 0px 0px 20px;
}