/*
//
// primary styles
// Author: DataSetGo
// Date: 2006/04/18
//
/////////////////////////////////////// */



/* Global Styles
/////////////////////////////////////// */
body {
	font: 14px/18px "trebuchet ms", arial, sans-serif;
	background: #e9e9e9;
	color: #333;
	margin: 0;
	padding: 0;
}

a {
	color: #247448;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	color: #333;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	color: #247448;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	color: #333;
}


#main_container {
	width: 798px;
	margin: 0 auto 0 auto;
	background: orange url(/sync/dollars_for_darfur/container.png) repeat-y;
	padding-bottom: 30px;
}

#container {
	width: 743px;
	margin: 0 auto 0 auto;
}

#header {
	height: 125px;
	padding-left: 10px;
}

#header img#photos {
	padding: 0 0 0 20px;
}

#content {
	margin-top: -5px;
}

/* Content Sidebar Items */
#contentRight {
	width: 300px;
	float: right;
        padding: 0px 20px 0px 30px;
}

#contentRight img#groupPic{
	padding-bottom: 20px;
}

#redSideBar {
	color: #fff;
	background: #fff url(/sync/dollars_for_darfur/redSideBar.png) no-repeat;
	width: 277px;
	height: 280px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	padding: 0 15px 10px 11px;
}

#redSideBar h1 {
	color: #fff;
	font: 36px/36px "Trebuchet MS", arial;
	padding: 15px 0 0 0;
	font-weight: bold;
}

#redSideBar h2 {
	color: #fff;
	font: 28px/28px "Trebuchet MS", arial;
}

#redSideBar a {
	color: #fff;
	text-decoration: underline;
}
	
#contentLeft {
	width: 410px;
	padding: 15px 0 0 15px;
}

/* Nav bar items */

#nav {
	height: 40px;
	background: #fff url(/sync/dollars_for_darfur/nav.png) no-repeat;
	padding: 10px 0 0 20px;
	margin: 10px 0 0 0;
}

#nav ul {
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#nav li {
	list-style-type: none;
	margin: 0px;
	padding-right: 25px;
	float: left;
	text-transform: capitalize;
	font-size: 15px;
}

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

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

#nav #saveLink {
	float: right;
	font-size: 15px;
	padding-right: 14px;
}


#footer {
	height: 57px;
	background: #fff url(/sync/dollars_for_darfur/footer.png) no-repeat;
	color: #fff;
	font-size: 12px;
	padding: 9px 0 0 23px;
}

#footer a {
	text-decoration: underline;
	color: #fff;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

  
  
 /* page-specific styles
 ////////////////////////////////////// */
 
#contentInt {
	margin-top: -5px;
	padding: 0 25px;
	line-height: 25px;
}