@charset "utf-8";
/* CSS Document */

body {
	color:#353939;
	background-image:url(background.jpg);
	background-repeat:repeat;
	background-color:#333333;
}

#main {
	width:638px;
	top: 0px;
	margin:0px auto auto;
	padding:0px;
	text-align:left;;
	position: relative;
}

p {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}
	
a {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
	
a:hover {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
	}
	
.linkon {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
	}
	
.static {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.contact {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}
	
.contact:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
	}