body{
	background: url('../img/bg.jpg');
	background-repeat: repeat-x;
	margin: 0 0 0 0;
}

#header{
	background-color: #a01040;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0 0 15px 5px;
}

#header a{
	color: #aaf;
}
#header h1 a{
	color: #fff;
	text-decoration: none;
}

a{
	color: #44d;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#footer{
	font-size: 10px;
	background-color: #eee;
	text-align: center;
	margin: 25px 50px 0 50px;
}

#main{
	background-color: #f7f0f0;
	margin: 0 50px 0 50px;
	padding: 15px 5px 15px 5px;
}

#righty{
	float: right;
	background: #f0f0f0;
	border-left: 1px dotted #a0a0a0;
	width: 200px;
	margin-bottom: 100px;
}

div.forgotpassword{
	font-size: 0.75em;
	font-weight: bold;
}

input{
	border: 1px solid #000;
}
textarea{
	border: 1px solid #000;
}
#donate input{
	border: 0px solid #000;
}

div.error{
	color: #f00;
	font-weight: bold;
}

/*Box used to contain questions and responses*/
div.qbox{
	background-color: #f0e7e7;
	padding: 5px 0 5px 18px;
	margin: 10px 10px 5px 5px;
}
div.qbox div.title{
	font-weight: bold;
	font-size: 1.5em;
}

div.qbox div.date{
	font-size: 0.7em;
	color: #707070;
}

div.qbox div.body{
	padding-left: 10px;
}

.category{
	color: #707070;
}

hr{
	width: 90%;
	border: 1px solid #777;
}


