html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
* { margin: 0; }

body {
	background: #ff5e19 url("/images/background-gradient.png") center top repeat-x;	
}

.topshadow {
	width: 900px;
    height: 37px;
	margin: 0 auto;
    background: url("/images/shadow-top.png") bottom center no-repeat;
}
.bottomshadow {
	width: 900px;
    height: 20px;
	margin: 0 auto;
    background: url("/images/shadow-bottom.png") top center no-repeat;
}
.centercolumn {
	width: 900px;
	margin: 0 auto;
    background: url("/images/shadow.png") top center repeat-y;
} 

.outerframe {
	width: 800px;
	margin: 0 auto;
}

h1.site-title {
	background: url("/images/site-title.png") top right no-repeat;
	text-indent: -2000px;
	position: absolute;
	top: 50px;
	height: 105px;
	width: 875px;
}

h1.site-title.admin {
    top: 108px;
}

.home_image {
    width: 900px;
    margin: 0;
    padding: 0;
}

.home_image img {
    vertical-align: top;
    border: none;
}

.red-top {
	background-color: #d41c24;
	height: 25px;
    color: white;
    font: 14pt Arial, Verdana;
    padding: 5px 10px;
}

.red-top ul, .blue-bottom ul {
    list-style: none;
    display: inline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.red-top ul li, .blue-bottom ul li{
    list-style: none;
    display: inline;
    text-decoration: none;
    margin: 0;
    margin-right: 10px;
    padding: 0;
}

.blue-bottom {
	background-color: #040cc3;
	height: 25px;
    color: white;
    font: 13pt Arial, Verdana;
    padding: 5px 10px;
}

.red-top ul li a, .blue-bottom ul li a{
    color: white;
    text-decoration: none;
}

.link_to_site_shadow a {
    width: 800px;
    top: 617px;
    font-size: 25px;
    font-weight: bold;
    color: black;
    text-align: center;
    text-decoration: none;
    padding: 0;
    position: absolute;
    margin: 0;
}

.link_to_site a {
    width: 800px;
    top: 615px;
    font-size: 25px;
    color: white;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    padding: 0;
    position: absolute;
    margin: 0;
}