@charset "UTF-8";
/* CSS Document */

body {
	background-color:black;
	/*background-image: url(../Images/background_2.png);*/
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 5px 0 5px 0;
}
form {
	padding: 0;
	margin: 0;
}
#website {
	width: 780px;
	margin: 0 auto;
}
#header {
	width: 780px;
	height: 150px;
}
#header img {
	float: left;
}
#menu {
	background-color: white;
	border: 5px solid #ED1E79;
	padding: 10px;
	width: 485px;
	height: 122px;
	float: right;
}	
#menu p {
	margin: 0;
	padding: 2px 0 1px 0;
}
#menu #a {
	width: 185px;
	height: 130px;
	float: left;
}
#menu #d {
	width: 80px;
	height: 95px;
	padding-top: 5px;
	float: left;
}
#menu #e {
	width: 80px;
	height: 95px;
	padding-top: 5px;
	float: left;
}
#menu #b {
	width: 165px;
	height: 130px;
	float: left;
}
#menu #c {
	width: 135px;
	height: 130px;
	float: left;
}
#navbar {
	clear: both;
	width: 780px;
	height: 30px;
	margin: 15px 0 0 0;
	padding: 0;
}
#navbar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navbar li {
	list-style-type: none;
	padding: 0px;
	margin: 0 20px 0 0;
	display: block;
	float: left;
	height: 30px;
}
#content {
	clear: both;
	width: 750px;
	background-color: white;
	border: 5px solid #ED1E79;
	margin: 0;
	padding: 10px;
}
#footer {
	background-color: #ED1E79;
	/*background-image: url(../Images/pink_footer.png);*/
	background-repeat: repeat;
	width: 760px;
	height: 180px;
	padding: 10px;
	margin: 15px 0 0 0;
	color: white;
}
#footer #a {
	border-right: dotted 1px white;
	float: left;
	width: 235px;
	height: 180px;
	padding-right: 10px;
}
#footer #b {
	border-right: dotted 1px white;
	float: left;
	width: 245px;
	height: 180px;
	margin-left: 10px;
}
#footer #c{
	float: left;
	width: 245px;
	height: 180px;
	margin-left: 10px;
}
#footer a {
	color: white;
}
#footer a:hover {
	color: white;
	border-bottom: 1px dotted white;
}
#input {
	background-color: white;
	border: none;
	margin: 0 0 0 0;
	padding: 0;
}

#button {
	background-image: url(../Images/Form/button.png);
	height: 18px;
	width: 65px;
	border: 1px solid white;
	padding: 3px 8px 3px 8px;
	margin: 0;
	color: white;
}
#credits {
	text-align: center;
	margin-top: 10px;
	width: 780px;
	font-size: 10px;
	font-weight: bold;
}
#credits a {
	color: white;
}
