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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#fff;
	background:#302417;
	text-align:center;
	margin:0;
	padding:0;
}

/* body */

#all {
	width:1024px;
	height:768px;
	background:url(../images/bg_full02.jpg) no-repeat top right;
	margin:0px auto;
	box-shadow: 7px 7px 8px #160D00;
	-webkit-box-shadow: 7px 7px 8px #160D00;
	-moz-box-shadow: 7px 7px 8px #160D00;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#160D00, offX=7, offY=7, positive=true);
}

#header {
	width:100%;
	height:175px;
	margin:0;
	padding:0;
}

#donate {
	width:243px;
	height:36px;
	margin:10px 40px 0px 0px;
	padding:0;
	float:right;
}

.dontate a, .dontate a:link, .dontate a:visited {
	text-decoration:none;
}

.donate img a:hover {
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity:0.5;
}

#nav {
	width:800px;
	height:120px;
	float:right;
	margin:20px 0px 0px auto;
}

#nav ul {
	list-style:none;
	display:inline;
	text-align:left;
}

#nav li {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}

.home img {
	width:97px;
	height:46px;
	float:left;
	margin:80px 0px 0px 0px;
}

.about img {
	width:119px;
	height:76px;
	margin:50px 0px 5px 10px;
	float:left;
}

.glo img {
	width:183px;
	height:84px;
	float:left;
	margin:40px 0px 0px 20px;
}

.done img {
	width:190px;
	height:76px;
	float:left;
	margin:30px 0px 0px 10px;
}

.do img {
	width:143px;
	height:75px;
	float:left;
	margin:7px 0px 0px 10px;
}

img a {
	text-decoration:none;
}

#main {
	width:100%;
	height:553px;
	padding:0;
	margin:0;
}

#fence {
	width:700px;
	height:550px;
	margin:0px 0px 0px 0px;
	text-align:left;
	float:right;
	padding:0px;
}

#fence_heading {
	text-align:left;
	margin:10px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}

#fence_heading h2 {
	font-size:2em;
	font-weight:bold;
	margin:30px 0px 0px 40px;
}

#fence p {
	margin:5px 30px 0px 50px;
	font-size:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.1em;
}

#content_top {
	width:700px;
	height:272px;
	margin:0px;
	padding:0px;
}

#content_top p {
	margin:5px 30px 0px 50px;
	font-size:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;
}

#content_top_pr {
	width:700px;
	margin:0px;
	padding:0px;
}

#content_top_pr p {
	margin:10px 30px 0px 50px;
	font-size:1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#about_top {
	width:700px;
	height:279px;
	margin:-10px 0px 15px 0px;
	padding:0px;
}

#about_top p {
	line-height:1.1em;
}

#main_withsig {
	width:400px;
	float:left;
	margin:0px 10px 0px 10px;
}

#main_withsig p {
	width:400px;
	line-height:1.2em;
	font-size:1.4em;
}

#signature {
	background:url(../images/jerry_sig.png) no-repeat;
	width:100px;
	height:94px;
	float:right;
	margin:0px 0px -20px 10px;
}

#thumbs {
	width:100px;
	float:left;
	margin:-90px 10px 0px 100px;
}

#thumbs img {
	margin:0px 0px 10px 0px;
	border:1px solid #000;
}

#thumbs2 {
	width:100px;
	float:left;
	margin:10px 20px 1px 50px;
}

#thumbs2 img {
	margin:0px 0px 10px 0px;
	border:1px solid #fff;
	
}

ul#list_do {
	margin:5px 0px;
}

ul#list_do li {
	font-size:1.4em;
	line-height:1em;
	margin:10px;
	color:#F4F4F4;
}

#content_bottom {
	width:620px;
	height:200px;
	margin:0px 50px;
}

#cb_left {
	width:330px;
	height:180px;
	margin:0px 10px 10px 0px;
	float:left;
}

ul#left {
	margin:-6px 0px 0px 0px;
}

#cb_left li {
	font-size:1.3em;	
}

#icons ul {
	list-style:none;
	display:inline;
	text-align:left;
	margin:5px 0px 0px 0px;
}

#icons li {
	display:inline;
	list-style:none;
	margin:0px 20px;
	padding:0px;
}

#cb_right {
	width:250px;
	height:180px;
	margin:0px 0px 10px 0px;
	float:left;
}

#cb_right li {
	font-size:1.3em;
}

form {
	margin:0 10px 0px 30px;
}

#footer {
	width:1024px;
	height:15px;
	margin:0px;
	padding:0px;
	clear:both;
}

#footer ul {
	list-style:none;
	display:inline;
	text-align:left;
	margin:0px auto;
	padding:0px;
}

#footer li {
	font-size:1.2em;
	display:inline;
	list-style:none;
	margin:0px 50px;
}

/* Pop up window*/
.pop {
	background:#302417;
	color:#fff;
	margin:0px auto;
	padding:0px 15px;
	text-align:left;
}

#pop_content {
	margin:40px auto 20px auto;
}

#pop_content h1 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
}

#pop p {
	font-size:1.3em;
}

#pop ul li {
	font-size:1.2em;
	margin: 5px;
}


/* Classes*/

h1 {
	font-size:1.9em;
	font-weight:bold;
	border-bottom:1px dotted #fff;
	margin:0px 15px;
}
	
h3 {
	font-size:1.4em;
	width:600px;
	text-align:center;
	font-weight:bold;
	border-bottom:1px dotted #fff;
	margin:10px auto;
}
	
a:link, a:visited {
	text-decoration:none;
	color:#E4E9D1;
}

a:hover {
	color:#ADADAD;
}
