﻿@import url('picturelayout.css');
body {
	background-image: url('../images/background/bg_picture.jpg');
}
#container {
	width: 100%;
	height: 100%;
	background-image: url('../images/background/bg_picture.jpg');
}
#page_content {
	position: relative;
}
#content {
	margin: 0;
	padding: 75px 0px 0px 0px;
	background-image: url('../images/background/bg_picture.jpg');
	position: relative;
	text-align: center;
}
#footer {
	clear: both;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	font-family: Verdana, arial, sans-serif;
	font-size: .4em;
	color: #000080;
	text-align: center;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Arial Black;
}
h1 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#sidebar img {
	margin: 0px 0px 5px 5px;
	border: 0px;
	position: relative;
	top: 5px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, arial, sans-serif;
	font-size: x-small;
	text-align: center;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000080;
	padding: 2%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	border-bottom: 1px solid #f5f5f5;
	background-color: #0000FF;
}
/* Styles for Content */
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000080;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #FF0000;
}
#content p {
	margin: 0px;
	padding: 0px;
	clip: rect(0px, auto, auto, auto);
	top: 0px;
}


/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}