/*
-----------------------------------------------
www.viperjet.com Style Sheet
developed by: StepFrame Interactive Meida
author:   Scott Wagoner
version:  2006.01
name:     master.css
----------------------------------------------- */

@import url("layout.css");
@import url("content.css");
@import url("subpages.css");

html { margin: 0px; }

/*------------ body ------------*/


body {
	margin: 0 auto;
	background-image: url(../img/mainbg.gif);
	background-color: #000;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
}


/* Generic Rules
----------------------------------------------- */
a:link {color: #374CA7; text-decoration: none; font-weight: bold;}
a:active {color: #374CA7; text-decoration: none; font-weight: bold;}
a:visited {color: #374CA7; text-decoration: none; font-weight: bold;}	
a:hover {color: #4A737F; text-decoration: underline; font-weight: bold;}
a img {border-width: 0; border-style: none;}
