@import "reset-min.css";
@import "base-min.css";
@import "fonts-min.css";

@import "woi-style.css";

/* Stylesheet Information Index

Website: http://www.womenofinfluence.com
Filename: woi-base.css
Author: Justin Kozuch (jkozuch@evokesolutions.com)
Revision: 1.0
Stylesheet Media: Screen
Description: Base stylesheet for PSG Website (IE6/IE7, Firefox 2/3, and Safari).

CSS Document Table Of Contents

1. General
-------------------------------------------------- */

/* General
-------------------------------------------------- */	
.clearfix {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
body {
	margin: 0 auto;
	width: 917px;
	font-family: Georgia;
}
a {
	color: #000;
	text-decoration: none;
}
#siteContainer {
	padding-left: 18px;
	background: url(images/bg_slice.jpg) left top no-repeat;
}