
body {
	background-color:#967E77;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color:#333;
	margin:0;
	padding:0;
}

#content a{
	color:#333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#content a:hover {
	color:#999;
	text-decoration:none;
	border-bottom: 0px;
}

*{outline: none;}

img {border: 0;}


#wrapper {
	width:960px;
	background-color:#f8f8f8;
	margin:0 auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#header {
	width:960px;
	height:135px;
	margin:0 auto;
	margin-bottom:25px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

#header h2 {
	padding:10px;
}

#nav {
	width:960px;
	height:100px;
	border-bottom:1px solid #ccc;
	text-align: right;
}

#nav a {
	display:inline;
	padding:10px;
	text-decoration:none;
	background-color:#f1f1f1;
	color: purple;
}

#nav a:hover {
	background-color:#bababa;
	height:80px;
}

#contentStf {
	width:940px;
	float:left;
	padding:10px;
}


/* homepage specific */
p.signup {
	text-align:center;
}

.signup a {
	color: red;
}

.signup a:hover {
	text-decoration: none;
}

#contentHP {
	width:960px;
	float:left;
	padding:0px;
}

div#donate {
	position:relative; 
	top:20px; 
	right:20px;
}

div#donateIE {
	position:relative; 
	top:5px; 
	right:20px;
}

div#head1 {
	position: absolute;
	color: #999;
	margin-left: 160px;
	font-family: Arial, sans-serif;
}

div#head2 {
	position: absolute;
	color: #36c;
	margin-left: 165px;
	margin-top: 35px;
	font-family: Arial, sans-serif;
}
div#head1IE {
	position: absolute;
	color: #999;
	top: 20px;
	margin-left: -410px;
	font-family: Arial, sans-serif;
}

div#head2IE {
	position: absolute;
	color: #36c;
	margin-left: -405px;
	top: 55px;
	font-family: Arial, sans-serif;
}
/* end homepage specific */

#content {
	width:675px;
	float:left;
	padding:10px;
}

#sidebar {
	width:200px;
	float:right;
}

#sidebar a {
	text-decoration:none;
}

#sidebar li {
	list-style:none;
}

#footer {
	clear:both;
	width:960px;
	height:135px;
	border-top:1px solid #ccc;
	color:#999999;
	text-align:center;
	font-size: 70%;

}

#footer a{
	color:#999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}

#footer a:hover {
	text-decoration:none;
	border-bottom: 0px;
}

#footer p {
	padding:10px;
}

/* twitter specific */
p.twitterText{
	font-family: Arial;
	font-size: small;
	color: #333;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
}
.twitterTextSub{
	font-family: Arial;
	font-size: small;
	color: #999;
	margin-left: 10px;
}
div.twitter{
	width: 450px; 
	border: 1px solid #ddd; 
	background-color: #eee;
	min-height: 70px;
}
#top2
{
	display:block;
	height:10px;
	width:455px;
}

#bottom2
{
	display:block;
	height:10px;
	width:455px;
}
h3.twit
{
	background-color:#783853;
	margin:0;
	min-height:0;
	padding:0;
	text-decoration:none;
	color: white;	
	font-size: medium;
	padding: 5px;
}
#tweetHead{
	width: 452px;
	display: block;
}
#twitImg {
	margin-bottom: 5px;
}
#twitPic {
	position: absolute;
	right: 25px;
	top: 12px;
	border: 0px;
}
/* facbook */
#top3
{
	display:block;
	height:10px;
	width:465px;
}

#bottom3
{
	display:block;
	height:10px;
	width:465px;
	margin-top: -11px;
}
/* shutterfly img */
#shutPic {
	position: absolute;
	right: 25px;
	top: -6px;
	border: 0px;
}

/*--Main Container - image rotation on homepage--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:400px;	width: 960px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	font-size: small;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
/*--END - image rotation on homepage--*/

