/* CSS Document */

body,
html {
	font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #e5e5e5;
	}

a:link, a:visited {
	color: #F36F21;
	}
	
a:hover, a:active {
	color: #FF6633;
	}

body {
	min-width:900px;
	}
	
#wrap {
	width:900px;
	padding: 0px;
	clear: none;
	background: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 5px solid #FFFFFF;
	}
	
#header {
	height: 144px;
	background-image: url(../i/header-bg.gif);
	background-repeat: repeat-x;
	}
#header img {
	margin-top: 30px;
	margin-right: 322px;
	margin-left: 322px;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header li {
	text-decoration: none;
	display: inline;
}
#header li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5;
}


	
#main {
	float:right;
	width:690px;
	margin: 0;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
	
#main h1 {
	letter-spacing: normal;
	color: #F36F21;
	border-bottom: 1px solid #F36F21;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 5px;
	}
	
#main h2 {
	font-size: 12px;
	font-weight: bold;
	color: #F36F21;
	}

#sidebar {
	float:left;
	width: 165px;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #42494B;
	}
	
#sidebar a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font: normal 11px/normal Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
#sidebar a:hover {
	color: #861957;
	}

#sidebar ul {
	margin: 0px
	margin: 0px;
	padding: 0px;
	margin: 0px;
    }
	
#sidebar li {
	font-size: 11px;
	background: url(../i/buttons.gif) no-repeat;
	padding: 7px 7px 7px 10px;
	margin: 8px 8px 8px 12px;
	list-style: none outside;
	color: #FFFFFF;
	}
	
#sidebar h3 {
	margin: 0px;
	padding: 0px 0px 2px;
	font-size: 10px;
	border-bottom: 1px solid #B5BCC1;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #666666;
	font-weight: normal;
	}

#footer {
	clear:both;
	text-transform: uppercase;
	font-weight: normal;
	}
	
#footer p {
	font-size: 10px;
	color: #666666;
	text-align: center;
    }
	
.bold {
	font-weight: bold;
	}
	
.warnings {
	color: #861957;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	}
#nastymeat {
	display: none;
	visibility: hidden;
}
