	/* Header */

#header {
	width: 358px;
	height: 218px;
	background-image: url(Header.jpg);
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 700px;
	height: 65px;
	margin: 0 auto;
	background: url(menu.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 5px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding-right: 20px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	/*text-decoration: underline;*/
	color: red;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
	color: #000066;
}

#menu a:hover {
	/*text-decoration: underline;*/
	color: red;
}




body {
	margin: 0;
	padding: 0;
	background-color: #66e1ff;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	/*line-height: 200%*/;
}

h1 {
	font: 17px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	/*letter-spacing: */
}

h2 {
	font: 16px "Times New Roman"
	font-weight: bold;
}

A:link, A:hover { color:navy cursor:hand}
