* {
	margin: 0;
	padding: 0;
}

body {

	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000000;

}

h1, h2, {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
}

h5 {
	font-size: 110%;
	color: #000000;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 1.2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;

}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
}

/* Menu */

#menu {
	width: 100%;
	height: 50px;
	background-color: #FF0000;
	margin: 0 auto;
}

#menu p {
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 800px;
	padding: 20px 0px 20px 0px;
}

#welcome {
	margin-bottom: 20px;
}

.floating-box {
	float: left;
	width: 250px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 0px;
}

.floating-box table {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
.floating-box caption {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #F6F6F6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
}
.floating-box td {
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
}
.floating-box th {
	padding: 8px;
	background-color: #585555;
	color: #FFFFFF;
}
.floating-box .postinfo {
	font-size: 10px;
	display: block;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-color: #FFFFCC;
}

.floating-box ul {
	list-style-type: none;
}
.floating-box li {
	display: block;
}
.floating-box ul  li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.floating-box ol {
	list-style-type: decimal;
	padding-left: 35px;
}




.floating-box blockquote {
	display: block;
	background-image: url(images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-top: 15px;
	padding-left: 35px;
	padding-right: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 10px;
}





#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #DB5600;
}

/* Footer */

#footer {
	height: 25px;
	background: #FF0000;
	text-align: center;
}
#footer p {
	padding-top:2px;
	color: #FFFFFF;
	text-align: center;
	font-size:85%;
}
