	
	#container
	{
		margin: 0px;
		color: #000000;
		width: 800px;
		text-align: left;
	}
	
	#header
	{
		text-align: center;
		width: 100%;
		margin: 0px;
		/*border: solid 1px #000;*/
	}
		
	#menu
	{
		float: right; 
		width: 240px;
		border: none;
		border-left: solid 1px #000000;
		/* background: #EDEBB8; */
	}
	
	#contents	
	{
		margin-right: 0px;
		margin-left: 0px;
		width: 100%;
		text-align: left;
		border: none;
		/* background: #EDEBB8; */
	}
	
	#footer	
	{
		text-align: center;
		color: #000000;
		padding: 10px;
		clear: both;
	}

	
	#logo	
	{
		text-align: center;
		height: 85px;
		width: 100%;
		margin: 0px;
		font-size: 65px;
		font-weight: bold;
		border: none;
		color: #000000;
		padding: 0px;
		font-family: "arial", "verdana", "geneva", sans-serif;
		background-color: #9900CC;
		background-image: url('http://www.blackgirls.ws/background-logo.jpg');
	}

	



/*	Note the use of an absolute URI for the background image		*/
/*	This is a workaround for NN using an address relative to the		*/
/*	.html file rather than the .css file					*/
body {
color: #000000;
background-color: #FF99FF;
background-image: url('http://www.blackgirls.ws/background.jpg');
margin: 0;
padding: 0;
font: 85% arial, hevetica, sans-serif;
text-align: center;
}

/*	Paragraph									*/
p {
margin-left: 0px;
font-family: "verdana", "arial", "geneva", sans-serif;
padding: 5px;
}

/*	Division									*/
div {
font-family: "verdana", "arial", "geneva", sans-serif;
font-size: 12px;
}


/*	Links unvisited links							*/
a.gallerylink:link {
	color: #2D96FF;
	font-size: 10px;
	text-decoration: underline;
}
a.gallerylink:active {
	color: #2D96FF;
	font-size: 10px;
	text-decoration: underline;
}
a.gallerylink:visited {
	color: #2D96FF;
	font-size: 10px;
	text-decoration: underline;
}
a.gallerylink:hover {
	color: #2D96FF;
	font-size: 10px;
	text-decoration: none;
}

/*	Links unvisited links							*/
a.link:link {
color: #0000FF;
background: ;
}

/*	Links visited links							*/
a.link:visited {
color: #000080;
background: ;
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #0000FF;
background: ;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #0000FF;
background: ;
}

/*	Unvisited links								*/
a:link {
color: #0000FF;
background: ;
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #000080;
background: ;
}

/*	Active links (not widely supported)					*/
a:active {
color: #0000FF;
background: ;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #0000FF;
background: ;
}

/*	Links unordered lists							*/
ul {
margin-left: 30px;
list-style: disc;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Links ordered lists							*/
ol.links {
margin-left: 40px;
padding: 0px;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
font-size: 12px;
}
ol.links li {
margin-bottom: 5px;
}

ul.links {
list-style-type: none;
margin: 0px;
padding: 0px;
margin-left: 10px;
margin-bottom: 15px;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
font-size: 12px;
/*border: solid 1px #000;*/
}
ul.links li {
margin-bottom: 5px;
margin-left: 0px;
}

/*	The link description							*/
span.descript {
font-size: 11px;
color: #333333;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
text-align: left;
margin: 0px 0px 10px 0px;
font-size: 30px;
font-weight: bold;
border: none;
border-top: solid 0px #33FFFF;
border-bottom: solid 0px #33FFFF;
color: #000000;
padding: 5px;
font-family: "impact", "arial", "verdana", "geneva", sans-serif;
}


/*	This is used for the sub headers					*/
h2 {
margin: 0px;
padding: 2px;
padding-left: 5px;
font-size: 16px;
font-weight: bold;
border: none;
color: #000000;
font-family: "arial", "verdana", "geneva", sans-serif;
}

h3 {
margin: 0px;
padding: 5px;
font-size: 14px;
font-weight: bold;
border: none;
color: #000;
font-family: "arial", "verdana", "geneva", sans-serif;
}


/*	This is for page $title_linked						*/
strong.title {
font-size: 12px;
font-weight: bold;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}


