/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; border-radius:3px; -moz-border-radius:3px; /* Firefox 3.6 and earlier */}
body { font: 14px Georgia, serif; }
#page-wrap { margin: 40px auto; color: black; }
#page-wrap > div { border: 1px solid #999; padding: 20px; margin-bottom: 5px; } 
div#header { 
	background:url("../im/header.jpg") repeat 0 0;
	font-weight:bolder;
	color:White;
/*	margin: auto; */
/*	width: 865px; */
	height: 100px;
}
div#header p {    
    font: 15px Arial, Helvetica, sans-serif;
    color:white;
    position:relative;   
    left:10px;
    top:10px;
    width:280px;
    padding:10px;
    background:black;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:20px;
/*    zoom: 1; */
/*    filter: alpha(opacity=50); */
    opacity: 0.5;     
}
.main-content { background: #eee; overflow:auto;  }
#secondary-one { background: #eee;  }
#secondary-two { background: #eee;  }
div.pov {
	text-align:left;
}
a.poc {
	text-decoration:none;
	padding:0px;
	margin:0px;
	border:0px;	
}
a
{
	float:left;
	color:Black;
	text-decoration:none;
	font-weight:bold;
	background:white;
	border:1px solid #ababab;
	border-radius:3px;
	-moz-border-radius:3px; /* Firefox 3.6 and earlier */
	padding:10px 10px 10px 10px;
	margin:5px 10px 5px 5px;
}
a:hover
{
	color: #666;
	background: #ececec;
}