
body {
	margin: 0;
	padding-left: 20px;
	padding-top: 20px;
	background: #0F5B96;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A4E4F5;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {

	font-weight: normal;
}

h1 {
	font-family: "Comic Sans MS";
	letter-spacing: 1px;
	font-size: 1.8em;
	font-weight: 100;
}

h2 {
	font-family: "Impact";
	letter-spacing: 3px;
	font-size: 1.8em;
	font-weight: 100;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #A4E4F5;
}

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

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

#wrap {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
}


/* Header */

#header {
	text-align: center;
	height: 205px;
	/*background-image: url(image2b.jpg) ;
	background-repeat: repeat-x;*/
}

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 3em;
	color: #62D6F5;
}


#logo h2 {
	padding: 47px 0 0 23px;
	font-size: 1em;
	color: #62D6F5;
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}

#logo a {
	text-decoration: none;
	color: #62D6F5;
}

#menu {
	width: 700px;
	float: left;
	padding-left:10px;
}

#menu ul {
	margin: 0;
	padding: 20px 0px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 168px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1B97CE;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover, #menu .current_page_item a {
	background: #26BADF;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#content h2 {
	font-face: "Sumibrush", "monospace";
	font-weight: normal;
	font-family: "Times New Roman", serif; font-size: 20pt; so-language: en-US ;	
}

#contact {
	text-align: left;
	font-face: "Sumibrush", "monospace";
	font-weight: normal;
	font-family: "Times New Roman", serif; font-size: 14pt; so-language: en-US ;	
}



/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
	background: #083253;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
|
