
body {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	background: #DDFFFF url(images/img01.jpg) repeat-x left top; /* bg color with header color*/
	font: 16px Arial, Helvetica, sans-serif;
	color: #0011BB;/*#334433;*/
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #a32626;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 1000px;
	min-width: 600px;
	height: 140px;
	margin: 0px auto;
}


/* Logo */

#logo {
  position:absolute;
  width: 100%;
  text-align: center;
	padding-top: 0
}

/* Menu */

#menu {
	float: right;

}

/* Page */

#page {
	width: 100%;
	min-width: 600px;
	margin: 0px auto;
	padding: 6px 0px; /*this is the padding below the title bar and the ad */
}

/* Content */

#content {
	
	float: left;
	width: auto;
	padding-left: 30px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
	/*margin-top: 50px;*/
	margin-bottom: 10px;
	margin-left: 20px;
	background: url(images/img03.jpg) repeat-y left top;
}

#sidebar-bgtop {
	height: 3px;
	background: url(images/img04.jpg) no-repeat left top;
}

#sidebar-bgbtm {
	height: 3px;
	background: url(images/img05.jpg) no-repeat left bottom;
}

#sidebar-content {
	padding: 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 1.0em;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 250%;
}

#sidebar li ul {

}

#sidebar h2 {
	font-size: 1.4em;
	margin-bottom: 0em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0px auto 30px auto;
	background: #6699AA url(images/img06.jpg) no-repeat left top;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}