/*style sheet*/

/*General Links*/
A:link
{ text-decoration: none; color:#000045; }
A:visited
{ text-decoration: none; color:#000045; }
A:active
{ text-decoration: none; color:#000045; }
A:hover
{ text-decoration: none; color:#EBE2BF; }


/*Body Properties*/
body {
margin: 0px;
padding: 0px;

background-color: #B8B991;
font-family:arial;
color: #000000
font-size: large;
font-weight: normal;
}


/*Wrapper*/
div#wrapper {
background-color: #B8B991;
width:100%;
height:100%;
margin: auto;
}


/*Header*/
div#header {
/*without a width setting, this auto fits with the wrapper and centers*/
padding:10px;
padding-bottom: 20px;
margin: 0px;
text-align: center;
background-color: #B8B991;
}

/*Container for Main Area-because I'm a cheater*/
div#container {
width:970px;
background-color: #B8B991;
margin: 0px;
padding: 5px;
}


/*Main part of the page*/
div#main {
width: 710px;
min-height:400px;
padding: 0px;
margin: 0px;
text-align: center;
background-color: #B8B991;
float:left;
}


/*Titles in the Main Section*/
h3 {
text-align: center;
color: #EBE2BF;
font-size: x-large;
font-weight: normal;
background-color: #B8B991;}


/*Images*/
img {
border: none; }

/*Left Navigation Column*/
div#nav {
width: 150px;
padding-left: 5px;
padding-right: 5px;
padding-top:30px;
padding-bottom:0px;
margin: 0px;
background-color: #B8B991;
float: left;
}


/*Navigation Buttons*/
a.home {
	display:block; 
	width:141px; 
	height:47px; 
	background: url(buttons/homepagea.jpg) no-repeat top left;
	text-decoration: none; 
	padding:0px; } 

a.home:hover {
	background: url(buttons/homepageb.jpg) no-repeat top left;}



a.donate {
	display:block; 
	width:141px; 
	height:47px; 
	background: url(buttons/howtohelpa.jpg) no-repeat top left;
	text-decoration: none; 
	padding:0px; } 

a.donate:hover {
	background: url(buttons/howtohelpb.jpg) no-repeat top left;}


a.yourstories {
	display:block; 
	width:141px; 
	height:47px; 
	background: url(buttons/yourstoriesa.jpg) no-repeat top left;
	text-decoration: none; 
	padding:0px; } 

a.yourstories:hover {
	background: url(buttons/yourstoriesb.jpg) no-repeat top left;}


a.buy {
	display:block; 
	width:141px; 
	height:47px; 
	background: url(buttons/wheretobuya.jpg) no-repeat top left;
	text-decoration: none; 
	padding:0px; } 

a.buy:hover {
	background: url(buttons/wheretobuyb.jpg) no-repeat top left;}


a.safe {
	display:block; 
	width:141px; 
	height:47px; 
	background: url(buttons/gassafetya.jpg) no-repeat top left;
	text-decoration: none; 
	padding:0px; } 

a.safe:hover {
	background: url(buttons/gassafetyb.jpg) no-repeat top left;}

a.myblog {
	display:block; 
	width:141px; 
	height:47px; 
	background: url(buttons/mystorya.jpg) no-repeat top left;
	text-decoration: none; 
	padding:0px; } 

a.myblog:hover {
	background: url(buttons/mystoryb.jpg) no-repeat top left;}


a.contest {
	display:block; 
	width:141px; 
	height:47px; 
	background: url(buttons/entercontesta.jpg) no-repeat top left;
	text-decoration: none; 
	padding:0px; } 

a.contest:hover {
	background: url(buttons/entercontestb.jpg) no-repeat top left;}

/*Input and Text Area Settings*/
input, textarea
{ background: #EBE2BF;
font-family: verdana; 
color: #000000; 
border-style: solid; 
border-color: #000000;
border-width: 1px; }


/*Footer*/
div#footer {
clear:both;
width:970px;
padding: 10px;
margin: 0px;
text-align: center;
background-color: #B8B991;
 }


/*bottom links*/
li {
list-style-type: none;
display: inline;
padding: 20px 20px;
}















