/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
	width: 100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

body {
	text-align: left;
	font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}
#main{
  font-size: 0.875em;
  line-height: 1.5em;
}

table {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	padding: 0;
}
a, object {
	outline: none;
}

td, th {
	vertical-align: center;
	text-align: left;
}

img {
	border: none
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.3em;
}

p {
	padding: 0px 0px 10px 0px;
}

ul {
	list-style: disc;
	margin: 0px 0px 0px 15px;
}
ol {
	margin: 0px 0px 0px 15px;
}
.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 */

.fixed-width {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
