/* Style Sheet - 11/02/06 - Ryan Yakich */

/* Layout */

body {
	margin: 0;
	padding: 0;
	background: url(../_img/bg.gif) repeat-x #999;
	text-align: center;
}

#pgwrapper {
	width: 966px;
	margin: 0 auto;
}

#header {
	height: 141px;
	background: url(../_img/header_bg.gif) no-repeat;
	text-align: left;
}

#container1 {
	background: url(../_img/container1_bg.gif) repeat-y;
	text-align: left;
}

#container2 {
	background: url(../_img/container2_bg.gif) no-repeat;
}

#subcontainer1 {
	width: 900px;
	margin: 0 33px;
	background: url(../_img/content_bot_bg.gif) bottom left no-repeat #e0e0e0;
}

#subcontainer2 {
	padding-top: 10px;
	background: url(../_img/content_top_bg.gif) no-repeat;
	text-align: left;
}

#subcontent1 {
	width: 870px;
	margin: 0 15px;
	background: url(../_img/subcontent_bot_bg.gif) bottom left no-repeat #fff;
}

#subcontent2 {
	padding: 10px;
	background: url(../_img/subcontent_top_bg.gif) no-repeat;
}

#content1 {
	padding: 19px 41px;
}

#content2 {
	padding: 19px 79px;
}

#footer {
	height: 127px;
	background: url(../_img/footer_bg.gif) no-repeat;
	text-align: left;
}



/* Typography */

body {
	font: 12px Verdana;
	color: #333;
}

h1, h2, h3, h4, h5, h5 { margin:0; padding:0; }

h1 {
	padding-top: 44px;
	padding-left: 75px;
	color: #036;
	font-style: italic;
	font-size:  22px;
}

h3 {
	color: #c60;
	font-weight: normal;
}

table {clear:left; }