/* CSS DOCUMENT */

	/* www.BluffUrologyCenter.com */
	
	body {
	font-family: Arial, Helvetica, sans-serif;
	background-position: center;
	text-align: left;
	font-weight: normal;
	line-height: inherit;
	background-image: url(../images/BKG.jpg);
}

	p{	font-weight: normal;
		line-height: 1.5em;
	}


	#wrapper {
	position:relative;
	width:700px;
	margin:0px auto;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	background-color:#FFFFFF;
}

	#header {
	position:relative;
	width:700px;
	height:100px;
	background-image:url(../images/BUC-WebHeader.jpg);
	margin:0px auto;
	
}


	#menu {
	background-color:#000066;
	margin:0px auto;
	clear:none;
}

	.nav2 {
	float:left;
	clear:none;
}

	.section{
	padding:10px;
	margin-bottom:10px;
	
}

	.rtimage{
	float:right;
}



	.left {
	float:left;
}


	#footer {
	position: relative;
	background-image:url(../images/BUC-WebFooter.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:31px;
	margin:0px auto;
	
}


	.Menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 18px;
	line-height: 28px;
}
	.Menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: bold;
	font-size: 18px;
	line-height: 28px;
}
	a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	
}
	a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
		
}
	.bodylink:hover {
	font-weight:bold;	
}
