body, body * {
	margin:0;
	padding:0;
}

body {
	background-image:url("img/bg.jpg");
	background-repeat:repeat;
	background-color:#fff;
	font-family:Calibri, Arial, sans-serif;
}

#wrapper {
	padding-top:20px;
	width:1000px;
	min-height:800px;
	margin: 0 auto;
}

#menu {
	position:relative;
	padding-top:220px;
	width:200px;
	height:inherit;
	float:left;
	z-index:2;
}

#content-wrap {
	width:800px;
	height:inherit;
	float:right;
	padding-bottom:20px;
	z-index:1;
}

#shadow-wrap {
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	-moz-box-shadow: 0px 0px 27px #000;
	-webkit-box-shadow: 0px 0px 27px #000;
	box-shadow: 0px 0px 27px #000;
}

#header {
	width:inherit;
	height:180px;
	background-image:url("img/headerbg.png");
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ccff66;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	font-weight:bold;
	font-size:30pt;
	color:bold;
}

#header #sub {
	font-weight:normal;
	font-size:16pt;
}

#content-body {
	width:800px;
	min-height:600px;
	background-image:url("img/content_bg-2.png");
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fff;
}

#content-body #secondbg {
	width:760px;
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:50px;
	height:inherit;
	min-height:600px;
	background-image:url("img/content_bg-1.png");
	background-repeat:repeat-x;
	background-position:top;
}

#first-footer {
	padding-top:20px;
	width:inherit;
	height:80px;
	background-color:#eee;
	border-top:3px solid #666;
	color:#333;
}

#second-footer {
	width:inherit;
	height:150px;
	background-color:#333;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	color:#666;
}

/* Menu */

#menu ul {
	list-style:none;
	float:right;
	width:inherit;
}

#menu ul li a {
	display:block;
	margin-top:10px;
	width:190px;
	padding-left:10px;
	background-image:url("img/menu_bg.png");
	background-repeat:no-repeat;
	background-position:right;
	background-color:#666;
	height:50px;
	font-size:24pt;
	text-decoration:none;
	line-height:50px;
	color:#fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#menu ul li a:hover {
	background-color:#ccc;
	color:#000;
}

#menu ul li a.Active {
	background-image:none;
	background-color:#fff;
	color:#666;
}

#menu ul li a.Active:hover {
	background-color:#fff;
	color:#666;
}

span.menuMed {
	font-size:20pt;
}

div.menuSmall {
	font-size:14pt;
	line-height:normal;
	position:relative;
	top:10px;
}

div.menuExtraSmall {
	font-size:12pt;
	line-height:normal;
	position:relative;
	top:5px;
}

.green {
	font-weight:bold;
	color:#060;
	font-size:18px;
}

ul {
	margin-left: 20px;
}

.dcwd a {
	color:#666;
}
