* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	color:#C0C0C0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: url(images/red-background.jpg) repeat-x 0 0;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	color:#800000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

p {
	font-size: 1.3em;
	margin-bottom: 15px;
}

a {
	color: #800000;
	text-decoration: none;
}
a:active    {
	color: #800000;
	text-decoration: underline;
}
a:hover    {
	color: #FFFFFF;
	text-decoration: underline;
}


#logo-wrap {
	width: 664px; /* 560+100+4 */
	margin: 60px auto auto auto; /* 50+10 = buffers logo from top of page */
	height: 150px; /* 664 x 140 = displayed logo size, 10 buffers logo from page-wrap */
	background: transparent url(images/mayanized_logo_simple_final.png) no-repeat 0 0px;
	background-size: 100%;
	border: none;
}

#page-wrap {
	width: 560px;
	padding: 20px 50px 20px 50px;
	margin: auto;
	min-height: 500px;
	height: auto !important;
	height: 800px;
	background: url(images/shaders/shader90gry.png) repeat;
	border: 2px solid #C0C0C0; /* #900; red */
}

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 420px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin-left: 15px;
	border: 2px solid #ccc;
}

#contact-area textarea {
    resize: none; /* disables stretch ability */
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

#donate-area {
	width: 500px;
	margin-top: 25px;
}

#donate-area input {
	padding: 5px;
	width: 122px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin-left: 15px;
	border: 2px solid #ccc;
}

#donate-area input:focus {
	border: 2px solid #900;
}

td.left {
	width: 80px;
	text-align: left;
	font-size: 1.4em;
}

#captcha-area {
	margin-left: 78px;
}

#social_networking_container {
  position: fixed;
  top: 0px;
  height: 48px;
  width: 100%;
  background: #660000;
  border-bottom: 2px solid #808080;
  z-index: 99;
}
#social_networking {
}
.facebook
	{
	position: absolute;
	top: 8px;
	right: 200px;
	z-index: 100;
    }
.facebook a
	{
	display: block;
	background: transparent url(images/facebook1.png) no-repeat 0 0px;
	color: #fff;
	height: 32px;
	line-height: 24px;
	font-size: 13px;
	width: 32px;
	text-align: center;
	cursor: pointer;
    }
.facebook a:hover
	{
	background: transparent url(images/facebook2.png) no-repeat 0 0px;
    }

.twitter
	{
	position: absolute;
	top: 8px;
	right: 163px;
	z-index: 103;
    }
.twitter a
	{
	display: block;
	background: transparent url(images/twitter1.png) no-repeat 0 0px;
	color: #fff;
	height: 32px;
	line-height: 24px;
	font-size: 13px;
	width: 32px;
	text-align: center;
	cursor: pointer;
    }
.twitter a:hover
	{
	background: transparent url(images/twitter2.png) no-repeat 0 0px;
    }
.mail
	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
    }
.mail a
	{
	display: block;
	background: transparent url(images/shaders/shader60blk.png) repeat;
	color: #fff;
	height: 32px;
	line-height: 24px;
	font-size: 13px;
	width: 32px;
	text-align: center;
	cursor: pointer;
    }
.mail a:hover
	{
	background: transparent url(images/shaders/shader60wht.png) repeat;
    }

