/* =============================================================== */
/* BASIC ELEMENTS */
/* =============================================================== */

html {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* center on ie */
	margin: 0;
	padding: 0;
	min-width: 800px;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 13px;
	line-height: 19px;
}

p, h1, h2, h3, ul {
	margin-top: 0px;
	margin-bottom: 20px;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

#nav {
	font-size: 12px;
}

/* =============================================================== */
/* LAYOUT */
/* =============================================================== */

#container, #main, #nav {
	width: 100%;
	text-align: center; /* center in IE */
}

#container-inner, #quote-inner, #main-inner {
	width: 800px;
	margin: 0px auto; /* center on everything else */
	text-align: left;
}

#nav-inner {
	margin: 20px 0px 10px 20px;
	text-align: left;
}

/* =============================================================== */
/* COLUMNS AND OTHER WAYS TO BREAK UP PAGES */
/* =============================================================== */

#widecolumn {
	float: left;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
	text-align: center;
}

#main-left {
	float: left;
	width: 320px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 50px 0px 0px 0px;
	margin-right: 30px;
	text-align: center;
}

#main-right {
	float: left;
	width: 400px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 50px 0px 0px 0px;
	margin: 0px;
	text-align: left;
}

/* =============================================================== */
/* LINKS */
/* =============================================================== */

/* links default */
a { color: #999; text-decoration: none;}
a:hover { color: #fff; background-color: #666; text-decoration: none;}

/* =============================================================== */
/* IMAGES */
/* =============================================================== */

img {
	border: none;
}

#main-left img {
	margin-bottom: 20px;
}

/* =============================================================== */
/* HELPERS */
/* =============================================================== */

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }archive