/* www.TimothyAllard.com v2.0 CSS Document           */
/* Author: Timothy Allard                            */
/* Copyright: Timothy Allard All Rights Reserved     */


body
	{
	background-color: #000000;
	text-align: center;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	}
	
.content_table
	{
	border: 1px solid 600;
	background-image:url(../images/interface/layout.jpg);
	}

.footer_text
	{
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	}
	
a:visited, a:link, a:focus, a:active 
	{
	color: #666666;
	text-decoration: none;
	font-family: Arial;
	font-size: x-small;
	font-style: normal;
	font-weight: normalr;
	}

a:hover 
	{
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	}
