html {
	background-color: #F2F2F2;
}

body {
	margin: 0;
	padding: 0;
}

a {
	border: 0;
}

img {
	border: 0;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #B9E4ED;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #069;
	padding: 0 0 15px 0;
	margin: 0;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #069;
	padding: 0 0 15px 0;
	margin: 0;
}

h4 {
	
}

p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #FFF;
	margin: 0;
}

a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #A1E3F0;
	text-decoration: none;
}

#header {
	background-color: #F2F2F2;
	width: 100%;
	height: 300px;
}

#header div.wrapper {
	background: top left url(../../img/background/public.png) no-repeat;
	width: 900px;
	height: 300px;
	margin: auto;
}

#logo {
	float: left;
	height: 300px;
}

#menu {
	padding: 96px 0 0 350px;
}

#banner {
	margin: 7px 0 0 192px;
}

#main {
	background-color: #F2F2F2;
	width: 100%;
}

#main div.wrapper {
	background-color: #FFF;
	width: 900px;
	margin: auto;
}

#sidebar {
	float: left;
	width: 245px;
	margin-top: 20px;
}

#sidebar div.panel {
	width: 205px;
	padding: 0 10px 0 30px;
}

#sidebar div.panel div.cap {
	background: top left url(../../img/panel/teal/cap.png) no-repeat;
	height: 16px;
}

#sidebar div.panel div.body {
	background: top left url(../../img/panel/teal/body.png) repeat-y;
	padding: 0 20px 0 20px;
}

#sidebar div.panel p {
	padding: 6px 0 10px 0;
	border-bottom: 1px dotted #FFF;
	line-height: 1.5em;
}

#sidebar div.panel p.last {
	border-bottom: none;
}

#sidebar div.panel div.base {
	background: top left url(../../img/panel/teal/base.png) no-repeat;
	height: 16px;
}

#content {
	width: 640px;
	margin: 0 0 0 245px;
	padding: 0 0 10px 0;
}

#content div.cap {
	background: top left url(../../img/content/cap.png) no-repeat;
	height: 12px;
}

#content div.body {
	background: top left url(../../img/content/body.png) repeat-y;
	padding: 5px 35px 0 20px;
}

#content div.base {
	background: top left url(../../img/content/base.png) no-repeat;
	height: 12px;
}

#footer {
	background-color: #F2F2F2;
	width: 100%;
	height: 74px;
/*	clear: both; */
}

#footer div.wrapper {
	background: top left url(../../img/background/footer.png) no-repeat;
	background-color: #FFF;
	width: 900px;
	height: 74px;
	margin: auto;
}

#footer div.wrapper div.navigation {
	text-align: right;
	padding: 2px 20px 0 0;
}

