/*
-------------------------------------------------------- 
URL: Enter Identifying URL here
Author:   Alveras Internet Marketing
Version:  year.verison.verionid
Last Edited: 

Notes: This file is used as the one call for
all pages within the site using a <link> call.
This file includes simple CSS available to all
browsers. Older browsers are escaped from
calling the advacned css using the @import
method. We used seperate style sheets wherever
possible for intuitive updating and organization.
-------------------------------------------------------- */

@import url("slayout.css");
@import url("sfonts.css");
@import url("slinks.css");
@import url("scontent.css");

html, body { margin: 0; padding: 0; }

body {
	height:100%;
	background-image: url(../img/structure/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #1D2436;
}

.clear { clear:both; }


* { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small; color:#fff; line-height:170%; } 