/* CSS Document */
.nav{
		position:relative;
		list-style:none;
		float:left;
		
}
#navBar {
		clear:both;
		position:relative;
		text-align:center;
		margin:1px 0;
		width:100%;
		background:#9d0708 url(../img/bg_new.gif) repeat;
		height:20px;
}

.nav a{
		text-decoration:none;
		color:#c20101;
		font-weight:bold;
		margin:3px 0px;
		margin-left:48px;
}

.head{
		color:#FFFFFF;
		font-size:125%;
		font-weight:bold;

}

.infoWrap {
		padding:5px 20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		line-height:1.5em;
		font-size:80%;
		font-weight:500;
		
}

