body {
	padding: 0;
	margin: 0;
	font-size: 10px;
	background: #333333;
}
h1, h2, h3, h4 {
	margin: 0 0 0.7em 0;
}
p {
	margin: 0 0 0.7em 0;
}
a {
	color: #336699;
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
}
p {
	line-height: 1.5em;
}
#wrap {
	width: 860px;
	margin: 30px auto 0 auto; /* Top 30px, left auto, bottom 0 cause it doesn't work, and right auto, the auto is to put it into center. */
	background: #ffffff url(../images/wrap_corner_left.jpg) top left no-repeat;
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial;
}
.wrap_corner_right {
	background: url(../images/wrap_corner_right.jpg) top right no-repeat;
}
.bottom_space {
	margin-bottom: 30px;
}
#topcontent {
padding: 3px 3px 0 3px;
}
#header {
	background:  url(../images/header_corner_left.jpg) top left no-repeat;
}
#top_header {
	background: url(../images/header_corner_right.gif) top right no-repeat;
}
#headerbg {
	height: 258px;
	position: relative;
	background: #336699 url(../images/headerbg.jpg) right no-repeat;
}
#header #logo { 
	padding: 30px 0 0 20px; 
	width: 275px;
	float: left;
}
#header #logo a {	text-decoration:none; color: #FFFFFF; }
#header #logo a img {	border:none; }
#header #logo { height: 55px; }
#header #logo h1 {
	font-size: 3.5em;
	padding: 0;
	margin: 0;
}
#header #logo h1 a {

}
#header #logo p {
	 margin: 1em 0 0 0;
	 padding: 0;
	 font-size: 2.5em;
	 color:white;
}

#header #menu_container { 
position:absolute;
bottom:0;
left:20px;
width:815px; }
#header #menu {
	height: 35px;
	background: url(../images/menu_bg.gif) top right no-repeat;
	font-size: 1.1em;
}
#header #menu ul {
	list-style: none;
	height: 35px;
	margin: 0;
	padding: 0 0 0 5px;
	background: url(../images/menu_bg_leftcorner.gif) top left no-repeat;
}
#header #menu ul li {
	display: inline;
}
#header #menu ul li a {
	display: block;
	float: left;
	color: #ffffff;
	height: 35px;
	text-decoration: none;
	line-height: 35px;
	background: url(../images/menu_bg_separator.jpg) top right no-repeat;
	padding: 0 15px;
	font-size: 1.4em;
}
#header #menu ul li a:hover,
#header #menu ul li a.act {
	text-decoration: underline;
	/* color: #CCDDEE; */
}

#body {
	background: url(../images/body_bg.jpg) top left repeat-x;
	padding: 25px 20px 0 20px;
	font-size: 12px;
}
#body .body_left {
	float: left;
	width: 405px;
}
#body .body_right {
	float: right;
	width: 405px;
}
#body h1, #body h2 {
	font-size: 1.4em;
	color: #264E75;
	padding: 0;
	font-family: Arial;
}
#body p {
	font-size: 1.1em;
}

#body p a,
ul.asterix a {
	color: #336699;
}

#body ul.asterix {
	padding: 0 20px;
	margin: 0 0 15px 0;
	list-style: none;
	font-size: 1.1em;
}
#body ul.asterix li {
	padding: 0 0 5px 15px;
	background: url(../images/ul_asterix_li.jpg) 1px 3px no-repeat;
}
#body ul.asterix li.green {
	background: url(../images/ul_asterix_li_green.jpg) 1px 3px no-repeat;
	color: #00CC00;
}

#body #body_left {
	width: 400px;
	float: left;
}
#body #body_left p.ideas {
}
#body #body_left p.ideas span {
	font-weight: bold;
	color: #950065;
}

#body #body_right {
	width: 390px;
	padding-left: 20px;
	float: right;
}
.yellow {
	background: #FFFF9B;
}
.yellow_container {
	padding: 0;
	margin: 0 0 15px 0;
}

#body #body_right #project_signup {
	float: left;
	width: 165px;
	padding-left: 10px;
}
#body #body_right #member_signup {
	float: right;
	width: 166px;
	padding: 0 10px;
}

#body #body_right #signup {
	font-size: 1.1em;
}

#body #body_right #signup .title {
	font-family: Arial;
}

#body #body_right #signup a.signup {
	color: #FFFFFF;
	background: #950065;
	display: block;
	line-height: 30px;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#body #body_right #signup .title {
	color: #264E75;
	font-weight: bold;
	margin-bottom: 10px;
}

#bottomcontent {
	background: url(../images/bottomcontent_corner_left.jpg) bottom left no-repeat;
}
#bottomcontent .bottomcontent_right {
	background: url(../images/bottomcontent_corner_right.jpg) bottom right no-repeat;
	padding: 3px;
}
#footer {
	background: #336699 url(../images/footer_corner_left.jpg) bottom left no-repeat;
	border-top: 1px solid #264E75;
	color: #FFFFFF;
	font-size: 1.1em;
}
#footer .footer_corner_right {
	background: url(../images/footer_corner_right.jpg) bottom right no-repeat;
}
#footer .left,
#footer .right {
	padding-bottom: 15px;
	padding-top: 15px;
}
#footer .left {
	width: 600px;
	float: left;
	padding-left: 20px;
}
#footer .left a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .left a:hover {
	text-decoration: underline;
}
#footer .right {
	width: 180px;
	float: right;
	padding-left: 15px;
	padding-right: 20px;
	text-align: right;
}
#footer .right a {
	color: #ffffff;
	text-decoration: underline;
}
.tos_titles {
	color: #950065;
	font-weight: bold;
}
.clearer {
	clear: both;
}
form.gift {
	text-align: center;
	width: 160px;
	margin: 0 5px 10px 5px;
	float: left;
	border: 2px solid #336699;
	font-size: 1.1em;
	height: 265px;
	padding: 5px 10px 0 10px;
}
form.gift em, form.gift a, form.gift strong {
	display: block;
}
form.gift a {
	margin: 10px 0;
}
form.gift div {
	height: 120px;
}
form.gift div a {
	margin: 0;
}
form.gift h3 {
	height: 45px;
}