* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 20px 0;
	background: url(images/bkgrnd.jpg) no-repeat;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #696969;
	}

h1 {
	padding: 5px 0 0 10px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 24px;
	color: #006400;
}

h2 {
	padding: 5px 0 10px 10px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #141458;
	}

h3 {
	padding: 5px 0 0 10px;
	font-family: Times, serif;
	letter-spacing: 1px;
	font-size: 16px;
	color: #141458;
	}

p {
	padding: 0 10px 10px 10px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
	color: #00000F;
	}
	
p2 {
	padding: 0 0 0 200px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
	color: #00000F;
	}
	
ul {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00000F;
	padding: 2px 0 10px 25px;
	list-style: square;
	}
	
a {
	text-decoration: none;
	color: #141458;
	}

a:hover {
	text-decoration: none;
	color: #ED1C24;
	}

a:active {
  	border-style: none;
  	text-decoration: none;
	color: #141458;
	}
	
address {
	padding: 0 10px 10px 10px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 15px;
	color: #00000F;
	}
	







/* divs */


#pagecontainer {
 	width: 900px;
	background: #FFFFFF url(images/bkgrndimg.jpg) no-repeat;
	border: 1px solid #141458;
	margin: 0 auto;
	}

#header {
	width: 900px;
	height: 120px;
	margin: 0 auto;
	background: url(images/royceheader.png) no-repeat left top;
	}
	
#menu {
	margin: 10px auto;
	width: 450px;
	}

#menu ul {
	margin: auto;
	padding: 0;
	list-style: none;
	}

#menu li {
	display: inline;
	}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 20px 30px 0 30px;
	text-decoration: none;
	font-size: 14px;
	color: #3B3B3B;
	}

#menu a:hover {
	color: #ED1C24;
	}
	
a:active {
  	text-decoration: none;
	color: #141458;
	}

#col1 {
	margin: 5px 0 40px 25px;
	width: 350px;
	height: 600px;
	padding: 10px 5px 0 10px;
	border: 1px solid #141458;
	}

#col2 {
	margin: 5px 0 40px 25px;
	width: 350px;
	height: 610px;
	padding: 10px 5px 20px 10px;
	border: 1px solid #141458;
	}
	
#col3 {
	float: right;
	margin: 5px 25px 40px 25px;
	width: 350px;
	height: 610px;
	padding: 10px 5px 20px 5px;
	border: 1px solid #141458;
	}

#imgbox {
	float: right;
	margin: 5px 50px 0 0;
	width: 400px;
	height: 610px;
	}
	
#imgbox2 {
	float: right;
	width: 300px;
	height: auto;
	padding: 75px 40px 10px 25px;
	}
	
#contactbox {
	clear: both;
	width: auto;
	text-align: center;
	}

#contactbox2 {
	background: url(images/bkgrndimgsml.jpg) no-repeat;
	clear: both;
	width: auto;
	height: 85px;
	text-align: center;
	}

#footer {
	clear: both
	width: 900px;
	height: 80px;
	margin: auto;
	background: url(images/roycefooter.png) no-repeat;
	}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
	}


