﻿* {
	margin: 0;
	padding: 0;
}

body{
	font-family: 'PT Sans', sans-serif;
	line-height: 18px;
	font-size: 16px;	
	color:#000;
	background: #ffffff url(../images/bg.png) repeat top left;
	text-align: justify; 
}

#wrapper {
	width: 100%;
	min-width: 1000px;	
	overflow:hidden;
}

#topbar{				
	width: 100%;	
	height: 25px;
	/*background-color: #a12d33; */
	background-color: #9e160d;
    color: #ffffff;
}

#htitle{ 
 text-align: right; 
 font-family: 'PT Sans', sans-serif;
 font-size:20px;
 line-height:25px;
 color: #a12d33;
}

#topbar1{				
	width: 100%;	
	 height:35px; 
    background: #ffffff url(../images/nav-bg2.png) repeat-x;
}
h3{				
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	 
    color: #a12d33;
    
}

#BottomBar 
{
    
position: relative;
float: left;
/*border:1px solid #DADADA;*/
Width: 100%;
background-color: #a12d33;  
height:20px;
margin-top:20px;
}

