/* main tags */

body {	
	background: #fff;	
	margin: 0px;
	padding: 0px;
	text-align: center; /* for IE5/Win only */ 	
}

.link {color:#B9171A;text-decoration:none;}
h1 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 26px;
	color: #919698;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: normal;
	line-height: 40px;
	text-decoration: none;
}
h3 {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
h3 a {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#container {
	width: 1000px;	
	margin: auto auto auto auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;	
}

#top {
	text-align: right;
	height: 140px;
	background: url('../images/top.jpg') 0px -40px no-repeat;
	position: relative;
}

#top img {
	position: absolute;
	top: 30px;
	right: 60px;
}

#top label {
	position: absolute;
	top: 5px;
	right: 10px;
}

#menu {
		background: #B9171A;
		padding: 5px 0px;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 10px;
}

#content {
	width: 1000px;	
}

#left {
	float: left;
	width: 300px;
}

#right {
	float: left;
	width: 660px !important;
	width: 700px;
	padding: 20px;
	text-align: left;
}

#footer {
	text-align: left;
	width: 980px !important;
	width: 1000px;
	height: 90px !important;
	height: 100px;
	padding: 10px 0px 0px 20px;
	clear: both;
	border-top: 3px solid #B9171A;
}

.box {
	width: 240px !important;
	width: 280px;
	padding: 10px 20px;
	margin: 10px auto;
	background: url('../images/boxBckg.jpg') 0px 0px repeat-x;
	color: #fff;
	font-size: 14px;
	text-align: left;
	border: 2px solid #0E151F;
}