* {margin: 0; padding: 0; border: 0;}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 120%;
}
p, h1, h2, h3, h4, h5, h6 {
	padding: 10px 0;
}
h1 {
	font-size: 16px;
	color: #FAC202;
}
h2 {
	color: #FCD995;
	font-size: 12px;
}
a:link, a:visited, a:hover, a:active {
	color: #FAC202;
}
#container {
	background: url(images/content_bg.jpg);
	height: 574px;
	width: 965px;
	margin: 0 auto;
}
#copyright {
	color: #2F2E40;
	width: 965px;
	margin: 0 auto;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
#copyright h1 {
	font-size: 10px;
	font-weight: normal;
	color: #2E2E40;
}
#left {
	float: left;
	width: 440px;
	text-align: justify;
	padding: 20px 0 0 30px;
}
#right {
	float: right;
	text-align: center;
	width: 495px;
	padding: 175px 0 0 0;
}
#camcorder {
	float: left;
	padding: 0 20px 0 80px;
}
.fltlft { 
	float: left;
}
.fltrt { 
	float: right;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.aligncenter {
	text-align: center;
}
.peach {
	color: #FCD995;
}

