#wrap {
	background-color: #000000;
	width: 960px;
	margin: 0 auto;
	border: thin solid black;
	
}
#innerwrap {
	background-image: url(images/Designer_Wallpaper.png);
	background-repeat: repeat-x;
	background-color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	

}
#innerwrap:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#primary-content {
	font-family: Arial, "Times New Roman", Times, serif;
	font-style: Italic;
	text-decoration: underline;

}

#masthead {
	width: 960px;
	height: 450px;
}

#masthead h1 {
	font-family: Arial, "Times New Roman", Times, serif;
	font-style: Italic;
	font-size: 2em;
	color: #c2c895;
	font-weight: normal;
	float: left;
	margin: 1.5em 4em 0 0;
	background: linear-gradient(white, DarkRed);
	
	/*background-image:url(images/big_thumb.png);*/
	
}

#masthead h2 {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 2em;
	clear: both;
	color: #c2c895;
	font-style: Italic;
	width: 400px;
	background: linear-gradient(white, DarkRed);
} 

#mainnav {
	/*background-color: #000000;*/
	height: 35px;
	/*background-image: url(images/bg_nav.gif);*/
	background-repeat: repeat-x;
}
#mainnav li {
	background-color: #00354c;
	width: 158px;
	height: 35px;
	float: right;
	line-height: 35px;
	border-right: thin solid black;
	text-align: center;
	background: linear-gradient(DarkRed, white);
}
#mainnav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#mainnav ul li a:hover {
	background-color: ;
	color: #f8f068;
}
#sidebar {
	background-image: url(images/sidebar_bg.png);
	background-repeat: repeat-x;
	background-color: #00354c;
	width: 300px;
	float: left;
}
#maincontent h2, #sidebar h2, #sidebar h3 {
	margin-top: 15px;
}
#sidebar img {
	margin-left: 20px;
	margin-bottom: 10px;
	border: thin black solid;
}
#maincontent {
	position: relative;
	/*background-color: #ada446;*/
	width: 900px;
	margin: 0 auto;
}
#footer {
	background-color: #ba2b22;
	clear: both;
	width: 960px;
	height: 118px;
	padding-top: 10px;
	background-image: url(images/waves.png);
}
#footer p {
	color: #ffffff;
	width: 900px;
	margin: 10px 0 0 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: center;
}
#splash {
	position: absolute;
	width: 290px;
	height: 230px;
	top: 25px;
	left: 20px;
}
#sidebar p, #sidebar h2, #sidebar h3, #sidebar h4, 
#maincontent p, #maincontent h1, #maincontent h2, #maincontent h3 {
	margin-left: 20px;
	margin-right: 20px;
}

figure {
	float: right;
	border: thin solid gray;
	margin: 0 1.5em 0.5em 1em;
	padding: 0.25em;
}

figcaption {
	text-align: center;
	font: italic 0.9em Georgia, "Times New Roman", Times, serif;
}

.articleaside {
	float: left;
	width: 12em;
	background: #ddf;
	padding: 1em 0 0 1em;
	margin: 0 0.5em 0.2em 1em;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

body#home .nav-home, body#about .nav-about, body#contact .nav-contact, body#project .nav-project {
	background-color: #004b66;
	color: #00000;
	display: block;
}

#contactform {
	background: #9ab4d7;
	border: 2px solid #6e3e4d;
	width: 400px;
	float: right;
	padding: 20px;
	margin-right: 6.25em;
	margin-top: 3.75em;
	border-radius: 20px;
}
#contactform fieldset {
	margin-bottom: 20px;
	border: thin black solid;
	padding: 15px;
}
#contactform label {
	float: left;
	width: 110px;
	margin-right: 70px;
	font-size: 13px;
}
#contactform input {
	margin-bottom: 10px;
}
#contactform label[for=yes], #contactform label[for=no] {
	float: none;
}
#maincontent ul {
	/*list-style: initial;
	margin: initial;*/
	display: block;
	list-style-type: disc;
	margin: 1em 0 1em 0;
	padding-left: 40px;
}
#maincontent ol {
	display: block;
	list-style-type: decimal;
	margin: 1em 0 1em 0;
	padding-left: 40px;
}
#maincontent dl {
	display: block;
	margin: 1em 0 1em 0;
}
#maincontent dd {
	margin-left: 40px;
}



