/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	background-image:url(images/bg.png);
	background-repeat:repeat;
	font-family:"trebuchet MS";
	padding-top:20px;
	padding-bottom:20px;
	font-size:14px;
	color:#252525;
	font-weight:normal;
}

#container
{	
	width:803px;
	background-image:url(images/bodyimg.png);
	background-repeat:no-repeat;
	height:1300px;
	background-position:bottom;
}

#headerimg
{
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height:1016px;
}

#marginlr
{
	margin-left:45px;
	margin-right:45px;
}

#logoimg
{
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:left;
	height:193px;
	padding-top:75px;
}

#headertxt
{
	background-image:url(images/headertxt.png);
	background-repeat:no-repeat;
	height:89px;
	background-position:center;
}

#video
{
	background-image:url(images/video.png);
	background-repeat:no-repeat;
	background-position:center;
	height:274px;
	padding-top:50px;
	padding-bottom:50px;
}

#box
{
	background-image:url(images/box.png);
	background-repeat:no-repeat;
	background-position:left;
	height:431px;
	width: 732px;
	padding-bottom:25px;
	margin-left:-10px;
}

.footertxt
{
	padding-top:25px;
}

.headertxt
{
	color:#f80d0d;
	font-size:20px;
	padding-top:50px;
	text-align:justify;
	margin-left:50px;
	margin-right:50px;
}

.headertxt2
{
	color:#f80d0d;
	font-size:30px;
	padding-top:15px;
	margin-left:50px;
	margin-right:50px;
	text-align:justify;
}

.redtxt
{
	color:#f80d0d;
	font-size:20px;
	text-align:justify;
}


.bullet
{
	text-align:justify;
	margin-left:75px;
	margin-right:50px;
	font-size:15px;
	padding-top:25px;
}

ul
{
	padding:0px;
	margin:0px;
}

li
{
	padding:0px;
	margin:0px;
	display:list-item;
	list-style:url(images/bullet.png);
}

.boxtxt
{
	text-align:justify;
	margin-left:50px;
	margin-right:50px;
	font-size:15px;
	padding-top:15px;
}

#scriptbox
{
	padding-top:10px;
	*padding-top:0px;
	margin-left:100px;
	margin-right:100px;
}

a
{
	text-decoration:none;
	color:#252525;
}
