@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:19px;
	color: #FFF;
	letter-spacing:normal;
}
body {
	background-image: url(images/body_back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00aab0;
}

.pattern {
	background:url(images/bg_pattern.png);
	background-position:center top;
	background-repeat:repeat-y;
	min-height:600px;
	margin: 0 auto;
	position:relative;
}
.body_main {
	background-color:#000;
}

.footer {
	background:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size: 12px;
	height: 170px;
	width: 925px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #F9F;
	letter-spacing:3px;
	text-transform:uppercase;
}
h2 {
	font-size: 14px;
	color: #6FF;
	letter-spacing:2px;
	text-transform:uppercase;
}
.twitter_foot {
	background:url(images/twitter_icon.png);
	padding-left:20px;
	background-position:left;
	background-repeat:no-repeat;
}

.facebook_foot {
	background:url(images/facebook_icon.png);
	padding-left:20px;
	background-position:left;
	background-repeat:no-repeat;
}
a:link {
	color: #66FEFE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BF40AF;
}
a:hover {
	text-decoration: underline;
	color: #F9F;
}
a:active {
	text-decoration: none;
	color: #96F;
}
