/* The master stylesheet imports supporting stylesheets into the document =====*/
@import url("structure.css");
@import url("text.css");
@import url("nav.css");
@import url("buttons.css");
/*@import url("forms.css");*/

/* Default style Sets =====*/
body {
	background: #000 url(../img/bg.gif) top center no-repeat;
	margin: 0 0 20px 0;
	font-family: "Lucida Sans Unicode", lucida grande, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 1.5em;
}

img {
	border: 0;
}

a:link {
	color: #CC9;
	text-decoration: underline;
}

a:visited {
	color: #CC9;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

a:active {
	color: #FFF;
	text-decoration: none;
}

.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

.imgleft {
	flaot: left;
	margin: 0 10px 10px 0;
}