@charset "UTF-8";
/* OPDM Style Sheet */

body {
	background-color: #FFF;
	color: #333;
	}

#OPDM {
	width: 750px;
	margin: auto;
	padding: 0;
	}
	
	#OPDM #OPDM_logo {
		padding: 250px 0 0 0;
		background-image: url(../images/OPDM_logo.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		}
		
	#OPDM p {
		clear: both;
		text-align: center;
		font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		padding: 0;
		margin: 0;
		}
		
	#OPDM ol#bottom_nav {
		clear: both;
		text-align: center;
		list-style: none;
		margin: auto;
		padding: 0;
		font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		color: #999;
		}
		
		ol#bottom_nav a {
			color: #999;
			text-decoration: none;			
			}
			
			ol#bottom_nav a:hover {
				color: #333;
				text-decoration: underline;
				}
				
		ol#bottom_nav li {
			list-style: none;
			display: inline;
			margin: 0 5px 0 5px;
			}