﻿body {
	background-image: url(images/background.jpg);
	text-align: center;
	background-attachment: fixed;
}

* {
	margin: 0;
	padding: 0;
}

aside {
	width: 1000px;
	text-align: right;
	margin: 0 auto;
	color: navy;
	
}

aside a {
	text-decoration: none;
	font-size: 20px;
}

header {
	width: 1000px;
	margin: 0 auto;
	font-size: 0px;

}

nav {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 5px 10px 5px 15px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #626d70), 		color-stop(0.9, #1e282b) );
	background: -moz-linear-gradient( center top, #626d70 10%, #1e282b 90% );
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 22px;

}

nav a {
	text-decoration: none;
	border: solid 0.5px #e5f720;
	display: block;
	color: #2c3f9e;
	font-size: 25px;
	font-weight: bold;
	padding: 5px 52px 5px 52px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #a8a8a8), 		color-stop(0.9, #61564b) );
	background: -moz-linear-gradient( center top, #a8a8a8 10%, #61564b 90% );
	border-radius: 2px;
	
}

nav strong {
	background: #F5F5DC;
	color: #9da8e3;
	font-size: 25px;
	font-weight: bold;
	padding: 5px 52px 5px 52px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #61564b), 		color-stop(0.9, #a8a8a8) );
	background: -moz-linear-gradient( center top, #61564b 10%, #a8a8a8 90% );
	border-radius: 3px;
}

nav a:hover {
	color: black;
	display: block;
	background: ActiveBorder;
	border-radius: 3px;
	
}

article {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #F5F5DC), 		color-stop(0.9, #D1D1D1) );
	background: -moz-linear-gradient( center top, #F5F5DC 10%, #D1D1D1 90% );
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 10px 10px 15px;
}

ul {
	padding: 20px 0px 20px 30px;
	color: grey;
}

article strong {
	color: grey; 
}

article p{
	padding: 10px 0px 10px 0px;
	font-weight: ;
}

footer {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #626d70), 		color-stop(0.9, #1e282b) );
	background: -moz-linear-gradient( center top, #626d70 10%, #1e282b 90% );
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: white;
	padding: 5px 10px 5px 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 15px;
}