/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#999;
		
}

#wrapper {
	width:760px;
	padding:0;
	margin: 0 auto;

}

#header {
	width:100%;
	height:158px;
	border:1px solid #000;
	background-image:url(Images/RNbg.gif);
	background-repeat:repeat;

}

#nav {
	width:100%;
	height:30px;
	background-color:#fff;
	float:left;
	border-right: 1px solid #000;	
	border-bottom: 1px solid #000;	
	border-left: 1px solid #000;
}

ul#nav {
	margin:0;
	padding:0;
	border-right: 1px solid #000;	
	border-bottom: 1px solid #000;	
	border-left: 1px solid #000;	
	list-style-type: none;
	text-align:center;
	float: left;
	width: 100%;
	height:27px;
	background-color:#000080;
}

ul#nav li { 
	display: inline; 

	background-color:#000080;	
}

ul#nav li a {
	padding:4px 0 6px;
	width:19%;
	float:left;

}

ul#nav li a:hover{
	color:#fff;

}

ul#nav li a:active{
	background-color:#fff;
	color:#000080;
}

#content {
	width:740px;
	height:490px;
	padding:10px;
	padding-top:50px;
	background-color:#fff;
	border-right: 1px solid #000;	
	border-left: 1px solid #000;	
	background-image:url(Images/RNbg.gif);
	background-repeat:repeat;
}

#contact-left {
	height:130px;
	float:left;	
}
#contact-right {
	height:130px;
	float:left;	
}

#first-left {
	height:160px;
/*	border: 1px solid #000;	*/
}

#image-right {
	height:160px;
	float:left;	

}

#image-left {
	height:160px;

}

#second-right {
	height:160px;
	float:left;	

}

#footer {
	width:730px;
	height:60px;
	padding:15px;
	float:bottom;	
	background-image:url(Images/RNbg.gif);
	background-repeat:repeat;
	border-left: 1px solid #000;	
	border-right: 1px solid #000;	
	border-bottom: 1px solid #000;	
}

.link {
      color:#ff0000;
	  text-align:center;
	  text-decoration:none;
	  font-size:large;
}

.w550 {
	margin:0px;
	padding-left:15px;	
	padding-right:15px;	
	width:470px;
	height:160px;
	float:left;	
}

.w200 {
	margin:0px;
	padding:0px;	
	width:200px;
	height:160px;
	float:left;	
}

.w350 {
	margin:0px;
	padding-right:20px;	
	width:350px;
	height:130px;
	float:left;	
}

.caption {
	padding: 10px 30px 30px 30px;
	margin:10px;
	text-align:center;
}
