html{
	background-color:#F6F4F0;
	overflow-y:scroll;
}

body {
	font-size:13px;
	color:#000000;
	color:#404040;
	background-color:#F6F4F0;
	margin:0px;
	font-family: 'Roboto', sans-serif;
}

#top {
	width:1220px;
	margin:auto;
	height:254px;
	border-bottom: 1px solid #fff;
}

#topBanner {
	text-align: right;
	margin: auto;
	height: 42px;
	width: 1220px;
	background: url('../images/tile-header.jpg') repeat-x;
	font-size: 1.5em;
	color: #f5f5f5;
	border-bottom: 1px solid #fff;
}

#topLogo {
	text-align:left;
	float:left;
	margin-top:0px;
	margin-left:0px;
}

#topLogoRight {
	text-align:right;
	float:right;
	margin-top:0px;
	margin-left:0px;
}

#belowTop {
	width:1220px;
	margin:auto;
	height: 52px;
	background: url('../images/tile-menu.jpg') repeat-x;
	border-bottom: 1px solid #fff;
}

#topnav {height:52px; color:#fff;}

#topnavTut {height:20px;width:1190px;margin:auto;word-spacing:12px;font-size:18px;padding-left:10px;padding-right:20px;padding-top:16px}

a.topnav:link,a.topnav:visited {color:#f5f5f5;text-decoration:none;}
a.topnav:hover,a.topnav:active {color:#f58220;text-decoration:none;}

#belowMenu {
	width: 1220px;
	margin: auto;

}

#page {
	width:1220px;
	float:left;
	background-color:#fff;	
	box-shadow: 0px 2px 9px #888888;
}

#leftcolumn {
	width:330px; 
	float:left;
	background: #272727;
}

#leftcolumn h2 {
	font-size:2.0em; 
	font-weight: normal;
	padding-left: 10px;
	color:#f58220;
}

#main {
	width:876px;
	float:right;
	padding:7px;
	padding-top:0px;
	overflow:hidden;
	font-size: 1.2em;
}

#main h1 {
	color:#f58220;
}

#main a {
	text-decoration: none;
	color: #f58220;
}

#main a:hover {
	text-decoration: underline;
}

#belowAll {
	width:1220px;
	margin:auto;
	height: 52px;
	background: url('../images/tile-menu.jpg') repeat-x;
	border-bottom: 1px solid #000;
}

#bottom {
	width:1220px;
	margin:auto;
	height:42px;
	background: #141414;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

#bottomBanner {
	text-align: right;
	margin: auto;
	height: 42px;
	width: 1220px;
	#background: url('../images/tile-header.jpg') repeat-x;
	background: #141414;
	font-size: 1.2em;
	color: #000;
	border-bottom: 1px solid #fff;
}