/* -- -- -- Initial  -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

* html, * body {
	/*overflow-x: hidden;*/
}

/*— Holly Hack for IE 6 Peekaboo bug —*/
/* Hides from IE5-mac */
* html div#body {height: 1%;}
/* End hide from IE5-mac */

body {
	background: #FFF url(../img/bg_gradient.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
}


/* -- -- -- Content  -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
}

p, ul, ol {
	margin: 0 0 15px 0;
	line-height: 18px;
}


.imgfl {
	margin: 2px 3px 0 0;
	float: left;
}

ul {
	padding: 5px 0 0 10px;
	list-style-type: disc;
}


/* -- -- -- Containers  -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

#ctnr {
	margin: 0 auto;
	width: 800px;
}

#header {
	height: 135px;

}

#nav {
	float: right;
}

#body {
	margin: 0 0 20px 0;
}

#flash {
	width: 800px;
	height: 630px;
}

.coll {
	width: 400px;
	float: left;
}

.colr {
	width: 300px;
	float: right;
}

#footer {
	text-align: right;
}


/* -- -- -- Links -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
a {
	text-decoration: none;
}

#nav a {
	margin: 0 0 0 45px;
	padding: 0 0 3px 0;
	display: block;
	float: left;
}

#nav a:hover {
	border-bottom: 3px solid #339;
}

#footer a {
}