body {
	color: #000;
	background-color: #fff;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px; 
	padding: 0px;
	}
	
img {
	border: none;
}

#leftcontent {
	position: absolute;
	left: 0px;
	width: 768px;
	border-right: 1px solid #ccc;
}

#rightcontent {
	position: absolute;
	top: 0px;
	left: 775px;
	width: 240px;
	height: 400px;
}
		
.left {
	float: left;
	margin: 10px;
	border: 0px solid #000;
}

.right {
	float: right;
	margin: 10px;
	border: 0px solid #000;
}

#banner {
	margin-top: 0px;
	width: 560px;
}
	

#tag {
	margin-top: 40px;
	margin-left: 180px;
	width: 560px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#description {
	margin-top: 10px;
	margin-left: 180px;
	width: 560px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
}

#Rlogo {
	margin-left: 43px;
}

	
#Rlogo img {
	border: none;
}

.strong {
	font-weight: bold;
}


#description a:link, a:visited {
	text-decoration: none;
	color: #006699;
}


#description a:hover, a:active {
	text-decoration: none;
	color: #fff;
	background-color: #69c;
}
	


#description ul {
}

#description li {
	color: #006699;
	font-size: 11px;
	font-style: italic;
}
	
#nav {
	color: #000;
	background-color: #fff;
	padding: 10px 0px 0px 0px;
}

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	font-size: 9px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 2px;
	list-style: none;
	padding: 0px;
}

#nav a {
	color: #666;
	padding: 5px;
}

#nav a:link, a:visited {
	color: #666;
	text-decoration: none;
	border: 1px solid #fff;	
}

#nav a:hover {
	color: #000;
	border: 1px solid #f3d235;	
}

#nav a:active {
	border-bottom: 1px dotted #3399ff;	
	border-right: 1px solid #3399ff;
}

#footer {
	width: 748px;
	padding: 0px 10px;
	background-color: #f3d235;
	margin-left: 0px;
	margin-right: 0px;
}

#footer p {
	padding-top: 16px;
	padding-bottom: 10px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #f3d235;
	color: #000;
	text-align: center;
	border-top: 0px dotted #999;
	border-bottom: 0px dotted #990000;	

}

#footer a:link, a:visited {
	color: #003366;
	text-decoration: none;
	padding: 2px;
	border-right: 0px dotted #fff;
}

#footer a:hover {
	color: #000;
	border-bottom: 1px dotted #669900;	
}

#footer a:active {
	border-bottom: 1px dotted #999;	
	border-right: 1px solid #999;
}

#bottomnav {
	width: 748px;
	background-color: #fff;
	margin-left: 5px;
	margin-right: 0px;
}

#bottomnav p {
	margin-top: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #fff;
	color: #666;
	text-align: center;

}

#bottomnav a:link, a:visited {
	color: #003366;
	text-decoration: none;
	padding: 2px;
}

#bottomnav a:hover {
	color: #000;
	background-color: #f3d235;	
}

#bottomnav a:active {
	border-bottom: 1px dotted #999;	
	border-right: 1px solid #999;
}