*{
	margin:0;
	padding:0;
}
body{
	margin:15px 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:100%;
	line-height:1.125em;
	background:url('images/bg.gif');
}
a img {
	border:none;
}
#container{
	width:860px;
	w\idth:840px;
	margin:0 auto;
	padding:10px;
	position:relative;
	overflow:hidden;
	text-align:left;
	background:#BA071C url('images/top.gif') top left no-repeat;
}

/***** Header *****/
#header{
	height:199px;
	background:url('images/fireworks.jpg') no-repeat top right;
}
h1{
	width:582px;
	height:199px;
	text-indent:-999em;
	line-height:0; font-size:0;
	background:url('images/logo.gif');
}
#header strong{
	text-indent:-9999em;
	font-size:0; line-height:0;
}

/***** Menu *****/
#menu{
	height:32px;
	margin-bottom:10px;
	list-style:none;
	background:url('images/links-bg.gif');
}
#menu li{
	display:inline;
}
#menu li a{
	float:left;
	width:168px;
	height:32px;
	line-height:31px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background:url('images/arrows2.gif') no-repeat right center;
}
#menu li a:hover{
	color:#D90009;
}
#menu li.last a{
	background:url('images/rc10.gif') no-repeat right;
}

/***** Content *****/
#content {
	float:right;
	width:620px;
	padding-bottom:20px;
	background:#FFF url('images/rc11.gif') no-repeat bottom right;
}
#contentFull{
	padding:20px 0;
	background:#FFF url('images/rc11.gif') no-repeat bottom right;
}
#contentL{
	float:left;
	width:600px;
	padding-left:20px;
	background:#FFF url('images/rc12.gif') no-repeat bottom left;
}
.welcome{
	display:block;
	height:20px;
	line-height:20px;
	padding:10px 0;
	margin-bottom:10px;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#000000;
	background:#ECECEC url('images/rc8.gif') no-repeat top right;
}
.welcome img {
	margin:0 5px;
}
#content p, #contentFull p, #contentL p{
	padding:5px 10px;
	font-size:13px;
	text-align:justify;
	color:#646464;
}
#contentFull p, #contentL p{
	text-align:center;
}
#contentFull ul{
	list-style:none;
}
#contentFull ul li {
	text-align:center;
	padding:5px;
}
#contentFull ul li a{
	font-size:14px;
}
#content a{
	margin:0 10px;
}
#content a img{
	width:468px;
	height:60px;
}
.heading{
	height:18px;
	line-height:17px;
	margin:20px 0 10px 10px;
	padding-left:22px;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	background-image:url('images/bullet.gif'); background-repeat:no-repeat;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:80%;
	line-height:1.125em;
}

/***** Left *****/
#left{
	float:left;
	width:220px;
	padding:0 0 40px 0; 
	font-size:13px;
	background:#880517 url('images/left-bl.gif') no-repeat bottom left;
}
.extra{
	background:url('images/rc5.gif') no-repeat top left;
	padding-left:45px;
}
.extra span{
	display:block;
	height:40px;
	line-height:40px;
	padding-left:22px;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	color:#FF0023;
	background:url('images/bullet2.gif') no-repeat left center;
}
#left ul li{
	padding:10px 0;
	list-style:none;
	text-align:center;
	border-bottom:1px solid #FFF;
}
#left ul li a img{
	border:2px solid #FFF;
}
#left ul li a:hover img{
	border-color:#FF0023;
}
#left ul li a{
	color:#FFF;
	text-decoration:none;
}
#left ul li a:hover{
	color:#FF0023;
}
.bottom{
	clear:both;
	width:860px;
	height:10px;
	position:absolute;
	bottom:0;
	left:0;
	background:url('images/bottom.gif') no-repeat bottom left;
}

/***** Right *****/
#right{
	float:left;
	width:160px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	
}
#right a{
	display:block;
	width:250px;
	height:250px;
	margin:20px auto;
}	

/***** Footer *****/
#footer{
	width:779px;
	margin:0 auto;
	font-size:13px;
	text-align:center;
	color:#646464;
}
#quicklinks li a:hover, #footer a{
	color:#FF0023;
}
#quicklinks{
	width:779px;
	margin:10px 0 20px 0; 
	overflow:auto;
}	
#quicklinks li{
	display:inline;
	list-style:none;
}
#quicklinks li a{
	float:left;
	width:151px;
	text-decoration:none;
	color:#FFF;
	border-right:1px solid #FFF;
}
#quicklinks li.last a{
	border-right:none;
}
