body	{
	background:url("graphics/bg.jpg") repeat;
	margin: 0;
	padding-top: 0;
	padding-left:50%;
	font-family: trebuchet MS, arial, serif;
	color:yellow;
	}

a:link	{
  color:yellow;
  text-decoration:none;}
a:visited {
  color:yellow;}
a:hover {
  color:cyan;}
a:active {
  color:yellow }


a img	{
	border:none;
	}


#wrapper {
	text-align: left;
	font-color:yellow;
	margin-top: 0px auto;
	margin-left: -400px;
	padding: 0px;
	border:0;
	width: 800px;
	background: url("graphics/bg.jpg") repeat;
}

hr	{
	border:0;
	width: 60%;
	color:blue;
	background-color: blue;
	height: 5px;
	}


#header {
	margin:0;
}

#side-a {
	float: left;
	font-size:x-small;
	text-align:center;
	width: 150px;
	padding:0 5 0 5;
}

#side-b {
	float: right;
	width: 150px;
	text-align:center;
	font-size:x-small;
	/* padding:0 5 0 5; */
}

#content { 
	margin: 0;
	padding: 0;
	
	font-size:small;	
	float: left;
	padding:0 5 0 5;
	width: 56%;
	border-left:1px solid blue;
	border-right: 1px solid blue;
}

#footer {
	clear: both;
	background-color: black;
	}

h3	{
	text-align:center;
	font-size:125%;
	}
