/*----- Color Glossary

lt. blue: #e5ecf7
dk. blue: #007dc3
dk. orange: #F89C56
md. orange: #FEDEC3
lt. orange: #FFE8D6

----------*/

body{
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 1.8em;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	background:  url(http://www.myspacematters.com/images/site/bg_main.gif) top left repeat;
}

#wrap{
	background:  url(http://www.myspacematters.com/images/site/bg_wrap_home.gif) top left no-repeat;
	width: 715px;
	height: 586px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#sidebar{
	width: 261px;
	float: left;
	text-align: center;
}

h1{
	background:  url(http://www.myspacematters.com/images/site/logo_spacematters_home.gif) top left no-repeat;
	display: block;
	width: 279px;
	height: 334px;
	margin: 0 0 0 -18px;
	text-indent: -1000em;
	outline: none;
	text-decoration: none;	
}

h2{
	color: #F89C56;
	font-style:italic;
	margin-top: 1.5em;
}

ul.contact{
	list-style: none;
	font-weight:bold;
	margin: 30px 0;
	padding: 0;
}

ul.contact li{
	margin: 5px 0;
}

ul.contact li a{
	color: #000;
	text-decoration: none;
}

ul.contact li a:hover{
	color: #000;
	text-decoration: underline;
}

p.become_org a{
	font-weight: bold;
	color: #007dc3;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 120%;
}

p.become_org a:hover{
	text-decoration: underline;
}

#content{
	width: 420px;
	margin: 0 20px 0 10px;
	float: left;
}

#content p{
	margin: 1em 30px;
}

#home_links a{
color:#007dc3;
text-decoration:none;
}

#home_links a:hover{
color:#007dc3;
text-decoration:underline;
}

#nav{
	width: 420px;
	text-align: center;
	margin: 30px 0;
	
}

#nav ul{
	list-style: none;
	text-transform: uppercase;
	font-size: 95%;
	font-weight:bold;
	margin: 10px 0;
	padding: 0;
}

#nav ul li{
	display: inline;
	padding: 5px;
	border-right: 1px solid #F89C56;
}

#nav ul li.last{
	border-right: 0;
}

#nav ul li a{
	color: #000;
	text-decoration: none;
}

#nav ul li a:hover{
	color: #007dc3;
	text-decoration: none;
}

#tips_home{
	background:  url(http://www.myspacematters.com/images/site/bg_tips_home.gif) top left no-repeat;
	width: 229px;
	height: 333px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	padding: 110px 30px 20px 80px;
	font-weight: bold;
}

#tips_home p{
	margin: 0.5em 0 1em 0;
}