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

html, body {
    height: 100%;
    min-width: 900px;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../layout/container_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

a, a:hover, a:visited, a:active, a:link {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a {
	color: #444444;
}

a:hover {
	color: #000000;
}

p {
	font-size: 11px;
	line-height: 16px;
	padding-right: 5px;
	padding-bottom: 10px;
}

p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

a img {
	border: none;
	outline: none;
}

img {
	display: block;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #222222;
	padding-right: 5px;
}

h1 {
	font-size: 19px;
	line-height: 22px;
	padding-bottom: 12px;
}

h2 {
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 12px;
}

h3 {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 10px;
}

#container {
	display: block;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	margin-bottom: -101px;
	background-color: #F9F9F9;
	background-image: url(../layout/container_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#top {
	display: block;
	height: 30px;
}

#push {
    height: 101px;
}

.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
