/* Our outer div */
#container, .container {
	width: 900px;
	background: #fff url(../export/shadow.png) repeat;
	margin: 0 auto;
	padding: 9px 23px 20px 34px;
	text-align: left; /* Recover from hack */
	voice-family: "\"}\""; /* Tantek's Box Model Hack: http://www.tantek.com/CSS/Examples/boxmodelhack.html*/
	voice-family: inherit;
	width: 701px;
}
html>body #container { /* Be nice to Opera 5 */
	width: 701px;
}
#footer a { /* Set up our footer links */
	color: #fff;
	font-weight: normal;
	font-size: xx-small; /*feed to IE 5.5*/
	f\ont-size: x-small; /*feed to compliant browsers*/
}
#footer a:hover {
	text-decoration: underline;
}
.hide { /* Used to hide elements */
	display: none;
}
/* Used to clear the floats: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
/* This gets applied to the clearing div added to #domfix via the Javascript fix for IE/Mac */
.mac-clearfix {
	clear:both;
	height:0;
	overflow:hidden;
}
.rule {
    border: 1px solid #CCC;
    padding: 2px;
    }
img.right {
    float: right;
    margin: 0 0 10px 10px;
    }
img.left {
    float: left;
    margin: 0 10px 10px 0;
    }
/* remove below two lines after searching to see if tags other than img use these classes */
.right { float: right; margin: 0 0 10px 10px; }
.left { float: left; margin: 0 10px 10px 0; }
#header{
	overflow:hidden;
}

