body {
padding-top: 30px;
background: #7A7A7A url(images/bg.gif) repeat-x scroll 0 0;
min-width: 780px;
}



.btop {
background:  url(Images/top.png) 0 0 repeat-x;
margin-top: -117px;
padding: 118px 0 0 5px;

}

.btopleft {
	background-image: url(Images/topleft.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 117px;
	margin-left:0px;

}

.btopright {
	background: url(Images/topright.png) 100% 0 no-repeat;
	padding-right: 117px;
	margin-right: -50px;
	padding-top: 117px;
	position: relative;

}

.bleftside {
	background: url(Images/left.png) 0 0 repeat-y;
	margin-left:0;
	padding-left: 50px;
	position: relative;
	width: 100%;
}

.brightside {
	background:  url(Images/right.png) 100% 0 repeat-y;
	padding-right: 33px;
	position: relative;
}

.bbottom {
	height: 117px;
	line-height: 117px;
	margin-top: -117px;
	background: url(Images/bottom.png) 0 0 repeat-x;
}

.bbottomright {
	background:  url(Images/bottomright.png) 100% 0% no-repeat;
	margin-right: -50px;
	padding-top: 117px;
	padding-right: 117px;
}
.bbottomleft {
	background:  url(Images/bottomleft.png) 0 0 no-repeat;
	padding-left: 117px;
	margin-left: 0;
}
#content {
	min-height: 100%;
	position: relative;
	background: #20201F none repeat scroll 0 0;
	margin-right: 17px;
	text-align: center;
	color: orange;
	}
	
.main {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	}
	
.header {
	color: #ff9000;
	height: 80px;
	font-size: 3em;
}

.maincontent {
	color: #C3BFD2;
}

a:link {
color: #0097BD}