
* {
    margin: 0px;
    padding: 0px;
}
body {
    text-align: center;
    font: 16px Georgia, Arial;
	line-height: 23px;
}
input, textarea {
    float: left;
    font: 14px Georgia, Arial;
    background: url('/images/input_bg.jpg') repeat-x top;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px;
}
hr {
    float: left;
	background-color: #cc0000;
    color: #cc0000;
	border: none;
	height: 1px;
    clear: both;
    width: 100%;
}
div#footer {
	border-top: 1px solid #999;
}

div#page {
	background-color: #fff;
    width: 750px;
	overflow: hidden;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	padding: 0px 20px 20px 20px;
}

span.timestamp {
    font-size: 12px;
    color: #999999;
}

h2 {
    float: left;
    clear: both;
}
h3 a {
    text-decoration: none;
    color: #600;
}
h3 a:hover {
    color: #c00;
}
h4 {
    font-size: 16px;
    color: #cc0000;
}

div.clear {
	clear: both;
}

div#footer {
	float: left;
	clear: both;
	width: 100%;
    font-size: 12px;
    color: #999999;
}

ul#navigation li {
	padding: 5px;
}
ul#navigation li a {
	padding: 7px;
	text-decoration: none;
	color: #fff;
}
ul#navigation li a:hover {
	color: #000;
	background-color: #fff;
}

div#newsletter {
    margin-top: 20px;
    line-height: 17px;
}
div#newsletter input {
    width: 205px;
    margin-top: 10px;
    padding-top:5px;
    padding-bottom:6px;
    float: left;
}
div#newsletter input.submit {
    width: auto;
    border: none;
    padding: 0px;
    background: none;
    margin-left: 5px;
}

