@charset "utf-8";


#wrapper {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bkgd_stars.png);
	background-repeat: repeat;
	margin-top: 0px;
	padding: 0px;
	/*min-height: 600px;*/
	/*height: 100%;*/
	min-width: 960px;
}
#content p {
	padding-top: 7px;
	padding-left: 10px;
	line-height: 120%;
}




#artoftag {
	float: left;
}
#nav {
	height: 160px;
	background-image: url(../images/nav.png);
	margin-left: 250px;
	background-repeat: no-repeat;
}
#navtop  {
	display: block;
	text-align: center;
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 800px;
	padding-top: 20px;
}
#navtop li {
	list-style-type: none;
	float: left;
	margin-left: 25px;
	padding-top: 5px;
	display: block;
	text-align: center;
	margin-right: 36px;
	width: 100px;
}
#navtop a {
	color: #000000;
	text-decoration: none;
}
#navtop a:hover {
	text-decoration: underline;
}
#navtop a:active {
	text-decoration: underline;
}



#navbottom  {
	text-align: center;
	display: block;
	list-style-type: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 800px;
	margin-top: 35px;
}
#navbottom a {
	color: #000000;
	text-decoration: none;
}
#navbottom a:hover {
	text-decoration: underline;
}
#navbottom a:active {
	text-decoration: underline;
}

#navbottom li {
	text-align: center;
	display: block;
	list-style-type: none;
	float: left;
	width: 100px;
	margin-left: 20px;
	margin-right: 43px;
}


#content {
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	background-image: url(../images/contentbox.png);
	height: 308px;
	margin-top: 50px;
	margin-left: 60px;
}
#content p {
	padding-right: 10px;
	font-size: 14px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 5px;
}
#content h2 {
	font-size: 14px;
	padding-left: 10px;
}


#rightsidebar {
	background-image: url(../images/rg_shootingstar.png);
	background-position: right bottom;
	height: 225px;
	background-repeat: no-repeat;
	margin-bottom: -40px;
}
#footer {
	background-image: url(../images/footer_clouds.png);
	height: 100px;
	bottom: 0px;
	background-repeat: repeat-x;
	clear: both;
}
#footer p {
	text-align: center;
	padding-top: 50px;
}
#footer h1 {
	text-align: center;
	padding-top: -2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a:hover {
	text-decoration: underline;
}
#artoftag img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



body {
	background-image: url(../images/bkgd_skycolor.jpg);
	background-repeat: repeat-x;
	background-color: #B7A5FB;
}


p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.imgfloatR {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
