@charset "UTF-8";
/* CSS Document */



img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}

body {
 
    color: #333333;
 font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
    line-height: 22px;
    text-rendering: optimizelegibility;
	margin-top: 10px;
	
}



hr {
    border: 1px dashed;
    color: #F60;
    margin: 15px 0;
	clear: both;
}
.container {
padding-left: 20px;
padding-right: 20px;
}

.row {
width: 100%;
max-width: 850px;
min-width: 755px;
margin: 0 auto;
}

.branding {
    display: block;
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}

h1 {
    font-family: "Courier New", Courier, monospace;
	clear: both;
	color: #069;
    font-size: 25px;
	font-weight:100;
    margin-top: 30px;
	margin-bottom: 5px;
    padding: 0;
    text-transform: uppercase;
	line-height: 30px;
	
	}

h2 {
    font-family: "Courier New", Courier, monospace;
	clear: both;
	color: #069;
    font-size: 20px;
    margin-top: 30px;
	margin-bottom: 0px;
    padding: 0;
    text-transform: uppercase;
	
	}

a {
    outline: 0 none;
}
a:link, a:visited {
    color: #BA1820;
}
a:hover, a:focus {
    color: #999999;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	
}

ul li {
    display: block;
    text-align: center;
	list-style: disc;
}

div#siteinfo {
    background: url("../images/site/deranged.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    clear: both;
    color: #999999;
    padding: 125px 0 0;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 1023px) {

	body {
	font-size: 0.8em;
		}
	
	}
	
	@media handheld, only screen and (max-width: 767px) {

	body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
	}
	
	.row, body, .container .branding {
	width: 95%;
	min-width: 0;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
}