body{	background-color: #000000;
	background-image: url('../images/raunchy.jpg');	text-align: left;    /* For older browsers to center everything */}

#wrapper{	width: 760px;	margin: 5px auto;   /* Margin of 5 to top and bottom - sides auto */	text-align: left;	background-color: black;	border: 1px solid red;
	padding: 0px;}

/* ===============================================
	Side Navigation
	=============================================== */
#side_navigation { 	float: left;	width: 150px;		background-color: #000000;
	background-image: url('../images/left.gif');
	background-repeat: repeat;	font-family: Arial, helvetica, sans-serif;	font-size: .85em;	font-weight: normal;	color: white;	text-align: left;}
a:link.sidelinks{	color: #FFFFFF;	text-decoration: none;	}a:hover.sidelinks{	color: #0000ff;
}

a:visited.sidelinks{	color: #E5E5E5;}

a:visited:hover.sidelinks
{
	color: #0000ff;
}

#side_navigation ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
} 

#side_navigation li 
{
	/*border-bottom: 1px solid #ED9F9F;*/
} 

#side_navigation li a:hover 
{
	background-color: #000000;
	color: #FFFFFF;
border: 1px dashed red;
}

#side_navigation li a 
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;
border: 1px dashed transparent;
}

.margintext{	margin-left: 1em;
	margin-right: 1em;
	margin-top: .5em;
	margin-bottom: .5em;}

/* ===============================================
	Main Content
	=============================================== */#contenttext {	width: 560px;
	padding: 1em;}
#content { 	margin-left: 160px;	font: 10pt/12pt "Arial";
	font-family: Arial, helvetica, sans-serif;	font-weight: normal;	color: white;	background-color: black;}

.titletext{	font: 14pt/16pt "Arial";
	font-family: Arial, helvetica, sans-serif;	font-weight: strong;	color: white;
	text-decoration: none;
	letter-spacing: .2em;
	margin-left: -1em;}

a:link.contentlinks{	color: #FF0000;	text-decoration: none;	}a:hover.contentlinks{	color: #FFFFFF;
	text-decoration: none;}

a:visited.contentlinks{	color: #FF0000;
	text-decoration: none;}

a:visited:hover.contentlinks
{
	color: #FFFFFF;
	text-decoration: none;
}/* ===============================================
	Top Content
	=============================================== */
#top_navigation {		background-color: black;	background-repeat: no-repeat;	background-position: top; 
	background-image: url('../images/top_logo.jpg');	font: 15pt/17pt "Arial";
	font-family: Arial, helvetica, sans-serif;	font-weight: bold;	color: blue;	clear: both;	height: 100px;}

#top_navigation img 
{
	vertical-align: bottom;
}

/* ===============================================
	Bottom Navigation
	=============================================== */
#footer {	clear: both;	margin: 0;	padding: 0;	width: 760px;	height: 100px;		font: 10pt/12pt "Arial";
	font-family: Arial, helvetica, sans-serif;	font-weight: normal;	color: white;

	background-image: url('../images/amp.jpg');	background-repeat: no-repeat;	background-position: right;
}

/* Hack for IE */
* html #footer 
{
	width: 758px; /* trick IE5 Win */
	w\idth: 760px; /* reset width for IE5 Mac and IE6 */
}

#bottomnavcontainer
{
	/* Padding is internal to the cell, margin is external in FF*/
	padding-top: 1em;
	margin: 1em;
	width: 80%;
	text-align: left;
}

