html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	font-size:0.75em;
	background-color:#000;
}
img, div { behavior: url(assets/iepngfix.htc) } 
img {
	border:none;
}
tr{
	vertical-align:top;
}
p{
	margin: 10px 20px;
	padding:0;
}
ul{
	margin:0px;
	padding: 0px 10px;
}
ul p{
	margin:0px;
	padding:0px;
}
p,div,tr,td,span,a,pre{
}
body,p,div,tr,td,span,a,pre{
	font-family:Verdana, Geneva, sans-serif;
	color: #fff;
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	color:#fff;
	margin: 0;
	padding: 0;
	font-weight:bold;
}
h1,h1 a{
	font-size:1.75em;
	padding-bottom:20px;
}
h2,h2 a{
	font-size:1.6em;
	padding-top:20px;
	padding-bottom:20px;
}
h3,h3 a{
	font-size:1.25em;
}
h4,h4 a{
	font-size:1em;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.align-justify{
	text-align:justify;
}
.align-center{
	text-align:center;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}
.float-clear{
	clear:both;
}
.padding-30{
	padding: 0 30px;
}
.text {
	text-align: justify;
	line-height: 1.4em;
	font-size:1.4em;
}
.text a, .text a:link, .text a:visited,a {
	color: #fff;
}
.text a:hover {
	color: #09C;
}
.text-black{
	color:#000000;
}
.text-white,.text-white a, .text-white a:link, .text-white a:visited{
	color:#ffffff;
}
.text-footer {
	color: #000000;
	font-size:1.2em;
}
.text-footer a, .text-footer a:link, .text-footer a:visited {
	color: #000000;
	text-decoration: none;
}
.text-footer a:hover {
	color: #333333;
}
.textinput{
	border:none;
	background:none;
	background-image:url(../img-design/textbox.png);
	width:292px;
	height:14px;
	margin:0px;
	padding:4px;
	font-weight:bold;	
	color:#FFF;
	font-size:12px;
}
.inputbutton{
	border:none;
	background:none;
	background-image:url(../img-design/button.png);
	width:80px;
	height:26px;
	margin:0px;
	font-weight:bold;	
	color:#000;
	font-size:11px;
}
.textarea{
	border:none;
	background:none;
	background-image:url(../img-design/textarea.png);
	width:292px;
	height:92px;
	margin:0px;
	padding:4px;
	font-weight:bold;	
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.formInput{
	margin: 5px 10px;
	border:1px #666666 dashed;
	text-align:right;
	padding:5px;
	color:#666666;
}
.formInput label{
	width: 170px;
	float:left;
}
.formSubmit {
	text-align:right;
}
.searchbox{
	padding: 0px 20px;
}
.infobox{
	border:1px solid #E2C822;
	background-color:#FFF9D7;
	padding:8px;
	font-size:1em;
	color:#000000;
	text-align:center;
}
.errorBox-right{
	padding: 4px 0px 4px 5px;
	background-image:url(../img-other/errorArrow-right.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-weight:bold;
	position:absolute;
	z-index:1000000;
}
.errorBox-left{
	padding: 4px 5px 4px 0px;
	background-image:url(../img-other/errorArrow-left.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#ffffff;
	font-weight:bold;
	position:absolute;
	z-index:1000000;
}
body{
	background-image:url(../img-design/index-back-image.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
#menu{
	position:absolute;
	left:60px;
	top:328px;
	z-index:2;
}
#container{
	position:relative;
	width:1000px;
	margin: 0 auto;
}
#inner-container{
	position:relative;
	width:770px;
	margin: 0px 21px 0px 209px;
	background-image:url(../img-design/index-bg.jpg);
}
#header{
	position:relative;
	width:600px;
	height:305px;
	padding:5px 0px 0px 170px;
	background-image:url(../img-design/index-header.jpg);
}
#videodiv{
}
#content{
	padding:20px 50px;
	text-align:justify;
	line-height:1.4em;
}
#footer{
	background-image:url(../img-design/index-footer.jpg);
	height:14px;
	padding:4px 10px;
	font-size:0.833333em;
}
#footer a{
	text-decoration:none;	
}
#subfooter{
	padding:3px;
	font-size:0.833333em;
	color:#CCC;
}
.img-thumb{
	float:left;
	padding:10px;
}
.width-333{
	width:310px;
	padding: 0px 10px;
}
.width-400{
	width:400px;
}
.width-200{
	width:200px;
	padding:10px 0px;
}