﻿body {
	/*background: url('../images/bg.png') repeat-x;*/
	color: #333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; 
}

h1, h2, h3, h6 {
	margin: 0;
	padding: 0;
}

h2, h3, h4, h6 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-transform: none;
	color: #000;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-weight: normal;
	font-size: 16px;
}

h6 {
	font-weight: normal; 
	text-align: center;
	font-size: 16px;
	/*border: thin fuchsia solid;*/
}

p, ol, ul, li, blockquote {
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 16px;
}

li {
	margin-bottom: 10px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ol {
	padding-bottom: 1px;
}

li:before { 
	display: list-item;
	counter-increment: counter;
	width: 6em;
	text-align: center;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #3366CC;
}

img {
	border: none;
}

/* page Wrapper */
/* all content on the page goes within this wrapper DIV so that the content 
   is centered in the browser window; set alignment to left here; set the text
   alignment to left here; if removed text DIVs within the wrapper become 
   misaligned around the page */

#pageWrapper {
	position: relative;
	width: 918px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: transparent;
}

#contentWrapper {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background-color: transparent; /*#F0F7F3; /*#F5FAF8; /*#ECF5F0;*/
}

/* header */

#header {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	background-color: transparent;
}

/* logo DIV in header*/

#logo {
	float: left;
	width: 577px;
	height: 100%;
	padding: 0;
	/*background: url('../images/logoscribble.png') no-repeat;*/
	background-position: 22px 60px;
}

#logo h1 span {
	font-weight: bold;
	font-family: "Comic Sans MS";
	font-size: 28px;
}

#logo h1 {
	float: left;
	padding: 29px 0 0 35px;
	font-size: 26px;
	font-weight: normal;
	color: black;
}

#logo h1 a {
	color: black;
}

/* menu DIV in header*/

#menu {
	float: right;
	height: 34px;
	padding: 43px 20px 0 0;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	margin-bottom: 0px;
	padding: 0px 12px 0px 12px;
}

#menu a {
	padding: 0px;
	text-transform: none;
	font-size: 13px;
	color: #3B3B3B;
}

#menu .first a {
	border: none;
}

#menu a:hover {
	color: #3366CC; /*#EC5600;*/
}

/* footer */
/* text transform set to lowercase only applies to anchors;
   the rest of the text should remain uppercase */

#footer {
	position: relative;
	width: 100%;
	padding: 15px 0px 0px 0px; 
	color: #777777;
	clear: both;
	text-align: center;
}

#footer p {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
}

#footer a {
	color: #777777;
	text-transform: none;
}

#footer a:hover {
	color: #3366CC; /*#EC5600;*/
}
#footer ul {
	margin: 0;
}

#footer ul a {
	padding: 0 10px 0 10px;
	border-left: 1px solid #DBDBDB;
	font-size: 12px;
}

#footer li {
	display: inline;
}

#footer .first a {
	border: none;
}