/* HTML */

body {
	background: #000 url(../../images/background.gif) no-repeat center top;
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
}

div {
	color: #262626;
	font: 12px/20px Osaka, helvetica;
}

h1 {line-height: 1.0em;font-weight: normal;
	color: #333;
	font-size: 2em; font-style: normal; }

a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	padding-right: 30px;
	display: block;
}

a:visited {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #ed1c24;
}

/* Layout */

#header {
	width: 830px;
	border-bottom: 1px none #ed1c24;
	float: left;
	display: block;
	background-color: #fff;
	padding-bottom: 40px;
}

.logo {
	margin-top: 30px;
	margin-left: 45px;
	float: left;
	display: inline;
}

.donate {
	display: inline;
	float: right;
	margin-right: 45px;
	color: #ed1c24;
	font-size: 18px;
}

#header a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	padding-right: 30px;
	display: block;
}

#header a:hover {
	text-decoration: none;
	color: #ed1c24;
}

#left {
	float: left;
	width: 560px;
	background-color: #fff;
	border-right: 1px solid #ccc;
}

#right {
	width: 269px;
	float: right;
	background-color: #fff;
}

#full {
	width: 100%;
	background-color: #fff;
}

#canvas {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 830px;
}

#content {
	width: 500px;
	margin: 15px 15px 15px 45px;
}

#content2 {
	margin: 15px 15px 15px 45px;
}

#adspace {
	width: 210px;
	background-color: #fff;
	margin: 15px;
}

#menuupper {
	padding-bottom: 10px;
	border-bottom: 1px none #ccc;
	float: left;
	display: inline;
	width: 50%;
}

#menuupper a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	padding-right: 30px;
	display: block;
}

#menuupper a:hover {
	text-decoration: none;
	color: #ed1c24;
}

#menulower {
	padding-bottom: 10px;
	border-bottom: 1px none #ccc;
	display: inline;
	float: left;
	width: 50%;
}

#menulower a {
	text-decoration: none;
	color: #333;
	padding-right: 30px;
	display: block;
}

#menulower a:hover {
	text-decoration: none;
	color: #ed1c24;
}

#page {
	width: 500px;
	margin: 15px 15px 30px 45px;
	clear: both;
	
	padding-top: 10px; line-height: 19px; }

#page a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	padding-right: 30px;
	display: block;
}

#page a:hover {
	text-decoration: none;
	color: #ed1c24;
}

#page-full {
	width: 735px;
	margin: 15px 15px 30px 45px;
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#page-full2 {
	width: 100%;
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#slideshow {
	position:absolute;
	top: 30px;
	left: 50%;
	width:350px;
	margin-left: -175px; /*set to a negative number 1/2 of your width*/
}

#websiteby {
	margin-left: 45px;
	padding-bottom: 30px;
	font-size: 10px; margin-right: 45px; border-top: 1px solid #ccc; padding-top: 15px; }

#websiteby a, a:hover, a:visited, a:active {
	display: inline;
	padding-left: 0;
	color: #000;
}

#images a {
	display: inline;
	padding: 0;
	border-style: none;
	border-width: 0;
}

#enter {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

#enter a, #enter a:hover, #enter a:active, #enter a:visited {
	color: #fff;
	text-decoration: none;
}

label { font-weight: bold; }

input.text { width: 400px; border: 1px solid #aaa; font-size: 1em; padding: .5em; }

textarea { width: 100%; height: 400px; }

#pages {  }

#pages div { overflow: hidden; margin-bottom: 15px; }

#pages span { width: 25%; float: left; }

#pages a { display: inline; padding-right: 0; }

#pages a:hover {
	text-decoration: none;
	color: #ed1c24;
}

#pages a:visited {
	color: #333;
}

#page_header {
	width: 500px;
	margin: 15px 15px 30px 45px;
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 10px; line-height: 19px; }

}

#menu {
	padding-bottom: 10px;
	border-bottom: 1px none #ccc; overflow: hidden; }

#menu a {
	text-decoration: none;
	color: #333;
	display: block; width: 33%; float: left; padding-right: 0; font-weight: normal; font-style: normal; font-size: 15px; margin-bottom: 8px; }

#menu a.selected { color: #ed1c24; }

#menu a:hover {
	text-decoration: none;
	color: #ed1c24;
}
#sub_menu {
	padding-bottom: 10px;
	border-bottom: 1px none #ccc; overflow: hidden; }

#sub_menu a {
	text-decoration: none;
	color: #333;
	display: block; width: 33%; float: left; padding-right: 0; font-weight: normal; font-style: normal; font-size: 10px; margin-bottom: 8px; }

#sub_menu a.selected { color: #ed1c24; }

#sub_menu a:hover {
	text-decoration: none;
	color: #ed1c24;
}
