/*My i312 cascading stylesheet
This design uses a layout obtained from
http://www.inknoise.com/experimental/layoutomatic.php*/

body
	{
	margin: 0px 25px 0px 25px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #000000;
	color: #D6D6D6;
	}

#container
	{
	width: 800px;
	\width: 800px;
	w\idth: 800px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #D6D6D6;
	}

#content
	{
	padding: 0px 10px 0 10px;
	margin-right: 215px;
	background-color: #D6D6D6;
	color: #000;
	border-right: 1px black solid;
	}
#sidebar-a
	{
	float: right;
	width: 200px;
	margin: 0;
	margin-left: 5px;
	padding: 5px;
	background-color: #D6D6D6;
	}

#header

	{
	border-bottom: 1px black solid;
	}

.page_section
	{
	border-bottom: 1px black solid;
	}

#footer
	{
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: #D6D6D6;
	font-size: 12px;
	border-top: 1px black solid;
	}
#footer img
	{
	float: right;
	}
p
	{
	color: #AA0033;
	line-height: 1px solid black;
	}

h1
	{
	color: #AA0033;
	}
	
h2
	{
	color: #AA0033;
	}
h3
	{
	color: #AA0033;
	}

a:link {color: #AA0033; text-decoration: none}
a:visited {color: #AA0033; text-decoration: none}
a:active {color: #000000; text-decoration: underline}
a:hover { color:#AA0033; text-decoration: underline}
	
	