@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-position: center top;
	background-color: #eaeaea;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}

#wrapper {
	width: 856px;
	margin-left:auto;
	margin-right:auto;
}

#navigation_top {
	background-color: black;
	height: 20px;
}

.con {
	color: white;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.con a:link, .con a:visited, .con a:active {
	color: white;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 1px dotted white;
	
}
.con a:hover {
	color: #ff0084;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 1px dotted #ff0084;
}

#hidden {
	background-color: #4096ee;
	height:30px;
	display:none;
	text-align:center;
	margin:0;
	padding:10px;
}

#pink rip {
	background-color: #4096ee;
}

#content {
	background-color: white;
	padding:10px;
	text-align:justify;
}
.main {
	color: black;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.main a:link, .main a:visited, .main a:active {
	color: black;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px dotted #ff0084;
	
}
.main a:hover {
	color: #4096ee;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px dotted #4096ee;
}