/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	margin: 0px auto;
}

h1 {
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #312782;
	text-align: right;
	padding-right: 0px;
}

a {
	color: #0000CC;
	text-decoration: none;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color: #0000CC;
	text-decoration: underline;
}

a:active {
	color: #0000CC;
	text-decoration: none;
}

#page-container {
	position: absolute;
	top: 30px;  /* was 50% */
	width: 100%;
	overflow: visible;
	height: 1px;
	display: inline;  /* added this */
}

#container {
	width: 790px;
	margin-left: -395px;
	position: absolute;
	left: 50%;  /* there was also a top: -395px here as well */
	border: 3px solid #FFFFFF;
	background-color: #DFDFDF;
	background-image: url(http://www.royalcommercial.com/images/bg.gif);
}

#navigation {
	width: 150px;
	margin-top: 194px;
	margin-left: 10px;
	float: left;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #312782;
	text-align: right;
}

#content {
	width: 600px;
	margin-top: 156px;
	margin-left: 10px;
	float: right;
	text-align: left;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 10px;
}

#footer {
	width: 790px;
	height: 65px;
	margin-top: 5px;
	float: left;
	text-align: center;
	font-size: 11px;
    background-image: url(http://www.royalcommercial.com/images/footer.gif);
	padding-top: 60px
}

#navigation a {
	color: #312782;
    text-decoration: none;
}

#navigation a:link{
	color: #312782;
    text-decoration: none;
}

#navigation a:visited {
	color: #312782;
    text-decoration: none;
}

#navigation a:hover{
	color: #CB0007;
    text-decoration: underline;
}

#navigation a:active{
	color: #312782;
    text-decoration: none;
}