.error {color: #FF0000;}

a:link {color:#7c0000;}      /* unvisited link */
a:visited {color:#b40101;}  /* visited link */
a:hover {color:#dd0202;}  /* mouse over link */
a:active {color:#8d0202;}  /* selected link */ 

.red
{
color: #FF0000;
}

.border
{
border: 1px solid #AB0505;
border-radius: 5px;
}

/*Layouts Setting*/
#container
{
	background: #ababab;
	padding: 10px;
	border: 1px solid black;
	border-radius: 5px;
	margin: auto;
	width: 960px;
	opacity: 0.9;
}

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

#navigation
{
	border: 1px solid;
	background: #8f8e93;
	border-radius: 5px;
	position: relative;
	z-index: auto;
	width: 900px;
	height: 10px;
	margin: 0 auto;
	padding: 24px;
}

#navigation ul, li
{
	list-style-type:none;
	margin:auto;
	padding:20;
	display:inline;
	font-size: 16px;
	font-family: Verdana;
	font-weight: normal;
	color: #555555;
}



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

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

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



#content
{
	color: #3c3c3c;
	margin-left: 25%;
	margin-top: 10px;
	width: 71%;
	padding: 5px 10px;
	background: #c9c9c9;
	border: 1px solid black;
	border-radius: 5px;
}

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

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


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


/*Body settings*/
body{
	background-color: #eeeeee;
}

/*Paragraphs settings*/
p{
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	color: #3c3c3c;
}

/*H1 headings settings*/
h1{
	font-size: 24px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	color:  #3c3c3c;
}


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


/*H3 headings settings*/
h3{
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	color: #3c3c3c;
}



