body { 
	/* customize_body */ font: normal normal 13px Arial; /* customize_body */
	/* customize_body */ color: #777777; /* customize_body */
	line-height:18px;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
}

img {border: 0px}
a,a:visited,a:active {
	/* customize_link */ color: #66aa33; /* customize_link */
}
a:hover {
	/* customize_link_hover */ color: #66CC00; /* customize_link_hover */
} 

h1,h2,h3,h4,h5{ margin:0px 0px 4px 0px; padding:4px 0px; margin-top:8px }
h1{ font: normal normal 21px Arial; line-height:28px }
h2{ font-size:18px; line-height:24px }
h3{ font-size:16px; line-height:21px }
h4{ font-size:14px; line-height:18px }
h5{ font-size:13px; line-height:16px }
p{ padding:0px 0px 0px 0px; margin:0px 0px 12px 0px; }
body {
	width:960px;
	margin:5px auto;
	background-color:white;
	color:#706f6f;
	font-size:12px;
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	line-height:150%;
}

h1, h2, h3, h4, h5, h6 {
	padding-top:0px;
	margin-top:0px;
}
 
 h1 {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: #CCC 1px solid;
	text-align: center;
	margin-bottom:10px;
	padding-top:5px;
 }

.header {
	background-image: url(/themes/tcf/images/logo960.png);
	height:141px;
	margin-bottom:5px;
}
 
.masthead {
	height:300px;
	margin-bottom:-56px;
	padding:0px;
}
 
.amain {
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
}
 
.footer {
	margin-top:10px;
	border-top: #ddd 1px solid;
	font-size: 80%;
	color: #ccc;
}

div#nav {
	margin:0px;
	padding:13px 0px 5px;
	height:38px;
	background: transparent url(/themes/tcf/images/nav-fade.png) repeat-x;
	position:relative;
}

div#nav ul {
	list-style-type:none;
	display:block;
	padding:0px 0px 0px 5px;
	margin:0px;
	margin-bottom:2px;
	height:100%;
}

div#nav ul li {
	display:block;
	float:left;
	width:131px;
	margin: 0px 2px 0px 2px;
	text-align: center;
	height:100%;
	border-top: transparent 1px solid;
	border-bottom: transparent 1px solid;
}

div#nav a {
	color: white;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	text-shadow: black 1px 1px 1px;
	display:block;
}

div#nav ul li:hover {
	color: #fe8;
	border-top: white 1px solid;
	border-bottom: white 1px solid;
}

div#nav li.nav-selected {
	border:white 1px solid;
	color: #fe8;
}

div#donate-buttons {
	width:200px;
	float:left;
}

div#donate-content {
	width:740px;
	float:left;
	padding-left:20px;
}

.donate-button {
	border:#ccc 1px solid;
	margin:4px 0px;
	text-align:center;
	font-size: 120%;
	font-weight:bold;
	padding:10px;
	cursor:pointer;
	background-color:#ffe0ed;
}

.donate-button:hover {
	background-color:#fe8;
}
