html, body {
	background: url(../images/bg.jpg) repeat-x;
	background-color: #efeded;
	margin: 0;
	font-family: Tahoma, Verdana, Arial;
	color: #fff;
	font-size: 12px;
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
	position: relative;
	min-height: 100%;
	height: auto;
	padding-left: 30px;
}

#logo {
	float: left;
	width: 325px;
	height: 130px;
	background: url(../images/logo.jpg) no-repeat;
}

#logo a {
	display: block;
	width: 320px;
	height: 130px;
}

#navbar {
	text-align: center;
}

#adv {
	font-size: 20px;
	font-weight: 550;
	padding-top: 15px;
}

#adv-wide {
	text-align: center;
	width: 600px;
	height: 100px;
	margin-left: 11px;
	padding-top: 20px;
}

#nav {
	margin-top: 25px;
}

#nav a {
	text-decoration: none;
	color: #000;
	font-size: 24px;
	font-weight: 550;
	display: block;
	float: left;
	width: 135px;
	height: 53px;
	background: url(../images/button.png) no-repeat;
	padding-top: 20px;
}

#nav a:hover {
	background-position: 0 -73px;
	color: #fff;
}

#main {
	margin-top: 120px;
	min-height: 100%;
	position: relative;
}

#left {
	float: left;
	width: 670px;
	margin-top: 10px;
}

.big-box-top {
	background: url(../images/big_content_top.jpg) no-repeat;
	width: 669px;
	height: 19px;
}

.big-box-bottom {
	background: url(../images/big_content_bottom.jpg) no-repeat;
	width: 669px;
	height: 19px;
}

.big-box {
	background: url(../images/big_content_bg.jpg) repeat-y;
	width: 669px;
}

.big-box-content {
	background: url(../images/main_box_content_bg.jpg) repeat-y;
	width: 623px;
	margin-left: 23px;	
	font-size: 14px;
	text-align: justify;
	color: #000;
}

.big-box-content a {
	color: #000;
	text-decoration: none;
}

.big-box-content a:hover {
	text-decoration: underline;
}

.small-box-top {
	background: url(../images/small_content_top.jpg) no-repeat;
	width: 300;
	height: 19px;
}

.small-box-bottom {
	background: url(../images/small_content_bottom.jpg) no-repeat;
	width: 300;
	height: 19px;
}

.small-box {
	background: url(../images/small_content_bg.jpg) repeat-y;
	width: 300;
}

.small-box-content {
	background: url(../images/main_box_content_bg.jpg) repeat-y;
	width: 245px;
	margin-left: 23px;
	padding-left: 9px;	
	font-size: 14px;
	text-align: justify;
}

.small-box-content a {
	color: #fff;
	text-decoration: none;
}

.small-box-content a:hover {
	text-decoration: underline;
}

.spacer {
	height: 15px;
}

#right {
	float: right;
	width: 300px;
	margin-right: 40px;
}

#push {
	height: 65px;
	clear: both;
}

#bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 48px;
	background-color: #000;
}

#footer {
	margin: -10px auto;
	width: 967px;
	height: 33px;
	background: url(../images/footer.png) no-repeat center;
	padding-top: 15px;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

#footer a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

.clicked {
	border: 3px solid #96f22a;
}

.unclicked {
	border: 3px solid #777676;
}

.unclicked:hover {
	border: 3px solid #96f22a;
}

img {
	border: 0;
}

#video {
	text-align: center;
	padding-bottom: 20px;
}