﻿@import url("layout.css");
html{
	background-color:#222;
	background-image:url('../images/texture2.jpg');
	background-repeat:repeat;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	padding:10px;
	background-color: #333;
	background-image:url('../images/texture2.jpg');
	background-repeat:repeat;
}
#container {
	width: 646px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-color: black;
	border:solid 1px gray;
	border-radius: 10px;
}
#headerLogo{
	border-radius: 10px 0 70px 70px;
	background-color:#222;
	padding-bottom:20px;
	margin-bottom:50px;
}
#masthead {
	/*width: 626px;*/
	margin-top: 0;
	padding-right: 10px;
	margin-bottom: 0;
	padding-left: 10px;
	overflow: auto;
	background-color: #222;
	border-radius: 0 10px 0 0;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #000;
	position: relative;
	clear: both;
	border-radius: 10px 0 0 0;
}
#content {
	float: right;
	width: 476px;
	margin-top: 0;
	padding: 10px;
	background-color: #000;
	position: relative;
}
#page_content{
	background-color:#000;
}
#footer {
	text-align: center;
	clear: both;
	padding: 0;
	overflow: auto;
	background-color: #000;
	border-radius: 0 0 10px 10px;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a, #masthead a {
	font-weight: bold;
	text-decoration: none;
	color: #fece05;
	display: block;
	padding: 5px;
}
#sidebar a:hover, #masthead a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fece05;
	background-color: #333;
}
#masthead a{
	display:inline;
	color:white;
}
#masthead a:hover{
	background-color:transparent;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#certifications{
	font-weight:bold;
	font-size:medium;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.album img {
  width:220px;
  float:left;
  margin:5px;
  border-radius: 10px;
}