/*
-----------------------------------------------
www.newsite.com Style Sheet
author:   Scott Wagoner
version:  2006.01
name:     master.css
----------------------------------------------- */

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



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


body {
	margin: 0;
	background: #fcf8ef url(../img/bg.gif) repeat-x;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2C5454;
}

#coming {
	margin: 10% 0;
}

/* Generic Rules
----------------------------------------------- */
a:link {color: #fff; text-decoration: none; font-weight: normal; font-size: 12px; }
a:active {color: #fff; text-decoration: none; font-weight: normal; font-size: 12px; }
a:visited {color: #fff; text-decoration: none; font-weight: normal; font-size: 12px;}	
a:hover {color: #58A9A9; text-decoration: none; font-weight: normal; font-size: 12px;}
a img {border-width: 0; border-style: none;}

#textContainer a:link {color: #993300; text-decoration: underline; font-weight: normal; font-size: 12px; }
#textContainer a:active {color: #993300; text-decoration: underline; font-weight: normal; font-size: 12px; }
#textContainer a:visited {color: #993300; text-decoration: underline; font-weight: normal; font-size: 12px;}	
#textContainer a:hover {color: #993300; text-decoration: underline; font-weight: normal; font-size: 12px;}
