@charset "UTF-8";

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
#main_wrapper {
	width: 1024px;
	height: 768px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFF url(images/background.jpg) center no-repeat;
	}
	
#content_quilt {
	margin: -20px 0 0 300px;
	}	

#content {
	margin-left: 300px;
	}	

#content_inner {
	margin-top: 70px;
	padding-right: 160px;
	}	

#content_inner1 {
	margin: 80px 0 0 30px;
	}

#titlecenter {
	margin: 0 0 0 130px;
	}

#content_inner a:link, #content_inner a:visited, #content_inner1 a:link, #content_inner1 a:visited{
	color: #000;
	text-decoration: none;
	}
	
#content_inner a:hover, #content_inner1 a:hover {
	color: #C00;
	}	

#header_inner, #nav_inner, #content_inner, footer_inner {
	overflow: hidden;
	}	

#header_info {
	text-align: center;
	margin: 150px 0 0 100px;
	font-size: 120%;
	}

#header_info p {
	margin-top: -20px;
	}

#header_inner ul {
	text-align: center;
	margin-top: -1px;
	}

#header_inner li {
	display: inline;	
	font-size: 90%;
	padding: 0 5px 0 5px;
	text-decoration: none;
	border: 1px solid #030;
	}

#header_inner a:link, #header_inner a:visited {
	font-size: 90%;
	color: #000;
	text-decoration: none;
	}

#header_inner a:hover {
	color: #FFF;
	text-decoration: none;
	}

#footer_inner {
	margin-left: -300px;
	padding: 1px 0 5px 0px;
	text-align: center;
	}		

#footer {
	clear: both;
	}

#footer_inner a:link, #footer_inner a:visited {
	color: #000;
	text-decoration: underline;
	}

#footer_inner a:hover {
	color: #FFF;
	}

#nav {
	margin-top: -28px;
	width: 300px;
	height: 540px;
	float: left;
	}	

#nav_inner {
	padding: 0 30px 0 0;
	}

#buttons {
	width: 194px;
	height: 43px;
	border: 0;
	position: absolute;
	top: 355px;
	margin-top: -28px;
	}
	
#buttons ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}

#buttons li {
	line-height: 1px;
	}

#facebook {
	position: fixed;
    top: 150px;
	right: 450px;
	}
	

img {
	border: none;
	}	
	
.center {
	text-align: center;
	}	

.float_right {
	margin-left: 10px;
	float: right;
	padding-right: 10px;
	}

.float_left {
	margin: 18px 10px 0 0;
	float: left;
	}

.links {
	font-size: 150%;
	line-height: 60px;
	list-style: circle;
	}

.content_link {
	color: #060;
	text-decoration: underline!important;
	}
	
.app_buttons {
	width: 200px;
	height: 49px;
	border: 0;
	}	

a:focus {
	outline-style: none;
	}