@charset "utf-8";
/* CSS Document */
#head {
	background-image: url(pics/header2.jpg);
	height: 152px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#main {
	background-repeat: no-repeat;
	height: 622px;
	left: 222px;
	top: 201px;
	position: absolute;
	width: 874px;
}
#menu {
	background-image: url(pics/bar.jpg);
	background-repeat: repeat-x;
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000;
	position: absolute;
	left: 550px;
	top: 805px;
	width: 190px;
}
#logo {
	position: absolute;
	left: 23px;
	top: 52px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#home {
	background-repeat: no-repeat;
	position: absolute;
	left: 241px;
	top: 3px;
	width: 367px;
	height: 21px;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	visibility: visible;
	z-index: 6;
}
#sidebar {
	position: absolute;
	left: 55px;
	top: 151px;
	width: 193px;
	height: 58px;
	font-family: "Helvetica LT Std Black";
	font-size: 18px;
	color: #FFCADC;
}
#rightbar {
	position: absolute;
	left: 856px;
	top: 0px;
	width: 216px;
	height: 626px;
}
#menuback {
	position: absolute;
	left: 293px;
	top: 0px;
	z-index: 5;
	background-color: #FFF;
	background-image: url(pics/menuitem.jpg);
	background-repeat: no-repeat;
	width: 60px;
	height: 37px;
}
a {
	font-size: 14px;
	word-spacing: 0em;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;	
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #FFCADC;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFF;
} 
