body 
	{
		background-color:#CCCCCC;
		background-image:url(images/background.jpg);
		background-repeat:repeat-x;
		font-family:Georgia;
		font-size:12px;
		color:#000000;
		margin:0px;
		text-align:center;
		/*max-width:800px;*/
	}
	
html, body 
	{
		height: 100%;
	}

table
	{
		font-size:12px;
	}

img
{
	padding:10px;
}

.big_table
{
	border-width: 0px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
}

.main_section
{
	background-image:url(images/faded_bck.jpg);
	background-position:center;
}

.border_table
{
	border-color:#000000;
	border-width:1;
	border-style:solid;
}

.link_style
{
	color:#FFFFFF;
}

.link_current_style
{
	color:#FFFFFF;
	text-decoration:underline;
}

.footer_color
{
	color:#FFFFFF;
}

.menu
{
	width:100%;
	text-align:center;
	vertical-align:middle;
	padding:0px;	
}

.menu ul
{
	border: 0px solid #BBB;
	width: 100%;
	padding: 2px 0px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.menu ul li
{
	display: inline;
}

a:link {color:#0000FF; text-decoration: none;}
a:visited {color: #0000FF; text-decoration: none;}
a:hover {color: #0000FF; text-decoration: underline;}

.link_style a:link {color: #FFFFFF; text-decoration: none;}
.link_style a:visited {color: #FFFFFF; text-decoration: none;}
.link_style a:hover {color: #FFFFFF; text-decoration: underline;}