body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #000;
	background-color: #FFF;
	margin:0;
	text-align:center;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#ff6500;
}

h1 {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#000;

}
h2 {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#000;

}
#wrap {
	width:960px;
	text-align:left;
	margin: 0 auto;
}
#header {
	width:960px;
}
#logo {
	width:290px;
	float:left;
}

/* --- MENU -------------------------------------------------------------------------- */
#menu {
	width:670px;
	float:left;
	background: url(px/bg_menu.gif) no-repeat;
	height:100px;
}
#menu ul {
	float:left;
	margin:34px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	list-style:none;
}
#menu ul li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	margin-right:15px;
	margin-left:15px;
	height:31px;
}
#menu ul li a {
	height:31px;
	display:block;
	padding-top:8px;
	color: #000;
	float:left;
}
#menu ul li a:hover {
	color:#ff6500;
}
#menu ul li.active {
	background: url(px/menu_left.gif) no-repeat top left;
	height:31px;
	display:block;
	float:left;
	padding-left:4px;
	float:left;
}
#menu ul li.active a {
	background: url(px/menu_right.gif) no-repeat top right;
	height:31px;
	padding-left:5px;
	padding-right:9px;
	display:block;
	color: #fff;
	float:left;
}
#menu ul li.active a:hover {
	color:#000;
}

/* --- CONTENT START ------------------------------------------------------------------ */
#content {
	width:960px;
}
#content .left {
	width:455px;
	float:left;
	padding:0;
	margin:0px 0px 0px 0px;
}
#content .left #welcome {
	width:440px;
	float:left;
	padding:0;
	margin:20px 0px 0px 0px;
	margin-left:15px;
	background: url(px/content_left_bg.gif) no-repeat bottom left;
}
#content .left #welcome h1 {
	width:410px;
	height:36px;
	float:left;
	padding:8px 15px 0px 15px;
	margin:0;
	background: url(px/content_left_top.gif) no-repeat top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#ff6500;
}
#content .left #welcome p {
	width:406px;
	float:left;
	padding:5px 17px 14px 17px;
	margin:0;
	font-size:11px;
}
#content .left #puff {
	width:450px;
	float:left;
	margin-left:5px;
	margin-top:15px;
}
#content .left #puff img {
	margin-left:10px;
}
#content .right {
	width:420px;
	float:left;
	padding:0;
	margin:0;
	margin-left:15px;
}

/* --- CONTENT SUBPAGE ---------------------------------------------------------------- */
#subpage {
	width:960px;
}
#subpage .left {
	width:285px;
	float:left;
	padding:0;
	margin:0px 0px 0px 0px;
}
#subpage .left .menu {
	width:270px;
	float:left;
	display:block;
	padding:0;
	margin:20px 0px 15px 0px;
	margin-left:15px;
	background: url(px/subpage_menu_bg.gif) no-repeat bottom left;
}
#subpage .left .menu h1 {
	width:240px;
	height:36px;
	float:left;
	padding:8px 15px 0px 15px;
	margin:0;
	background: url(px/subpage_menu_top.gif) no-repeat top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#000;
}
#subpage .left .menu ul {
	width:258px;
	float:left;
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 6px;
	font-size:11px;
	list-style:none;
}
#subpage .left .menu ul li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	background: url(px/subpage_menu_list_bg.gif) repeat-x bottom left;
}
#subpage .left .menu ul li a {
	display:block;
	padding:8px 10px 8px 10px;
	color:#ff6500;
	width:238px;
	float:left;
	font-weight: bold;
}
#subpage .left .menu ul li a:hover {
	color:#000;
}
#subpage .left .menu ul li.active a {
	display:block;
	padding:8px 10px 8px 10px;
	color:#000;
	width:238px;
	float:left;
	font-weight: bold;
}
#subpage .right {
	width:610px;
	float:left;
	padding:0;
	margin:25px 0px 0px 0px;
	margin-left:15px;
}
#subpage .right h1 {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#000;
}
#subpage .right img {
	margin-left:12px;
	margin-bottom:12px;
}

/* --- FOOTER ----------------------------------------------------------------------- */
#footer {
	width:960px;
	float:left;
	background: url(px/footer.gif) no-repeat top left;
	margin: 20px 0px 0px 0px;
	padding:6px 0px 0px 0px;
	font-size:11px;
	display:block;
}
#footer .logo {
	float:left;
}
#footer .text {
	float:left;
	padding: 3px 10px 0px 10px;
}
#footer .logo2 {
	float:right;
}