/*  -------------------------------------------------
	G E T   R I D   O F   N A T I V E   M A R G I N S
	-------------------------------------------------  */

* {
	margin: 0px;
	padding: 0px;
}

.fl_right
{
	float: right;
}

.fl_left
{
	float: left;
}

/*  -------------------------------------------------
	P U T   N E W   M A R G I N S   I N
	-------------------------------------------------  */

p, h1, h2, ul {
	padding-bottom: 1em;
}

li {
	margin-left: 20px;
	margin-bottom: 0.5em;
}

html, body 
{
	font-family: verdana,arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #333;
	
	margin: 0 auto;
}

body 
{
	background: url(../images/background-main.gif) repeat-y top center;
	margin: 0px;	
}

/*
#horizon        
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	
	xborder: 1px solid red;
}
*/

#outercontainer
{
	margin-left: -411px;
	margin-top: 0px;
	position: absolute;
	top: 0px;
	left: 50%;
	
	
	
	xheight: 100%;
	width: 822px;
	
	xborder: 1px solid green;	
}

#masthead
{
	margin-left: 27px;
	width: 769px;
	
	xborder: 1px solid red;
}


#masthead img
{
	border: 0px;
	width: 460px;
	height: 115px;
	font-size: 0px;
	
	margin-bottom: 20px;
	background: url(../images/logo.gif) no-repeat top left;
}



#navbar
{
	background: url(../images/background-navbar.gif) no-repeat top left;
	width: 770px;
	height: 34px;
	
	float: left;
	display: inline;
	margin-left: 26px;
	xborder: 1px solid red;
	padding: 0px;
	margin-bottom: 0px;
	xtext-align: center;
	
}

#navbar ul
{
	height: 34px;
	margin-left: 17px;
}

#navbar ul li
{
	list-style: none;
	clear: none;
	display: inline;
}

#navbar ul li a
{
	text-decoration: none;
	text-transform: lowercase;
	color: #600;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 34px;
}

#navbar ul li a:hover
{
	color: #f00;
}

#lcol
{
	margin-left: 63px;
	margin-top: 20px;
	float: left;
	display: inline;
	xborder: 1px solid blue;
	
	width: 250px;
}

#lcol h1,
#rcol h1
{
	font-size: 1.4em;
	xtext-transform: lowercase;
	font-weight: normal;
}

#rcol
{
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	display: inline;
	xborder: 1px solid yellow;
	width: 450px;
}

#rcol h2
{
	font-size: 1.3em;
	xtext-transform: lowercase;
	font-weight: normal;
}

#rcol a
{
	color: #900;
}

#lcol img.brandlogo
{
	margin-bottom: 10px;
}
