@charset "UTF-8";
/* CSS Document */

body {
	margin:0 0 0 0;
	background:#C8ECFA;
	font-family:Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:1.6;
}

div.container {
	position:absolute;
	width:720px;
	left:50%;
	margin-left:-360px;
	top:0px;
	background:url(../_img/sj_bg.png) #C8ECFA repeat-y top center;
}

div.header {
	position:relative;
	margin: 0 25px 0 25px;
	width:670px;
	height:475px;
	background:url(../_img/sj_header.jpg);
}

div.nav {
	position:relative;
	margin: 0px 25px 0px 25px;
	width:670px;
	text-align:center;
	font-size:13px;
	padding: 0px 0 0px 0;
	border-top: solid 7px #E6E6E6;
	border-bottom: solid 7px #E6E6E6;
	color:#CCCCCC;
	text-transform:uppercase;
	background-color:#E6E6E6;
}

div.content {
	position:relative;
	float:left;
}

div.content#left {
	margin-top:10px;
	width:240px;
	margin-left:25px;
	padding: 0 10px 0 10px;
}

div.content#left_borderless {
	width:250px;
	margin-left:15px;
	margin-bottom:-10px;
	padding: 0 10px 0 10px;
}

div.content#right {
	margin-top:10px;
	width:380px;
	margin-left:10px;
	padding: 0 10px 0 10px;
}

div.content#full {
	margin-top:10px;
	width:380px;
	margin-left:25px;
	padding: 0 145px 0 145px;
}

div.footer {
	position:relative;
	margin: 10px 25px 0px 25px;
	width:670px;
	text-align:center;
	font-size:10px;
	padding: 0px 0 0px 0;
	border-top: solid 10px #E6E6E6;
	color:#666666;
	text-transform:uppercase;
	background-color:#E6E6E6;
}

div.start {
	position:relative;
	margin: 0 0px 0 0px;
	width:720px;
	height:25px;
	background:url(../_img/sj_top_bg.png);
}

div.end {
	position:relative;
	margin: 0 0px 0 0px;
	width:720px;
	height:25px;
	background:url(../_img/sj_foot_bg.png);
}

div.clear {
	clear:both;
	height:0px;
}

div.justgiving {
	position:absolute;
	width:230px;
	height:35px;
	top:465px;
	left:50%;
	margin-left:-335px;	
}

div.sign_up {
	position:absolute;
	width:300px;
	height:35px;
	top:465px;
	left:50%;
	margin-left:35px;	
}

a {
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#00CCFF;
}

a.white {
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}
a.white:hover {
	color:#FFFFFF;
	background-color:#999999;
}

img {
border:none;}

h1 {
/*	text-align:center;
*/	margin-top:-2px;
	color:#4FBB7E;
	font-weight:bold;
	text-transform:uppercase;
}

h2 {
	color:#00CCFF;
	margin-top:-5px;
	margin-bottom:-4px;
}