body {
	background-image:url("/img/page_bg.jpg");
	
}

div.nav {
	position: fixed;
	top: 0px;
	text-align: center;
	font-size: 25px;
	font-weight: lighter;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	width: 100%;
	background-color: #000;
	z-index: 99999;
}

div.nav ul {
	padding: 0 0 0 0px !important;
}

div.nav li {
	display: inline;
	padding: 10px;
}

div.nav li  a, a:visited, a:active {
	color:#FFF;
	text-decoration:none;
}


div.nav li a:hover {
	color:#696969;
	text-decoration:none;
}

div.content {
	margin-top: 100px;
	width: 80%;
	background-image: url("/img/skin_side_up.png");
	box-shadow: 5px 5px 10px #000000;
	border-radius: 10px;
	padding: 0px 40px 30px 40px;
}

h2 {
	font-size: 25px;
	font-weight: lighter;
	font-family: 'Roboto', sans-serif;
	color: #000;
}

h3 {
	font-size: 18px;
	font-weight: lighter;
	font-family: 'Roboto', sans-serif;
	color: #000;
}

p {
	font-size: 15px;
	font-weight: medium;
	font-family: 'Roboto', sans-serif;
	color: #000;
}

p a, a:visited, a:active {
	color:#000;
	text-decoration:none;
}

p a:hover {
	color:#696969;
}

.black_overlay {
    	display: none;
    	position: fixed;
    	top: 0%;
    	left: 0%;
    	width: 100%;
    	height: 100%;
    	background-color: black;
    	z-index:1001;
    	-moz-opacity: 0.8;
    	opacity:.80;
    	filter: alpha(opacity=80);

}

table {
	display:inline-table;
	padding-bottom:10px;
}

.white_content {
   	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: inherit;
    	padding: 16px;
    	border: 4px solid #919191;
    	background-color: white;
    	z-index:1002;
    	overflow: auto;
}

.close_overlay {
    	position: absolute;
    	top: 0;
    	right: 0;
}