@charset "utf-8";
/* CSS Document */

#mainwrapper {
	width:910px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border: 2px solid #333;
	padding:1px;
	height:790px;
}

#header {
	background-color: #333333;
	height: 90px;
	width:910px;
	float:left;
	background-image: url(images/header.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#logo {
	background-image:url(images/logo.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height: 90px;
	width: 200px;
	float:left;
	background-color: #FFFFFF;
}

#headertext {
	color: #fc7c00;
	font-family: "Trebuchet MS";
	font-size: 17px;
	margin-top: 35px;
	margin-left: 220px
	
}

#leftcolumn {
	background-color:#333333;
	width: 200px;
	float: left;
	height: 800px;
}

#menu {
}

#menucat {
	font-family: "Trebuchet MS";
	color: #ffffff;
	font-size:22px;
	font-weight:900;
	margin-top:10px;
	margin-left:30px;
	margin-bottom:10px;
	font-style:normal;
}

#menulnk {
	font-family: "Trebuchet MS";
	color: #ffffff;
	font-size:16px;
	font-weight:800;
	margin-top:2px;
	margin-left:48px;
	margin-bottom:2px;
	font-style:normal;
}

#content {
	width: 700px;
	height: 500px;
	margin-left:210px;
	margin-top:100px;
}
body {
	background-color: #fc7c00;

}
