@charset "utf-8";
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{ font-size: 100%; }

/* Normalizes font-size for headers */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes list-style from lists */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img
{

}

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

/*------------------------------------------------------*/
/*------------------------------------------------------*/
html {
	text-align: center;
	height: auto;
	background-image: url(images/bgpattern_csspattern.jpg);
	background-repeat: repeat;
}

body {
	width: 980px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font: 72%/1.5 Verdana, Arial, Helvetica, sans-serif;
}
#main_area {
	background-image: url(images/homepagefiles/home_content.jpg);
	background-repeat: no-repeat;
	background-position:top;
	height: 600px;
}
#home_content {

}
#home_banner {
	padding-top: 17px;
	padding-left: 18px;
}
#panel_nav {
	float:left;
	padding-left: 18px;
	width: 128px;
}
#bottom_image_area {
	float:right;
	margin-right: 17px;
}
ul {
	list-style-type: none;
	line-height: 0;
}
