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

#container {
	background-image: url(images/main.gif);
	background-repeat: no-repeat;
	margin:auto;
	height: 850px;
	width:950px;
	z-index: 0;
	position: relative;

}
#sidebar {
	clear:left;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color:#FFF;
	line-height: 150%;
	text-decoration: none;
	height: 500px;
	width: 250px;
	margin-top:25px;
	margin-left:0px;
	position: relative;
	z-index: 2;
}

#sidebar ul {
	list-style:none;
	font-size:1em;
}

#sidebar ul li a{
	display:block;
	text-decoration:none;
	border:thin #ccc;
}

#sidebar a:hover {
	text-decoration: underline;
}

.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	/*	background-image: url(whitebox.gif);*/
	top: 164px;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 5px;
	height: 200px;
	width: 637px;
	text-align: justify;
	clear: none;
	float: right;
	margin: 0px;
	position: absolute;
	right: 83px;
}



#nameplate {
	
	float:left;
	background-image: url(images/3ringpublishing.gif);
	background-repeat:no-repeat;
	height: 125px;
	width: 800px;
	position: relative;
	top: 20px;
	left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #FFF;
	background-position: 0px 0px;
	text-align: right;
	z-index:3;
}

.button {
	width:180px;
	height:25px;
	display:block;
}
	
body {
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
}

a:link {
	text-decoration:none;
	color: #FFF;
}

a:visted {
		color:#CCC;
}

a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
