@charset "utf-8";

/*------------- [ LAYOUT ] -------------*/

body { background: #333 url(../images/body-bg.jpg) repeat-x top left; color: #666; font-family: Arial, Helvetica, Sans-Serif; }
	#header { position: relative; width: 100%; height: 204px; background: transparent url(../images/header-bg.jpg) no-repeat top center; }
		.login { width: 450px; position: absolute; left: 510px; line-height: 0.9; margin: 15px 0 0 0; }

	.container { position: relative; width: 970px; margin: 0 auto; }

	#content-left { position: relative; float: left; width: 672px; }
		#content-banner { margin-top: 12px; height: 280px; background: transparent url(../images/content-banner.jpg) no-repeat top left; }
		#content-box { margin-top: 20px; xheight: 150px; background-color: #fff; border-top: 6px solid #6778A7; }
		#content-box-highlighted { margin-top: 20px; xheight: 150px; background-color: #fff; border: 6px solid #6778A7; background: #fff url(../images/star.jpg) no-repeat 7px 7px; }
		#content-left-footer { position: relative; width: 100%; height: 36px; margin-top: 5px; border-top: 3px solid #fff; background-color: #6D7EAA; }
	#content-right { position: relative; float: right; width: 293px; }
		.sidebar { margin: 20px 0 0 24px; width: 274px; background: #fff; }
			.sidebar-top { position: relative; height: 11px; background: #fff url(../images/sidebar-top.jpg) no-repeat top center; }
			.sidebar-content { position: relative; background: #fff; }
			.sidebar-bottom { position: relative; height: 11px; background: #fff url(../images/sidebar-bottom.jpg) no-repeat bottom center; }

	#footer { height: 100px; background: url(../images/footer-bg.jpg) repeat-x center bottom; }
	
	#gallery { width: 500px; margin: 0 auto; }