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, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, header, footer, section, 
aside, nav, article, figure, time, legend { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size:100%;
	vertical-align: baseline;
	font-style: normal;
} 

body {
	line-height: 1.4;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 15px;
	background-color: #7b2e00;
}

#bodywrap {
	width: 800px;
	margin: 0 auto;
	border-left: solid 2px #fac13d;
	border-right: solid 2px #fac13d;
	background-image: url(images/contentback.png);
	background-repeat: repeat-y;
}

#content {
	padding: 20px;
	width: 610px;
	color: #8e1f02;
	border-right: solid 2px #fac13d;
}

#content a {
	color: #000;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content img {
	padding: 5px 15px;
}

#content img.left {
	float: left;
	
	clear: left;
	padding-left: 0;
}

#content img.right {
	float: right;
	width: 131px;
	clear: right;
	padding-right: 0;
}

#content ul, ol {
	padding: 10px 25px;
	line-height: 25px;
}

#content a.nostyle {
	text-decoration: none;
	color: #8e1f02;
}

#headerwrap {
	background-image: url(images/headerback.png);
	background-repeat: no-repeat;
	background-position: 55px 0;
	height: 173px;
	background-color: #000;
	border-bottom: solid 2px #fac13d;
}

header #homelink
{
	display: block;
	height: 120px;
}

header h3 {
	background-repeat: no-repeat;
	font-style: italic;
	padding: 13px 0 18px 85px;
	color: #fff;
}

header h3.news {
	background-image: url(images/titlenews.png);
}

header h3.girl {
	background-image: url(images/titlegirl.png);
}

header h3.globe {
	background-image: url(images/titleglobe.png);
}

header h3.house{
	background-image: url(images/titlehouse.png);
}

header h3.passport{
	background-image: url(images/titlepassport.png);
}

header h3.take {
	background-image: url(images/titletake.png);
}

p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
}

header h1 {
	position: absolute;
	left: -2000px;
}

h3 {
	color: #FFA500;
	font-size: 150%;
	padding-bottom: 10px;
}

aside {
	float: right;
	width: 150px;
	color: #8e1f02;
}

aside div {
	padding: 10px;
	text-align: center;
	font-size: 80%;
}

aside div a {
	color: #000;
	text-decoration: none;
}

aside h4 {
	text-transform: uppercase;
	font-size: 120%;
	
}

nav ul {
	color: #fff;
	text-transform: uppercase;
	font-size: 120%;
	list-style: none;
	height: 30px;
	line-height: 30px;
	padding-top: 14px;
	padding-left: 15px;
}

nav ul li {
	float: left;
	padding-right: 18px
}

nav a {
	color: #fff;
	text-decoration: none;
}

nav a:hover {
	border-bottom: solid 2px #fff;
}

nav ul li#nav-about {
	padding-left: 10px;
	width: 95px;
}
nav ul li#nav-efforts {
	width: 130px;
}
nav ul li#nav-fund {
	width: 135px;
}
nav ul li#nav-orph {
	width: 120px;
}
nav ul li#nav-media {
	width: 65px;
}
nav ul li#nav-stats {
	width: 105px;
}

footer div {
	background-color: #7b2e00;
	border-bottom: solid 2px #fac13d;
	border-top: solid 2px #fac13d;
	font-size: 75%;
	color: #FFA500;
	text-align: center;
	padding-top: 8px
}

footer div dt {
	font-size: 120%;
}

/*
.color1 { color: #506120}
.color2 { color: #D5DA06}
.color3 { color: #FFE66A}
.color4 { color: #FFB224}
.color5 { color: #F27405}
.color6 { color: #B02101}

.color1 { color: #FFFFFF}
.color2 { color: #FF9B37}
.color3 { color: #C86400}
.color4 { color: #966432}
.color5 { color: #0C0C0C}

.color1 { color: #FFA500}
.color2 { color: #3F454C}
.color3 { color: #5A646E}
.color4 { color: #74C4DD}
.color5 { color: #FFFFFF}

*/