/* Basic Layout Properties */

* { padding: 0; margin: 0; }
a {
	color: #B4D24A;
	text-decoration: none;
	font-weight: bold;
}
a:hover { color: #333; text-decoration: underline; }

.clearer { clear: both; display: block; height: 1px; margin-bottom: -1px; font-size: 1px; line-height: 1px; }

#container {
	position: relative;
	top: 17px;
	width: 400px;
	height: 400px;
	min-height: 100%;
	background: #fff url(../images/header.jpg) repeat-x;
}
#address {
	position: relative;
	top: 15px;
	width: 400px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#address p { font-size: 11px; color: #000; }
#address p span { font-weight: bold; color: #39C; }
#main-bg {
	position: relative;
	top: 0;
	left: 0;
	width: 400px;
	height: auto;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#flash-content {
	position: relative;
	top: 0;
	width: 250px;
	height: 230px;
	text-align: center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#flash-contentAlt {
	position: relative;
	top: 0px;
	width: 230px;
	height: 230px;
	text-align: center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
}
#flash-contentAlt a, #flashHeader-contentAlt a { color: #39C; }
#flashHeader-content {
	position: relative;
	top: 0;
	width: 230px;
	height: 220px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#flashHeader-contentAlt {
	position: relative;
	top: 0px;
	width: 230px;
	height: 220px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#headerLine {
	text-align: center;
	width: 230px;
	background-color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#headerLine h2 {
	color: #39C;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}

#headerLine h2 span {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
#headerLine a {  color: #333; text-decoration: none; font-weight: normal; }
#headerLine a:hover { color: #666; text-decoration: underline; font-weight: normal; }

#flash-content {
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 250px;
	height: 230px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

