/* CSS Document */

/* Document */
html {
	height: 101%;
}
body {
	height: 100%;
	margin: 0px;
}

/* Page */
.Body {
	background-color: white;
	background-image: url("../Images/Background.png");
	background-position: center;
	background-repeat: repeat-y;
	min-height: 100%;
}
.Page {
	background-color: white;
	height: 100%;
	width: 700px;
}
.Content {
	padding: 20px;
	min-height: 300px;
}

/* Menu */
.Menu {
	background-image: url("../Images/Swoosh.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-right: 10px;
}
.Menu-Item-Normal {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 35px;
}
.Menu-Item-Current {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 40px;
	
	background-color: #FFFFFF;
	broder-top-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B17E7E;
	border-right-color: #B17E7E;
	border-bottom-color: #B17E7E;
	border-left-color: #B17E7E;
}
.Menu-Link-Normal {
	text-decoration: none;
	
}
.Menu-Link-Current {
	text-decoration: none;
}