	{ 
	margin: 0;
	padding: 0;
}

body {
	font-size:75%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) no-repeat #000000;
	margin-top: -12px;
	background-position: center top;
	}
	
h1 { font-size: 18px;
	 color: white;
	 font-weight: inherit;
	 text-transform: uppercase;

}
h2 { font-size: 16px;
	 color: white;
	 font-weight: bold;
	 text-transform: uppercase;
	 color: #999999;

}



a { color: #fff; text-decoration: none; }
a:hover, a:active {text-decoration: underline; }


div#page-wrap	{
	width: 732px;
	margin: 0 auto;
	}
	
ul#nav {
	height: 239px; width: 732;
	background: url(images/header-bg.jpg) no-repeat;
	list-style: none;
	}
	ul#nav li a {
		display: block;
		width: 138px;
		float: left;
		margin-top: 177px;
		color: white;
		font-weight: bold;
		text-decoration: none;
		font-size: 18px;
		text-transform: uppercase;
		}
		ul#nav li a:hover, ul#nav li a:active  {
			color: #202020;
		}
		
	div#main-content {
		margin-top: -18px;
		background: #202020;
		padding-bottom: 15px;
		padding-left: 25px;
		padding-right: 25px;
		}
		div#main-content p {
			color: #808080;
		}
		div#main-content div#foto {
			width: 370px
			float: left;
			}
		

		
		
		
	div#footer {
		background: #000;
		color: #7d7d7d;
		padding-bottom: 10px;
		text-decoration: none;
	}
