@charset "utf-8";
/*TriVision Studios 2008 - Michael Guild Web Designer/Developer ( Michael@trivision.tv) */
body{
padding:0;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
background-image:url(img/html_bg.jpg);
background-position:top left;
background-repeat:repeat-x;
background-color:#333;
}

#wrapper{
margin:auto;
width:833px;
text-align:left;
}
#top_buttons{
float:left;
width:100%;
text-align:right;
padding:5px 0;
}
	#top_buttons a:link, #top_buttons a:visited{
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 5px;
	}
	#top_buttons a:hover{
	color:#fff;
	}
#header{
display:block;
background-image:url(img/banner.png);
background-position:top center;
background-repeat:no-repeat;
float:left;
width:100%;
height:21px;
font-size:1.2em;
color:#fff;
padding:200px 0 0 0;
}
	#header a:link, #header a:visited{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 10px;
	}
	#header a:hover{
	color:#666;
	}
#content_top{
display:block;
background-image:url(img/content_top.png);
background-position:top center;
background-repeat:no-repeat;
float:left;
width:100%;
height:10px;
margin:10px 0 0 0;
}
#content{
float:left;
width:100%;
background-color:#FFF;
padding:50px 0;
}
	#content .left_col{
	float:left;
	width:200px;
	text-align:left;
	}
	
	#content .right_col{
	float:right;
	width:550px;
	padding:0 50px 0 0;
	}
	#content a:link, #content a:visited{
	color:#333;
	font-weight:bold;
	text-decoration:none;
	}
	#content a:hover{
	color:#00CC00;
	}
#bot_buttons{
display:block;
background-image:url(img/content_bot.png);
background-position:bottom center;
background-repeat:no-repeat;
float:left;
width:100%;
height:10px;
text-align:center;
color:#999;
padding:5px 0;
}
	#bot_buttons a:link, #bot_buttons a:visited{
	color:#999;
	text-decoration:none;
	text-transform:capitalize;
	padding:0 5px;
	}	
	#bot_buttons a:hover{
	color:#666;
	}
#footer{
display:block;
background-image:url(img/footer_bg.png);
background-position:top center;
background-repeat:no-repeat;
float:left;
width:100%;
height:55px;
text-align:center;
margin:10px 0 0 0;
padding:10px 0 0 0;
color:#fff;
}


img{
border:none;
}
h1{
font-size:1.5em;
color:#666;
}
h2{
font-size:1.3em;
color:#666;
}
h3{
font-size:1em;
color:#666;
}
a.trivision:link, a.trivision:visited{
color:#fff;
font-style:italic;
font-weight:bold;
text-decoration:none;
text-transform:lowercase;
}
a.trivision:hover{
color:#FF0000;
}
.tv{
color:#FF0000;
}
