html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	color: #666666;
	background: #FFFFFF url(../images/page/bg.jpg) repeat-x;
}
#page-container {
	width: 770px;
	margin: auto;
	background-color: #FFFFFF;
}
#header {
	height: 150px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/headings/header.jpg);
}
#header h1 {
	margin: 0px;
	padding: 25px 0px 0px 80px;
}
/*margin 1px right and left */
/*page width was 738 */
#navigation{
	height:2.2em;
	line-height:2.2em;
	width:770px;
	margin:0;
	background:#d21a4d;
	color:#ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}
#navigation li a{
display:block;
padding:0 8px;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
/*font-size:0.8em; padding:0 10px;*/
}
#navigation .selected,#navigation a:hover{
background:#74004c;
color:#ffffff;
text-decoration:none;
}
/*Description tags start*/


/*Description tagse End*/
#content {
	/*margin-right: 280px;*/
	line-height: 18px;
	color: #000000;
}

#content .padding {
	padding: 10px 0px 0px;
}

#footer {
	height: 78px;
	clear:both;
	padding-left: 25px;
}
#footer #altfoot {
	width: 470px;
	float: right;
	text-align: right;
	padding-top: 50px;
	padding-right: 20px;
	color: #000000;
}


.style2 {
	color: #CCCCCC;
}

/*Description tags start*/


/*Description tagse End*/

