/*
COPYRIGHT 2008 BY Jason Altidor
######################################################
colours:
*/

html { height: 100%;}

body {
	margin: 0px;
	background-image: url(../images/bkgd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #2E2E2E; /* */
	height: 100%;
}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	
}

p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	
}

.maintext {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	
}

#mainbody {
	margin: 0px auto;
	width: 950px;
}

#whtbox { border: 1px solid #ffffff; }

#flash { text-align:center; height: 740px; }
	
	
/* LINKS ----------------------------------------------------------------------*/
a:link {
	color: #ffcc00;
	text-decoration: underline;
}

a:visited {
	color: #ffcc00;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffcc00;
	text-decoration: underline;
}
