@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #003a3a;
}
a {
	color: #006666;
	text-decoration: none;
	border-bottom: dotted 1px #006666;
}
a:hover {
	border-bottom: dotted 1px #06BCC7;
	color: #06BCC7;

}

#logo {
	background-image: url(images/logo.jpg);
	width: 260px;
	height: 230px;
}
#menu {
	position: absolute;
	width: 140px;
	left: 260px;
	top: 230px;
}
#wrapper  p {
	padding-left: 40px;
	padding-top: 20px;
}
#menu  li a.selected {
	background-color: #FFFFFF;
	color: #06BCC7;
}


#menu ul {
	list-style: none;
}
#menu  li a {
	display: block;
	width: 130px;
	height: 20px;
	font-size: 1.6em;
	text-align: right;
	padding: 10px 10px 10px 0px;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: 0px;
	color: #003a3a;
}
#menu li a:hover {
	background-color: #FFFFFF;
}

#wrapper {
	width: 590px;
	position: absolute;
	top: 146px;
	left: 400px;
	font-size: 1.4em;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}
#content  .header {
	background-image: url(images/header-home.jpg);
	background-repeat: no-repeat;
	width: 590px;
	height: 255px;
	padding-bottom: 10px;
}
#footer {
	height: 25px;
	border-top: dotted 4px #06BCC7;
	padding: 10px;
	text-align: center;
	margin: 20px 40px 0px 80px;
	font-size: 0.8em;
}

#content {

}
#footer a {
	color: #006666;
	text-decoration: none;
	border-bottom: none;
}
