@charset "UTF-8";
/* CSS Document */
body {
	background-color: #E3E0D7;
	background-image: url(../Images/Background/Background_exported.png);
	background-repeat: repeat;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
text-decoration: none;
border-bottom: 1px dotted;
}
a:hover {
text-decoration: none;
}
#website {
	width: 700px;
	height: 630px;
	margin: 0px auto 0px auto;
}
#content {
	width: 500px;
	float: left;
}
#top {
	background-image: url(../Images/Background/top_exported2.png);
	background-repeat: none;
	width: 500px;
	height: 72px;
	margin: 10px auto 0px auto;
}
#bottom {
	background-image: url(../Images/Background/bottom_exported.png);
	background-repeat: none;
	width: 500px;
	height: 20px;
	margin: 0px auto 0px auto;
}
#page {
	width: 480px;
	background-color: white;
	background-image: url(../Images/Layout/middle_exported.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 10px;
}
#menu {
	float: left;
	margin: 10px 0px 0px 15px;
	width: 150px;
}
#a {
	background-image: url(../Images/Background/1_exported.png);
	height: 135px;
	width: 140px;
	background-repeat: no-repeat;
	color: #B2E2F1;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 11px;
	margin: 0px;
}

#a a {
	color: #B2E2F1;
	border-bottom: 1px dotted #B2E2F1;
}
#b {
	background-image: url(../Images/Background/b_exported.png);
	height: 135px;
	width: 150px;
	background-repeat: no-repeat;
	color: #55503C;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 11px;
	margin: 0px 0px 4px 0px;
}

#b a {
	color: #55503C;
	border-bottom: 1px dotted #55503C;
}

#c {
	background-image: url(../Images/Background/c_exported.png);
	height: 135px;
	width: 140px;
	background-repeat: no-repeat;
	color: #55503C;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 11px;
	margin: 0px 0px 4px 0px;
}

#c a {
	color: #55503C;
	border-bottom: 1px dotted #55503C;
}

#c ol {
	margin: 0px;
	text-indent: 0px;
	padding-left: 20px;
}

#d {
	background-image: url(../Images/Background/d_exported.png);
	height: 115px;
	width: 140px;
	background-repeat: no-repeat;
	color: #55503C;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 11px;
	margin: 0px;
}

#d a {
	color: #55503C;
	border-bottom: 1px dotted #55503C;
}

#header {
	font-size: 14px;
	font-weight: bold;
}
#spacer {
	line-height: 5px;
}

#footer {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	clear: both;
}

#footer a{
	color: black;
	border-bottom: 1px dotted black;
}
#footer a:hover {
background-color: #B4D437;
}