body{
	
	
	height:100%;
	overflow:inherit;


}


#container {
	text-align:center;
	position:relative; 
	width:960px;
	overflow:auto;
	margin-left: auto;
	margin-right:auto;

}


#header {
	
	text-align: center;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:10px;

	
}
#divider {
	text-align:center;
	width:100%;

}
p {
	 font-family:Arial, sans-serif;
	 color:#000000;
	 cursor: default;
	 text-align:center;
	 font-size:20pt;
	 

}
h1 {
	font-family:Arial, sans-serif; 
	font-size: 24pt;
	text-align:center;
	color:#000000;
	cursor: default;
	

}
h2 {
	font-family:Arial, sans-serif;
	font-size: 20pt;
	display: inline;
	color:#000000;
	cursor: default;

}
h3 {
	font-family:Arial, sans-serif;
	font-size: 18pt;
	cursor: default;
	color: #000000;
	text-align:center;
	

}

ul {
  	text-align:left;
  	padding:0;
  	margin-left: 3em;
  	font-family:Arial, sans-serif;
  	font-size:12pt;
  
  }
img {
	text-align:center;
	border:none;

}
#content {
	
	
	margin-left:200px;
	margin-right:-150px;
	font-size: 10pt;
	width:545px;
	height:100%;
	overflow: auto;
	text-align:center;

}

#content p {
	 font-family:Arial, sans-serif;
	 font-size: 12pt;
	 color:#000000;
	 cursor: default;
	 margin-left:10px;
	 margin-right:10px;
	 text-align:center;
	 padding:2px;
}

/*PICTURE FLOAT*/
.align-center
    {
    text-align:center;
    margin: 0 15px 15px 0; 
    }


.align-left {

float:left; 
margin: 0 15px 15px 0; 
}
.align-right {

float:right; 
margin: 0 15px 15px 0;

}
.picture { 
border: none;
padding: 2px;
font: 12px/1.4em Arial, sans-serif;
}
.picture img {
border: none;
vertical-align:middle; 
margin-bottom: 2px;
padding-top:10px;
padding-left:10px;
} 


#menu {
	
	float: left;
   	width:15%;
   	height:100%;
   	padding-left:20px;
	list-style-type: none;
	text-align:center;
	
}

/* MENU ITEMS
#menuHome {
	display:block;
	width:118px;
	height:30px;
	background-image:url('rtr_home.png');	
}
#menuHome:hover {
	
	
	background-position: 118px 0px;
	
	
}
#menuHome:active {
	background-position: 255px 0px;

}
#menuHome span {
	display:none;

}
#menuGallery {
	display:block;
	width:118px;
	height:30px;
	background-image:url('rtr_gallery.png');	
}
#menuGallery:hover {
	
	
	background-position: 118px 0px;
	
	
}
#menuGallery:active {
	background-position: 255px 0px;

}
#menuGallery span {
	display:none;

}
#menuInvolved {
	display:block;
	width:118px;
	height:29px;
	background-image:url('rtr_getinvolved.png');	
}
#menuInvolved:hover {
	
	
	background-position: 118px 0px;
	
	
}
#menuInvolved:active {
	background-position: 255px 0px;

}
#menuInvolved span {
	display:none;

}

#menuContact {
	display:block;
	width:118px;
	height:30px;
	background-image:url('rtr_contact.png');	
}
#menuContact:hover {
	
	
	background-position: 118px 0px;
	
	
}
#menuContact:active {
	background-position: 255px 0px;

}
#menuContact span {
	display:none;

}
*/
#contact {
	clear:both;
	text-align:center;
	height:80px;
	width: 100%;
	padding-top:10px;
}
#contact p{
	text-align:center;
	margin:0 auto;
	color:#FFFFFF;
}

#footer a:link {
	color:#FFFFFF;

}
#footer a:hover {
	color:#FFFFFF;
	
}

a:link
{
color:#000080;
text-decoration:none;
 font-family:Arial, sans-serif;
 }

a:visited
{

text-decoration: none;
color:#000000;
}

a:hover
{
color:#000000;
text-decoration: underline;
}
a:active
{
color:#000000;
text-decoration: none;
}





