
body {
	
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
}


/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 1024px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: black;
}

/* Header */
#header {
	width: 1024px;
	margin: 0 auto;		
	height: 125px;	
	background: url(/pages/images/header.JPG) no-repeat left top;
}



/* Content */

#content {
	float: left;
	width: 702px;
	min-height: 970px;
	height: auto !important;
	height: 970px;
	padding: 0px 0px 0px 0px;
	background: url(/pages/images/contentMainPage.JPG) no-repeat left top;
}


/* Sidebars */

#sidebar1 {
	float: left;
	width: 163px;
	background: url(/pages/images/siderbar1.JPG) no-repeat left top;
}

#sidebar2 {
	float: right;
	width: 159px;
	background: url(/pages/images/siderbar2.JPG) no-repeat left top;
}

.sidebar {
	float: left;	
	min-height: 970px;
	height: auto !important;
	height: 970px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	margin: 0 auto;
}


/* Footer */

#footer {
	width: 1024px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;	
	background-color: black;
	color: white;
	text-align: center;	
}
