﻿/* CSS layout */
body 
{
    background-image: url('../images/bgd.jpg');
    background-repeat:repeat;
		
}
#wrapper {
	width: 914px;
	margin: 0px auto;
}
#header {
	position:relative;
	width: 914px;
	height: 183px;
	background-image: url('../images/joway1.png');
}
#navbar {
	position: relative;
	width: 914px;
	height: 35px;
	background-image: url('../images/joway2.png');
	background-repeat: no-repeat;
}
#navbuttons {
	float:right;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#navbuttons li {
	display:inline;
	float:left;
}
#container {
	position: relative;
	float:left;
	width: 914px;
	margin: -3px auto;
	overflow: hidden;
	background-color: white;
}
#left_col {
	width: 172px;
	display:inline;
	position:relative;
	float: left;
	height:100%;
	margin-bottom: -3000px;
	padding-bottom:3000px;
	background-color: #BFDCEE;
	
}
#content {
	margin: 0px;
	padding: 15px;
	position:relative;
	display:inline;
	float:left;
	width: 705px;
}
#content li {
	list-style-image:url('../images/flowerbullet.gif');
	list-style-position:outside;
	height:120%;
	padding:10px;
}
#right_col {
	float: right;
	width: 184px;
	padding: 10px;
	background-color: #BFDCEE;
	margin:0px 0px 10px 10px;
}
#footer {
	width: 914px;
	clear:both;
	margin: 0px auto;
	height:1.75em;
	background-color: #FEE163;
}
#menu {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	
}
#menu li {
	margin: 0px 0px 0px;
	height: 30px;
	text-align: center;
	background-color: #CFE5F2;
}
#footlinks {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	line-height:1.5em;
	list-style: none;
}
#footlinks li {
	display: inline;
	float:left;
}
.footlinks li a:visited {
	font-size: x-small;
	color: #00388C;
	text-decoration: none;
}

#footlinks li a {
	font-size: x-small;
	color: #00388C;
	text-decoration: none;
}

.imagepadleft {
	padding-right: 10px;
	float: left;
}
.imagepadright {
	padding-left: 10px;
	float: right;
}
.SmallBox {
	float: left;
	width: 150px;
	margin-right:10px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	vertical-align:middle;
	background-color: #CFE5F2;
	font-weight: normal;
}
.SmallBox h1 {
	background-color: #FEE163;
	font-size:100%;
	margin:2px;
}
.BigBox {
	padding: 5px;
	text-align: left;
	background-color: #CFE5F2;
	padding: 5px;
	width:700px;
	clear:both;
	margin-left:-5px;
	font-weight: normal;
	margin-bottom:10px;
}
.BigBox h1 {
	background-color: #FEE163;
}
#donatebutton {
	float:right;
	margin-right:30px;
}
.storylinks {
	margin:0px;
	padding:0px;
	float:right;
	clear:both;
	list-style:none;
	list-style-image:none;
}
.storylinks li {
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
}