

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: black;
 
}

a:link, a:visited, a:active, a:hover
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}


#wrapper { 
 margin: 0;
 width: 972px;
}
#leftcolumn { 
 color: #333;
 background: #000;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: 500px;
 width: 250px;
 float: left;
}

#leftcolumn p
{
	color: #ccc;
	font-size: 13px;
	text-align: center;
	width: 200px;
	padding-left: 25px;
}

#Nav
{
	
	width: 164px;
	height: 35px;
	text-decoration: none;
	background-image: url(images/bgbutton.gif);
	background-repeat: no-repeat;
	background-color: #ccc;
	text-align: center;
	margin-left: 45px;
	margin-top: 13px;
	padding-top: 13px;

}


#Nav a:link
{
	padding-top: 7px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	

}


#Nav a:visited
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	
}

#Nav a:active
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	
}

#Nav a:hover
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	
}
#opaquebg a:link
{
	padding-top: 7px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	

}


#opaquebg a:visited
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	
}

#rightcolumn a:active
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	
}

#opaquebg a:hover
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	
}


#rightcolumn { 
 float: right;
 color: #333;
 background: #000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 height:650px;
 width: 678px;
 display: inline;
 position: relative;
 background-image: url(images/bg.gif);
 background-repeat: no-repeat;
}

#rightcolumnlong { 
 float: right;
 color: #333;
 background: #000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 height:1101px;
 width: 678px;
 display: inline;
 position: relative;
 background-image: url(images/bglong.gif);
 background-repeat: no-repeat;
}

#opaquebg
{
	width: 460px;
	padding: 20px;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 11px;
	color: black;
}

#opaquebg p
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#opaquebg p img
{
	padding: 7px;
}

h2
{
	font-size: 16px;
	color: black;
	margin-bottom: 13px;
	font-family: "Times New Roman", Times, serif;
	
}
h3
{
	font-size: 14px;
	color: black;
	margin-bottom: 7px;
	
}

ul
{

	width: 400px;
	list-style-image: none;
}

li
{
	padding-bottom: 7px;
	list-style-type: none;
}
