
	/******* main *******/

	html{
		height:100%;
	}

	body {
		color:#000; 
		font-family: Verdana, Arial; 
		font-size: 8pt; 
		font-weight:normal; 
		line-height: 18px;
		margin: 15px 0 0 0;
		padding: 0;
	}

	p {
		padding: 0;
		margin: 0;
	}

	a, a:visited, a:active {
		font-size:8pt ; 
		font-weight:normal; 
		text-decoration: none;
		color: #555555;
				
	}
	a:hover {
		color:#888888; 
	}

		


/* fixes */
	/*** see http://www.positioniseverything.net/easyclearing.html
   	for explanation of Tony Aslett's elegant hack ***/
	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */

	
	/******* divs *******/
	#container { 
		margin: 0 auto;
 		text-align: left;
 		width: 810px;			
	}
	
	img
	{
		border-style: none;
	}
	
	#header {
		background:url(../images/corepartners_header.jpg) no-repeat;
		width: 812px;
		height: 157px;
	}
	
	#footer {
		background:url(../images/corepartners_footer.jpg) no-repeat;
		width: 812px;
		height: 70px;
	}
	
	#content {
		background:url(../images/corepartners_bg.jpg) repeat-y;
		text-align: center;
	}