html, body {
	height: 100%:
}

body {
	background-image: url(/img/stripe3.png);
    background-repeat: repeat-x;
}

.container {
	background-color: #FFFFFF;
	padding: 10px;
	min-height: 100%;
}

*html #container {
	height: 100%;
}

#header {
	text-align: center;
}

#header h1 a {
	text-decoration: none;
	color: #0191C8;
}

#header h1 a:hover {
	color: #000000;
}

#sidebar {
	margin-top: 31px;
	font-size: 1.3em;
    min-height: 100%;
}

#sidebar h2 {
    font-size: 0.8em;
    border-bottom: 1px solid #CCCCCC;
    margin-right: 20px;
}

#sidebar .ads {
    font-size: 0.75em;
}

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

#sidebar a:hover {
	color: #50B2DC;
}

#sidebar ul {
	list-style-type: none;
	margin-left: 10px;
}

#sidebar li {
	line-height: 2em;
}

#content {
    min-height: 500px;
}

#content h3 {
	font-size: 1.5em;
}

#content img {
        border: 1px solid #999999;
        padding: 5px;
        margin-right: 15px;
}

#content a {
	color: #0191C8;
}

#content dl {
	margin-bottom: 40px;
}

#content dt {
	border-bottom: 1px solid #CCCCCC;
}

#content dt a {
	text-decoration: none;
	color: #0191C8;
}


#content dd p:first-child {
	padding-top: 5px;
	padding-left: 10px;
}

#content dd a {
	text-decoration: underline;
	color: #000000;
}

#paginate {
	word-spacing: 5px;
	color: #999999;
}

#paginate a {
	text-decoration: none;
        color: #0191C8;
}

#paginate .nextprev a {
        text-decoration: none;
        color: #0191C8;
}

#paginate .current {
	color: #000000
}

#footer {
	text-align: center;
	width: 100%;
}

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

#footer ul {
	display: inline;
	list-style-type: none;
}

#footer li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
