@charset "UTF-8";
/* CSS Document */
  <style type="text/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,
	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-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	
	/* styles */
	
	body {
	background:#e5f1ff;
	}
	#container {
		margin-right: auto;
		margin-left: auto;
		width: 980px;
		background: #333 url("images/repeat.jpg") top center repeat-y;
	}
	h1 {
		font-family:Verdana,Helvetica,Arial,sans-serif;
		font-size: 18px;
		font-weight: bold;
		color:#000000;
		background-color:#FFFFFF;
		line-height: 125%;
		margin-top:15px;
	}
	h2 {
		font-family:Verdana,Helvetica,Arial,sans-serif;
		font-size: 16px;
		font-weight:normal;
		color:#000000;
		background-color:#FFFFFF;
		line-height: 125%;
		margin-top:15px;
	}
	p {
		margin-top:15px;
	}
	body {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		color:#000000;
		font-size:12px;
		letter-spacing: 0.5px;
		line-height: 150%;
		text-align:justify;
		margin-top:10px;
		padding: 0;
		margin: 0;
	}
	#head {
		width: 920px;
		margin-left: 35px;
	}
	#ads, #middlepic, #bottom_ads {
		width: 920px;
		margin-left: 35px;
		margin-top: 20px;
	}
	#middlepic {
		width: 880px;
		margin-left: 55px;
		margin-bottom: 10px;		
	}
	#middlepic_left {
		width: 500px;
		float:left;
	}
	#middlepic_right {
	 	width: 340px;
		float: right;
	}
	#main {
		width: 880px;
		margin-left: 55px;
		padding: 0px;
	}
	#hometextleft {
		width: 420px;
		float:left;
	}
	#hometextright {
		width: 420px;
		float:right;
	}
	#footer {
		width: 920px;
		height: 25px;
		background-color:#e5f1ff;
		font-size:10px;
		text-align:right;
		margin-left: 35px;
		margin-top: 25px;
	}		

  </style>

