/* CSS Document */

body {
	background-color: #FFFFFF;
	height: 100%;

}

#background {
	width: 850px;
	height: 250%;
	background:  url(images/background.png) no-repeat fixed 50% 300px;
	
	
}

.photo {
	border-width: 8px 8px 8px 8px;
	border-style: solid;
	border-color: #000000;
	margin-left: 20px;
	margin-bottom: 8px;
}

h1 {
	text-decoration: none; border-bottom: 4px solid #66CCCC;
	font-family: verdana;
	font-size: 25px;
	font-weight: bold;
	color: #66CCCC;	
}

p {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #444444;	
}

a {
	text-decoration: none;
	border-bottom: 2px dashed #73A2E2;
	color: #0000A0;
}

a:hover, a:active {
	text-decoration: underline;
	color: #000000;
}

#menu {
	width: 900px;
	height: 44px;
	background:  url(images/img04.png);
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 60px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	color: #000000;
	background: #66CCCC;
	text-decoration: none;
}

#menu .first {
	margin-right: 3px;
	background: #66CCCC;
}

html {
	scrollbar-base-color: #66CCCC;
}

#footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #FFFFFF;
	background: url(images/img04.png) no-repeat;
	background-position: bottom center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}

#footer p {
	margin: 0;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}