*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #dedede;
	background-image: url('images/headerbg.png');
	background-repeat: repeat-x;
	font-family: tahoma, arial;
	text-align: center;
	font-size: 14px;
}
#wrapper{
	margin: 0px auto;
	width: 1050px;
	text-align: left;
}
#logo{
	height: 150px;
	background: url('images/headerlogo.png');
}
#menu{
	padding-top: 17px;
	padding-left: 100px;
	word-spacing: 50px;
}
#arrow{
	height: 15px;
	width: 15px;
	background: url('images/arrow.gif');
}
a:link{
	color: #2D2D2D;
	font-weight: bolder;
	text-decoration: none;
}
a:hover{
	color: #ff8400;
	font-weight: bolder;
	text-decoration: none;
}
a:visited{
	color: #2D2D2D;
	font-weight: bolder;
	text-decoration: none;
}
#contenttop{
	margin-top: 43px;
	margin-left: 98px;
	width: 857px;
	height: 25px;
	background: url('images/contenttop.gif') no-repeat;
}
#contentmid{
	margin-left: 98px;
	padding-left: 25px;
	width: 857px;
	background: url('images/contentmid.gif') repeat-y;
	min-height: 420px;
}
#content{
	width: 810px;
	font-size: 13px;
	color: #2D2D2D;
}
#content a{
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	color: #ff8400;
}
#content a:hover{
	text-decoration: underline;
	font-weight: normal;
	font-size: 13px;
	color: #2D2D2D;
}
#content a:visited{
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	color: #ff8400;
}
#content h1{
	font-size: 14px;
	color: #2D2D2D;
}
#tutorial a:link{
	font-size: 14px;
	font-weight: bolder;
	color: #2D2D2D;
	text-decoration: none;
}
#tutorial a:hover{
	font-size: 14px;
	font-weight: bolder;
	color: #ff8400;
	text-decoration: none;
}
#tutorial a:visited{
	font-size: 14px;
	font-weight: bolder;
	color: #2D2D2D;
	text-decoration: none;
}
#tutimg{
	border: 3px solid #b6b6b6;
}
#underline{
	font-size: 11px;
	color: #b6b6b6;
}
#contentfooter{
	margin-left: 98px;
	width: 857px;
	height: 25px;
	background: url('images/contentfooter.gif') no-repeat;
}
#footer{
	margin-top: 25px;
	height: 100px;
	background-color: #2D2D2D;
	color: #ffffff;
	padding-top: 55px;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff8400;
}
#footer a:link{
	color: #ff8400;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
#footer a:visited{
	color: #ff8400;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
input{
	border: 1px solid #2d2d2d;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	background: #ffffff;
}
textarea{
	border: 1px solid #2d2d2d;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
}
ul{
	list-style-image: url('images/arrow.gif');
} 
ol{
	list-style-image: url('images/arrow.gif');
}