@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wraper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#title underline {
	height: 5px;
	background-color: #F8D7E8;
}
#title pink {
	height: 2px;
	background-color: #F8D7E8;
}


#wraper #logo {
	height: 100px;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wraper #navigation {
	height: 40px;
}
#bodyArea #left {
	background-color: #FFFFFF;
	width: 400px;
	float: left;
}
#bodyArea #right {
	float: right;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 400px;
}
#bodyArea #Footer {
	clear: both;
	height: 30px;
	margin: 55px;
	position: fixed;
	bottom: 1px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-decoration: underline;
}
#border {
	height: 3px;
	background-color: #F8D7E8;
}
#border {
	height: 2px;
	background-color: #FF00FF;
}

