/* Rooney Design CSS Document */

/* CSS Document */

body {
	margin:0; padding:0;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:100%;
	color:#666666;
	background-color:#ffffff;
	text-align:center;
}
h1 {
	margin:10px 10px;
	font-size:120%;
}
h2 {
	margin:20px 10px;
	font-size:100%;
	color:#AC7552;
}
p {
	margin:10px 10px; padding:0;
	font-size:80%;
}
a:link, a:visited {
	color:#336699;
	text-decoration:underline;
}
a:hover {
	color:#AC7552;
	text-decoration:none;
}
table td {
	font-size:80%;
}
/* Login Page Selectors */
#loginwrapper {
	margin:30px auto;
	width:650px;
	text-align:center;
}
#rdlog {
	text-align:center;
}
#rdlog label {
	padding-right:10px;
}
#rdlog input {
	margin:0px 0 5px 2px;
}
#loginwrapper #footer {
	text-align:center;
	font-size:70%;
}
/* Main Site Selectors */
#wrapper {
	margin:30px auto;
	width:730px;
	text-align:left;
}
#logohdr h1 {
	margin:30px 0;
	text-indent:-9000px;
	height:88px;
	background:url(../images/rdg_logo.gif) no-repeat center top;
}
#footer {
	margin:10px 0 10px 0;
	border-top:1px solid #336699;
	text-align:center;
}
#footer p {
	padding-top:5px;
}
/* Class Selectors */

.ctr {
	text-align:center;
}