/* molly.com.new2.css - global styles for black background design */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #FF6600;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #CC9900;
	text-indent: 10px;

}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #0000CC;
	text-align: center;

}
#title {
	position: absolute;
	top: 65px;
	width: 800px;
	right: 0px;
	left: 0px;
	background-color: #000000;
}


/* begin link styles */

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCC33;
	text-decoration: none;

}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999966;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #996600;
	text-decoration: underline;
}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC9900;
	text-decoration: none;
}

/* begin positioning */

#collage {
	position:absolute; 
	left:0px; 
	top:4px; 
	width:800px; 
	height:58px
}

#header {  
	position:absolute; 
	left:0px; 
	top:76px; 
	width:800px; 
	height:35px
}

#nav {
	position:absolute;
	left:200px;
	top:127px;
	width:600px;
	height:33px;
	background-color: #000000;
	right: 0px;
	padding: 10px 0px 0px;
	text-align: center;
}

#content {
	position: absolute;
	width: 560px;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	color: #FF6600;
	background-color: #000000;
	top: 175px;
	right: 0px;
	left: 200px;
	height: 450px;
}

/* begin custom classes */

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC9900;
	display: inline;
	list-style-type: square;
	padding-right: 10px;
	background-color: #000000;
	text-align: right;

}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC9900;
	text-align: center;
	background-color: #000000;
}
#footer {
	background-color: #000000;
	position: absolute;
	width: 600px;
	top: 658px;
	left: 200px;
	height: 48px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
#side {
	background-color: #000000;
	padding: 10px;
	top: 127px;
	right: 552px;
	width: 175px;
	position: absolute;
	left: 0px;
}
.sideimage {
	background-color: #000000;
	padding: 20px;
	width: auto;
}
