/*Layouts Setting*/


#container
{
	padding: 10px;
	border: 1px dashed black;
	border-radius: 5px;
	margin: auto;
	width: 960px;
	opacity: 0.9;
}

#header
{
	border: 1px dashed black;
	border-radius: 5px;
	background-image: url('../images/header.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
	z-index: auto;
	width: 900px;
	height: 100px;
	margin: 0 auto;
	padding: 24px;
	
}

#aside
{
	float: left;
	width: 20%;
	padding: 10px;
	border: 1px dashed black;
	background: #d0fbf9;
	border-radius: 5px;
	margin: 10px; 
}

#aside li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray;
	text-decoration: none;
}

#aside li a { text-decoration: none; }



#content
{
	margin-left: 25%;
	margin-top: 10px;
	width: 71%;
	padding: 5px 10px;
	background: #d0fbf9;
	border: 1px dashed black;
	border-radius: 5px;
}

#footer
{
	clear: both;
	text-align: left;
	padding: 20px;
	margin: 10px;
	height: 2%;
	border: 1px dashed black;
	border-radius: 5px;
	background: #4680f5;
}

/*Body settings*/
body{
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: contain;
}

/*Paragraphs settings*/
p{
	font-size: 16px;
	font-family: Verdana;
	font-weight: normal;
	color: #010669;
}

/*H1 headings settings*/
h1{
	font-size: 36px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	color:  green;
}


/*H2 headings settings*/
h2{
	font-size: 20px;
	font-family: Verdana;
	font-weight: bold;
}

ul,li{
	font-size: 16px;
	font-family: Verdana;
	font-weight: normal;
	color: #000;
}

