* {
	margin: 0;
	padding: 0;
}

body {
	background: #a9c93a url(../images/bodybg.jpg) repeat-x;
}

img {
	display: block;
	border: none;
}

#header {
	height: 74px;
	background-color:#FFFFFF;
	margin-top:5px;
}

#header h1 {
	width: 160px;
	height: 74px;
	margin: 0 auto;
	font-size: 2px;
	text-indent: -5000px;
	background: url(../images/assary-logo.jpg) no-repeat;
}


#content {
	padding-top: 10px;

}

#labels {
	margin-top: 20px;
	list-style: none;
}

#labels p {
	display: none;
	float: left;
	width: 700px;
	margin-right: 20px;
	padding: 10px;
	text-align: center;
	color: #fff;
	background: #80a30b;
	font: 18px "Trebuchet MS", Helvetica, Arial, sans-serif;
}

/********************************/
p#introText {
	margin-top:10px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	text-align:center;
}

#content_bg {
	background: url(../images/bg-line.jpg) repeat-x;
	background-position:center bottom;
	margin-top:100px;
	height:260px;
	margin:0px auto;
}
#content_bgColor {
	background: url(../images/bg-green.png) repeat;
	width:910px;
	height:370px;
	margin:0px auto;
	position:absolute;
	padding:15px 25px 15px 15px;
	clear:both;
}
#footer{
	margin-top:150px;
}
#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
}

#content_bgColor #left {
	float:left;
	width:450px;
	height:370px;
}
#content_bgColor #right{
	width:435px;
	height:370px;
	float:right;
}
#content_bgColor #right table tr td{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
}
#content_bgColor #right img{
	padding-bottom:5px;
}
#content_bgColor #left #video{
	width:455px;
	height:330px;
	background:#CCC;

}
#content_bgColor #left #des {
	width:435px;
	height:40px;
	background:#A9C93A;
	line-height:40px;
	padding-left:20px;
}
