body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #D55C01;

}
a {
	font-weight: bold;
	color: #E69D00;
	text-decoration: none;
}
.orange_text {
	color: #E99949;
}


.krew_head {
	background-image: url(../images/krew_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#article_main {
	width: 532px;
}


.yellow_bg {
	background-image: url(../images/yellowbg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.event_head {

	background-image: url(../images/events_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.sponsors_divide {
	background-color: #E69D00;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFD277;
	padding-bottom: 10px;
	padding-top: 5px;
}
.new_photos_bg {
	background-image: url(../images/new_photos_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.now {
	background-image: url(../images/now.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 160px;
}
#navbar {
	height: 58px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/navbar_bg.png);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}

#navbar a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
	
}
#navbar a:hover {
	color: #C00;	
	/*background-image: url(../images/navbar_a.png);
	background-repeat: no-repeat;
	background-position: center 5px;*/
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #383838;
}

