html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	height:100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


.clear{
	clear:both;
}
.inline{
	display:inline;
}
.bold{
	font-weight:bold;
}
.no_weight{
	font-weight:normal;
}
.italic{
	font-style:italic;
}
.underline{
	text-decoration:underline;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}

.blue{
	color:#d3ddeb;
}
body{
	margin:0px;
	padding:0px;
	font-family:Georgia;
	background-image:url(../../images/bg_gradient.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	color:#fff;
	font-size:14px;
	background-color:#000;
	text-align:center;
}
a{
	color:#6d3c2e;
	text-decoration:none;
}
a:hover{
	color:#D0C0B8;
}
h1{
	font-weight:normal;
}
h2{
	font-weight:normal;
}
h3{
	font-weight:normal;
}
#all{
	width:595px;
	margin:0px auto;
	text-align:left;
	padding-top:64px;
}
#content{
	margin-top:64px;
}
#content .col1{
	width:342px;
	float:left;
	margin-right:45px;
	font-size:16px;
	line-height:32px;
}
#content .col2{
	width:207px;
	float:left;
	line-height:26px;
}
#content .donate{
	margin-top:60px;
	color:#d3ddeb;
}
#content .donate .text{
	width:350px;
	float:left;
	margin-right:40px;
	font-size:14px;
	line-height:26px;
}
#content .donate .button{
	width:197px;
	float:left;
	line-height:24px;
}