* {
	padding : 0;
	margin : 0;
}

body {
	margin : 0;
	padding : 0;
	background : #c7d2d8;
	background-image : url(images/background.jpg);
	background-repeat : repeat-x;
}

#wrapper {
	margin : 0 auto;
	width : 810px;
}

#header {
	height : 209px;
	background-image : url(images/header.jpg);
	background-position : center;
	background-repeat : no-repeat;
	background-color : #c7d2d8;
	padding : 1px;
	font-size : 10%;
	color : #5C8697;
	font-style : normal;
	font-family : Bodoni, Georgia, "Times New Roman", Times, serif;
	font-size : 9px;
}

a:link {
	text-decoration: none;
	color: #4D1C0E;
}
a:visited {
	text-decoration: none;
	color: #4D1C0E;
}
a:hover {
	text-decoration: underline;
	color: #832900;
}
a:active {
	text-decoration: none;
}
a {
	font-style: italic;
}

#navigation {
	width : 810px;
	padding : 1px;
	margin : 10px 0 0 150px;
}

#navigation ul {
	list-style-type : none;
	list-style-image : none;
	float : left;
	margin-left : 48px;
	padding : 0 0 0 1px;
	margin-top : 0;
}

#navigation li {
	float : right;
	margin-top : 150px;
}

#navigation li a:link,
#navigation li a:visited {
	float : left;
	color : #152141;
	display : block;
	margin-right : 0;
	border : #98C2D2 1px;
	height : 10px;
	font-size : 14px;
	margin-left : 8px;
	padding-top : 5px;
	padding-right : 3px;
	padding-bottom : 5px;
	padding-left : 2px;
}

#navigation li a:hover,
#navigation li a:active {
	color : #5E583D;
	border : #98C2D2 1px;
	background : #E1EFF5;
	font-size : 14px;
}

#content {
	width : 810px;
	text-align : left;
	background-color : #FFF;
	color : #4D1C0E;
}

div#content p {
	font : 80% Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
	padding : 10px 10px;
}

div#content * {
	margin : 0 40px;
}

div#content a {
	margin : 0 0px;
}

div#footer {
	height : 236px;
	background-image : url(images/footer-index.jpg);
	background-position : center;
	background-repeat : no-repeat;
	background-color : #c7d2d8;
	padding : 0;
}

div#footer p {
	font : 60%/3 Tahoma, Arial, sans-serif;
	margin : 0 0 0 95px;
	padding : 230px;
	color : #E8EFF3;
}

#footer a:link {
	text-decoration : none;
	color : #E8EFF3;
}

#footer a:visited {
	text-decoration : none;
	color : #E8EFF3;
}

#footer a:hover {
	text-decoration : none;
	color : #666666;
	font-style : normal;
}

#footer a:active {
	text-decoration : none;
}
