body, html {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(images/core_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	width: 990px;
}
#navigation {
	clear: both;
	height: 195px;
	width: 990px;
}
#wrapper_navigation {
	background-image: url(images/core_nav_repeater.png);
	background-repeat: repeat-x;
}
#footer {
	background-color: #FFF;
	text-align: center;
	font-family: "Century Gothic", Verdana, "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#footer .footermargins {
	padding-left: 170px;
	padding-right: 170px;
	padding-top: 5px;
}
#footer strong {
	margin-right: 5px;
}

#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#content {
	background-repeat: no-repeat;
	width: 990px;
	text-align: left;
	font-family: "Century Gothic", Verdana, "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	background-image: url(images/body.png);
}
#content .dataview {
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
}
#content input, textarea, select {
	font-family: "Century Gothic", Verdana, "Arial Black", Gadget, sans-serif;
	font-size: 12px;
}
#content form {
	margin: 0px;
	padding: 0px;
}
#content a {
	font-weight: bold;
	color: #FF7805;
	text-decoration: none;
}

#content .contentmargins {
	padding-top: 240px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
	background-color: #FF7805;
	padding: 7px 50px 7px 15px;
	font-weight: normal;
	margin-left: -14px;
	display: inline;
	line-height: 40px;
	text-transform: capitalize;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF7805;
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content textarea{
	width: 800px;
	height: 100px;
}
#video_thumb {
	display: inline;
	float: right;
}
#gallery_img {
	border: 1px solid #CCC;
}
#gallery_img img {
	border: 5px solid #FFF;
}
