/*-----------------------------------------------------------
Site:  Sawlogs
File:  IE specific style
Last Edit:  September 8, 2006
Author:  Rick Smith
-----------------------------------------------------------*/

@import url("/stylesheets/navigation_pink.css");
@import url("/stylesheets/content_pink.css");

/* Page Structure
-----------------------------------------------------------*/

body {
   background: #fff url(/images/body_background_pink.gif) repeat-x 0 0;
	font: small Georgia, serif;
   }
   
#container {
	min-width: 770px;
}

#main {
	clear: both;
	padding: 0px 30px 0 30px;
}

#main:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content {
	width: 72%;
	margin-right: 1%;
	float: left;
	display: inline;
	min-height: 400px;
	padding-right: 15px;
	border-right: 0px solid #999999;
}

#feature {
	width: 25%;
	float: right;
	height: 1%;
	min-height: 400px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
}

/* >Anchors
-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #ce559c;
	font-weight: bold;
}
a:hover, a:active {
	color: #000;
}


