/*--------------------------------------
/          ©2008.CSS by Vara
/  Support: anita_aftab2000@yahoo.com                       
/---------------------------------------*/

body {
	margin: 0px;
	background-image: url(./../images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
}

#mainContainer {
	width: 940px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#header {
	width: 100%;
	height: 310px;
	margin: 0px auto;
	background-repeat: repeat-y;
	background-position: center top;
}

#imgHeader {
	background-repeat: no-repeat;
	background-position: center top;
}

#headerMenuBar {
	width: 100%;
	height: 35px;
	background: url(./../images/bgheader.gif) center repeat-y;
}

#headerMenu {
	width: 880px;
	background-color: #FFFFFF;
}

#contentHolder {
	width: 100%;
	background: url(./../images/bgheader.gif) center repeat-y;
}

#contentTopSlice {
	width: 920px;
	height: 20px;
	background-image: url(./../images/content_slicetop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#contentBg {
	background-image: url(./../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#content {
	width: 880px;
	font-family: Verdana;
	font-size: 10pt;
	color: #462000;
	line-height: 14pt;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	text-align: justify;
}

#content a {
	color: #462000;
	font-weight:bold;
	text-decoration: none;
}

#content a:hover {
	font-weight:bold;
	text-decoration: underline;
}

.noContent {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}

#footer {
	width: 100%;
	margin: 0px auto;
}

#imgFooter {
	height: 54px;
	width: 940px;
	background-image:url(./../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footerContent{
	font-family: Verdana;
	font-size: 9pt;
	color: #462000;
	text-align: center;
	vertical-align: middle;
}
