/* CSS Document */
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
background-color:#1e1e1e;
color:#000000;
margin:0px;
}

#bg{
background-image:url(images/topbg.jpg);
background-repeat:repeat-x;
height:158px;
}
	#topcontainer{
	width:955px;
	margin:0 auto;
	}
	
		#topbg{
		background-image:url(images/topbg.jpg);
		background-repeat:repeat-x;
		height:158px;
		}
		
			#top{
			background-image:url(images/top.jpg);
			background-repeat:no-repeat;
			}
				
				#menu{
				padding-top:19px;
				padding-left:25px;
				}
			
		#maincontainer{
		background-color:#74250e;
		}
		#main{
		width:955px;
		margin:0 auto;
		background-image:url(images/mainbg.jpg);
		background-repeat:repeat-y;
		padding-top:50px;
		}
					
			#ctop{
			margin-left:25px;
			background-image:url(images/ctopbg.jpg);
			background-repeat:no-repeat;
			height:78px;
			padding-top:15px;
			padding-left:20px;
			}
			
				#content{
				margin-left:25px;
				padding-left:10px;
				background-image:url(images/contentbg.jpg);
				background-repeat:repeat-y;
				padding-bottom:25px;
				}
				
					#left{
					float:left;
					width:219px;
					}
			
					#right{
					text-align:justify;
					margin-left:250px;
					margin-right:60px;
					}
				
			#cbottom{
			margin-left:25px;
			background-image:url(images/cbottombg.jpg);
			background-repeat:no-repeat;
			height:19px;
			}
		
#bottom{
clear:both;
background-image:url(images/bottombg.jpg);
background-repeat:repeat-x;
height:149px;
}

	#bottombg{
	margin:0 auto;
	width:900px;
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	height:137px;
	padding-top:90px;
	padding-left:25px;
	padding-right:30px;
	}

#legal{
clear:both;
text-align:center;
font-size:10px;
color:#CCCCCC;
}
	a.legal:visited, a.legal:active, a.legal:link{
	color:#CCCCCC;
	text-decoration:none;
	}
	a.legal:hover{
	color:#CCCCCC;
	text-decoration:underline;
	}
	
a:visited, a:active, a:link{
color:#000000;
text-decoration:none;
}
a:hover{
color:#000000;
text-decoration:underline;
}

.border{
border:solid 1px #74250E;
position:relative;
}

.iefix{
position:relative;
}

#items{
width:565px;
height:200px;
color:#ffffff;
padding-top:40px;
padding-left:20px;
padding-right:5px;
font-weight:900;
font-size:16px;
}
.desc{
font-size:14px;
color:#000000;
font-weight:100;
}
.small{
font-size:10px;
font-weight:100;
color:#000000;
}
