/* Page Structure*/

@import url("content.css");

/* TOC

1: - Main Page Structure

2: - Main Content Area


*/


/* 1-:-------- Main Page Structure ------------ */

	html, body, form, object {
		margin:0;
		padding:0;
	}


	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 130%;
		color: #000;
		}
		
	#wrapper {
		width: 975px;
		margin: 0px auto;
		padding: 0;
		position:relative;
	}
	
	#advertisement {
		width:975px;
		height:90px;
		background-color:#cec8c2;
		text-align:center;
		margin:8px 0 0 0;
	}
	
	#advertisement img {
		background:#ffffff url(../images/elements/advertisement_bg.gif) 1px bottom no-repeat;
		padding:0 8px 0 17px;
	}
		
	#header {
		width:975px;
		padding:0px 0 4px 0;
		float:left;
		position:relative;
		z-index:300;
	}

	#content {
		width:975px;
		margin:0;
		padding:0 0 30px 0;
		float:left;
		position:relative;
	}
	
	#footer {
		border-top:4px #000 solid;
		padding:7px 0 0 0;
		margin:0;
		height:94px;
		width:975px;
		float:left;
		z-index:200;
	}

		
/* 2-:-------- Main Content Area ------------ */
	
	.mainContent {
		float:left;
		padding-left:20px;
		width:770px;
	}	
	
	.column {
		float:left;
		width:160px;
	}
	
	.colSpan3 {
		width:520px;
		margin-right:10px;
	}
	

