body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #c3cdff;
}
#main {
	background-color: #FFFFFF;
	background-image: url(images/roctan_bkground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 725px;
	margin: 0px auto;
}
h1 {
	font-weight: bold;
	color: #006699;
	font-size: 14px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serf;
}
#bottom {
	background-image: url(images/rndcorner_btm_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 28px;
	width: 725px;
}
#copyright {
	background-image: url(images/rndcorner_btm_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 28px;
	width: 725px;
}
#bottom p {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: right;
	padding-right: 2px;
	padding-bottom: 8px;
}
#bottom a:link, #bottom a:visited {
	color: #666666;
	text-decoration: none;
}

#bottom a:hover {
	color: #666666;
	text-decoration: underline;
}
.shiftright {
	padding-right: 10px;
}

