body  
{
	width: 800px;
	margin: 0px auto 10px auto;
	padding: 0px;
	color: #6666FF;
	background: #000000; 
	font-family: verdana, sans-serif;
	background-color: #000000;
/*	background-image: url(images/short_bg.jpg); */
	background-image: url(images/rr_web.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
/*	background-repeat: repeat-y;
	background-position: top center; */
	background-position: 50% 100px;

}

a, a:link, a:visited
{ 
	color: #FEDD44;
	text-decoration: none;
}
a:hover
{
	color: #FEDD44;
	text-decoration: underline;
}

p
{
	padding: 10px 10px 10px 10px;
}

/* Header styles */
div#header
{
	background-image: url("images/menu.jpg");
	background-repeat: no-repeat;
	height: 35px;
	padding: 140px 0px 2px 0px;
	font-size: 28px;
	line-height: 33px;
	text-align: center;
	border-style: ridge;
	border-color: #000066;
	border-width: 0px 0px 2px 0px;
	z-index: 1;
	margin: 0px 0px;

}
div#header a, div#header a:link, div#header a:visited
{ 
	color: #FEDD44; 
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px 15px;
	padding: 0px;
	font-size: 28px;
	line-height: 33px;

}
div#header a:hover 
{ 
	color: #6666FF; 
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px 15px;
	padding: 0px;
	font-size: 28px;
	line-height: 33px;
	
}



/* Content styles */

div#contents
{
	margin: 0px 0px;
	padding: 10px 0px;
	text-align: left;
	font-size: 10pt;
	z-index: 1;
}
h3	
{
	background-color: #000066;
	width: 100%;
	color: #DDDDDD;
	font-size: 8pt;
	text-align: left;
	padding: 2px 0px;
}
h3:first-line
{
	font-size: 12pt;
	font-weight: bold;
}
p.image
{
	text-align: center;
}
img
{
	border-style: none; 
}
ul
{
	list-style-position: outside;
}
li
{
	padding: 1px 5px 0px 5px;
	margin: 0px;
}

/* Footer styles */
div#footer
{
	margin: 0px 0px;
	text-align: left;
	font-size: 8pt;
	border-style: ridge;
	border-color: #000066;
	border-width: 2px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	z-index: 1;
}

div#footer img
{
	vertical-align: top;
	float: right;
	margin: 25px 5px 0px 5px;
}

div#google
{
/*	border-style: ridge;
	border-color: #000066;
	border-width: 0px 0px 2px 0px; */

	padding: 5px 36px;
	margin: 0px;
	height: 90px;
	width: 728px;
	
}	
