@import url("global.css");
@import url("navigation.css");
#container {
	margin: 0px auto 0px auto;
	width: 760px;
	padding: 0px 30px 0px 30px;
	background: url(../../media/images/page_back.gif) repeat-y #ffffff;
}
#header {
	background: url(../../media/images/header.jpg) no-repeat #ffffff;
	padding: 100px 0px 0px 48px;
	height: 133px;
}
#header h3 {
	font-size: 1em;
	font-weight: 700;
	color: #99CC00;
	margin: 0px 0px 5px 0px;
	}
#header p {
	font-size: 1.6em;
	font-weight: 100;
	color: #41433E;
	}
#nav_top {
	background: url(../../media/images/nav_paw.jpg) no-repeat;
	height: 6px;
	}
#nav {
	background: url(../../media/images/nav_back.gif) repeat-y;
	min-height: 1.6em;
}
#nav a {
	color: white;
}
#nav_shaddow {
	clear: both;
	background: url(../../media/images/nav_shaddow.gif) no-repeat;
	height: 15px;
	}
#page {
	padding: 0px 41px 0px 48px;
}
#page_left {
	float: left;
	width: 180px;
	padding: 0px 20px 0px 0px;
}
#page_main {
	float: left;
	width: 460px;
	padding: 0px 0px 0px 0px;
}
#content {
	min-height: 400px;
	padding: 0px;
}
#page_clear {
	clear: both;
	}
#footer {
	clear: both;
	background: url(../../media/images/footer_back.gif) no-repeat;
	margin: 0px auto 0px auto;
	width: 706px;
	padding: 20px 40px 0px 74px;
	font-size: 0.8em;
}
#footer a {
	color: #41433E;
	line-height: 20px;
}
#footer_top {
	clear: both;
	padding: 0px 0px 10px 0px;
}
#footer_top a {
	color: #41433E;
	line-height: 20px;
}
#footer_bottom {
	clear: both;
	padding: 0px 0px 0px 0px;
}
#footer_bottom a {
	color: #41433E;
	line-height: 20px;
}