/* CSS Document */

/* Body Layout */

A:link		{color: #666; font-weight: bold; text-decoration: none;}
A:visited	{color: #666; font-weight: bold; text-decoration: none;}
A:active	{color: #666; font-weight: bold; text-decoration: none;}
A:hover 	{color: #F90; font-weight: bold; text-decoration: underline;}

body	{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #06F;
	margin: 0px;
}

#header {
	width: 800px;
	margin: auto
}

#MenuBar1	{
	position: relative;
	top: 0px;
	left: 0px;
}

#main	{
	display: table;
	width: 800px;
	margin: auto;
	background-image: url(images/header_05_back.jpg);
}

#footer	{
	width: 800px;
	margin: auto;
}

#center {
	display: block;
	margin: auto;
}

/* Headings */


/* Paragraphs */



