@charset "UTF-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
}

img{
border-style:none;
}

body{
background: #000;
font-family:"verdana";
}

h1{
padding:60px 0px 0px 65px;
font-weight:lighter;
font-size:25px;
}

h4{
font-weight: normal;
padding-bottom:10px;

}

p{
font-size:13px;
}


ul{
padding-right:20px;
}

li{
font-size:13px;
list-style-type:none;
}

#content{
width:860px;
background: #fff;
margin-left:auto;
margin-right:auto;
}


.right-box {
	float:left;
	width:330px;
	position: relative;
}

.right-box img {
	position: absolute;
	top:97px;
	left:20px;
}

.fltLeft {
	float: left;
}

.fltRt {
	float: right;
}
#header{
width:860px;
height:100px;
background-image:url(../images/headerbg.jpg);
}

#topbox{
width:824px;
height:197px;
background-image:url(../images/topbox.jpg);
background-repeat:no-repeat;
position:relative;
left:17px;
}

#topboxleft{
width:490px;
float:left;
}

#topboxleft img{
padding:18px 0px 0px 8px;
}

#topboxright{
width:270px;
float:right;
padding:42px 50px 0px 0px;
}

#left{
width:494px;
float:left;
padding:20px 0 20px 17px;
}

#right{
width:321px;
float:left;

}

.right-content {
	margin-left: 15px;
}

#quotebox{
width:289px;
height:255px;
background-image:url(../images/quotebox.jpg);
padding:15px 15px 0 25px;
background-repeat: no-repeat;

}

#quotebox h4 {
	padding-bottom: 20px;
}

#popcornbox{
width:482px;
height:280px;
background-image:url(../images/popcornbox.jpg);
background-repeat:no-repeat;

}

#boxleft{
width:190px; 
float:left;
padding-top:30px;
padding-left: 20px;

}

#boxright{
width:245px; 
float:left;
padding-top:30px;
}

.bottom {
	background-image: url(../images/screenbottom.gif);
	background-repeat: no-repeat;
	width:860px;
	height:32px;
	margin: 0 auto;
}

#footer{
background-image:url(../images/footer.jpg);
background-position:center;
height:210px;


}
