* {
  margin: 0px;
  padding: 0px;
  border: none;
}
	
html	{
	background-image: url('../images/backgrounds/grainbg.png');
	background-repeat: repeat;
	}

body	{
	background-image: url('../images/backgrounds/contentbg.png');
	background-repeat: repeat-y;
	color: #f7f7f7;
	font-size: 14px;
	margin: auto;
	width: 826px;
	}
	
html, body	{
	height: 100%;
	}
	
#header	{
	background-image: url('../images/backgrounds/header.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 330px;
	}
	
#content	{
	margin: auto;
	padding: 30px;
	width: 700px;
	height: 100%;
	}

h1	{
	/*	margin-top: 20px; */
	margin-bottom: 20px;
	text-align: center;
	}
	
p	{
	padding: 5px;

	}
	
a	{
	color: #b1d4ff;
	text-decoration: none;
	}
	
a:hover	{
	color: #b1d4ff;
	text-decoration: underline;
	}

img	{
	margin: 20px;
	}
	
.rsm_left	{
	margin: 0px 15px 5px 5px;
	}
	
.rsm_right	{
	margin: 0px 5px 5px 15px;
	}

.contactlist	{
	padding-left: 50px;
	}

.rsm_wrapper	{
	width: auto;
	height: auto;
	}

#navbar-wrapper	{
	background-image: url('../images/backgrounds/navbar.png');
	height: 45px;
	text-align: center;
	margin: auto;
	}

.nav-links {
	height: 45px;
	margin: auto;
	padding: 0;
	display: inline;
	width: 826px;
	text-align: center;
	position: relative;
	top: 13px;
	}
	
.nav-links a {
	color: #dbdbdb;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}

.nav-links a:hover {
	color: white;
	text-decoration: underline;
	}

	
#footer	{
	background-image: url('../images/backgrounds/footerbg.png');
	font-size: 12px;
	padding: 15px;
	width: 826px;
	height: 74px;
	margin: auto;
	}
	
#footer p	{
	text-align: center;
	width: 740px;
	}
	
#wrapper	{
	background-image: url('../images/backgrounds/contentbg.png');
	margin: auto;
	width: 826px;
	}