body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* stick: commented this out because of ie6
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector     */
	color: #333;
	font-family: "Myriad Pro", "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 100%;
}

img {
	border: 0px;
}


/*** TOP **************************************************/

#top {
	background-image: url(/assets/top_gradient.png);
	background-repeat: repeat-x;
	position: relative;
	height: 94px;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#top a {
	color: #fff;
	text-decoration: none;
}

#top a:hover {
	text-decoration: underline;
}

#top1 {
	margin: 0 auto; /* this will center the content */
	position: relative;
	width: 828px;
	height: 35px;
	color: #F00;
}

#top2 {
	margin: 0 auto; /* this will center the content */
	position: relative;
	width: 828px;
	top: 10px;
	height: 20px;
	color: #fff;
}

/*** SUBMENU ****************************************************************/
#space {
	clear:both;
	height:20px;
}

#submenu {
	margin: 0 auto; /* this will center the content */
	position: relative;
	width: 828px;
    /*border:1px solid red;*/
}

#submenu hr {
	clear:both;
	height:1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#submenu a {
	color: #333;
	text-decoration: none;
}

#submenu a:hover {
	color: #5580d6;
	text-decoration: underline;
}

#headline {
	/*width: 400px;*/
	float: left;
	font-weight: bold;
	font-size: 200%;
}

#menu {
	/*width: 400px;*/
	float: right;
	text-align: right;
}

/*** CONTENT *************************************************************/

#content {
	position: relative;
	width: 828px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*padding-top: 20px;*/
}

#content quote {
	font-family: "MONfOTYPE CORSIVA", "COURIER NEW", Courier, serif;
	font-style: italic;
	font-weight: bold;
	color: red;
}

#content .fullwidth {
	
	/*float:left;*/
	clear: both;
	/*position: relative;*/
	/*border:1px solid red;*/
}


#content a {
	color: #5580d6;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

.red {
	color: #F00;
}

/*** BOTTOM *********************************************************** */

#bottom a {
	color: #888;
	text-decoration: none;
}

#bottom a:hover {
	color: #5580d6;
	text-decoration: underline;
}

#bottom {
	margin: 0 auto; /* this will center the content */
	position: relative;
	width: 828px;
	color: #666;
	font-size: 70%;
	/*border:1px solid green;/**/
}

#bottom hr {
	clear:both;
	height:1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bottom-1 {
	float: left;
	width: 404px;
	text-align: right;
	/*border:1px solid green;/**/
}

#bottom-2 {
	margin-left:424px;
	text-align: left;
	/*border:1px solid green;/**/
}

