/* -------------------------
Site: Woman with Portfolio
Designer: Moxie Design Studios
Version: 1.0
Stylesheet: Structure
 -------------------------*/


body {
margin: 0px;
padding: 0px;
}


#container {
	min-height:100%;
	margin-left:200px;
	margin-right:200px;
	margin-bottom:0px;
}
 

#side1 {
	position:relative; /*ie needs this to show float */
	width:200px;
	float:left;
	margin-left:-199px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}

#side1 p, 
#side2 p {padding:0px}

#side2 {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:right;
	margin-right:-199px;/*must be 1px less than width otherwise won't push footer down */
	left:1px
}

#footer {
	width:100%;
	clear:both;
	position:relative;
height: 22px;
}
#clearheader{height:0px;}/*needed to make room for header*/
#clearfooter{clear:both;height:25px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */

#content {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
}

html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-22px;} /*safari wrapper */


