/* 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: 0 auto;
	width: 960px;
	background: #fff;
	border: solid #c1c1c1;
	border-width: 0 1px 0 1px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 150%;
	padding: 0;
	margin: 0;
}

p {margin: 15px 0 0 0;}
h1 {font-size: 48px; font-weight: bold; line-height: 125%; margin: 10px 0 0 0; letter-spacing: -1px;}
h2 {font-size: 35px; font-weight: normal; line-height: 125%; margin:15px 0 0 0; letter-spacing: -1px;}
h3 {font-size: 22px; font-weight: normal; line-height: 125%; margin:15px 0 0 0;}
#pic_info p {margin: 5px 0 0 0; font-size: 14px;}

#head {width: 100%; margin: 0; height: 600px;;}
.header_pic {margin: 0; width: 960px; height: 600px; position: absolute;}
#pic_info {
	position: absolute; 
	top: 450px; 
	width: 940px;
	height: 110px;
	background: url("images/trans_black.png");
	color: #fff;
	padding: 0 0 0 20px;
}
#bottom_ads {width: 920px;}
#middlepic_left {width: 500px; float:left;}
#middlepic_right {width: 340px; float: right;}
#main {width: 910px; margin: 15px 0 0 25px; padding: 0;}
#hometextleft {width: 420px; float:left;}
#hometextright {width: 420px; float:right;}

#left_col {width: 530px; float:left; margin: 0 0 30px 0;}
#right_col {width: 340px; height: 200px; float: right;}

#ads_left {width: 340px; height: 300px; float: left; margin: 20px 0 0 0;}
#content_right {width: 530px; float: right; margin: 0 0 30px 0;}

#footer {
	width: 920px;
	height: 25px;
	background-color:#e5f1ff;
	margin: 25px auto 0 auto;
}

.clearboth {clear: both;}
