@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000000;
	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: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#wrapper #logo {
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	height: 35px;
	background-color: #EF5BA2;
	font-size: large;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D7DBDB;
	border-right-color: #D7DBDB;
	border-bottom-color: #D7DBDB;
	border-left-color: #D7DBDB;
	padding-left: 3px;
}
#wrapper #bodyArea {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EB0055;
	border-right-color: #EB0055;
	border-bottom-color: #EB0055;
	border-left-color: #EB0055;
}
#wrapper #bodyArea #bodyAreainside {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin-top: 30px;
}
#wrapper #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bolder;
}
a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-size: large;
	font-weight: bolder;
	text-transform: none;
	color: #000000;
	text-decoration: blink;
}
