body{
	font-family: lucinda grande, tahoma, verdana, arial, sans-serif;
	text-align: justify;
	background-color: #66CCFF;
	}

body p{
	font-size: 1.1em;
	line-height: 2;
    text-indent: 0px;
	}

#wrapper{
	width: 1080px;
	background-color: white;
	margin: 0 auto;
	padding: 10px;
	border: 5px solid #dedede;
	position: relative;
	}

#banner{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border: 5px solid #dedede;
	height: 200px;
	}

#content_area{
	float: left;
	/*width: 800px;*/
	margin: 0 0 20px 0;
	padding: 10px;
	}

#sidebar{
	float: right;
	width: 200px;
	height: 400px;
	margin: 20px 3px 0px 0px;
	padding: 10px;
	border: 2px solid #e3e3e3;
	line-height: 2.5;
	background-color: #FAFFDA
	}

footer{
	position: relative;
	clear: both;
	width: auto;
	height: 40px;
	padding: 10px;
	border: 3px solid #e3e3e3;
	text-align: center;
	color: #CCC;
	text-shadow: 0.1em 0.1em #333;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	}
	
#navigation{
	height: 60px;
	border: 3px solid #e3e3e3;
	margin-top: 20px;
	text-align: center;
	text-shadow: 0.1em 0.1em #333;
	background-color: #004466;
	background-repeat: no-repeat;
	background-size: cover;
	}

#nav{
	list-style: none;
}

#nav ul{
	margin: 0;
	padding: 0;
	width: auto;
	display: none;
	}

#nav li{
	font-size: 24px;
	float: left;
	position: relative;
	width: 200px;
	height: 50px;
	}

#nav a:link, nav a:active, nav a:visited{
	display: block;
	color: #fff;
	text-decoration: none;
	}

#nav a:hover{
	color: #CCEEFF;
	}
	
.error{
	color: #FEB748;
	}

.imgLeft_home{
	float: left;
	width: 300px;
	height: 220px;
	margin: 0;
	padding: 10px 24px 0px 0px;
	position: relative;
	}

.imgRight{
	float: right;
	width: 260px;
	height: 180px;
	margin: 0;
	padding: 10px 0px 0px 24px;
	position: relative;
	}
	
.imgRight_long{
	float: right;
	width: 150px;
	height: 200px;
	margin: 0;
	padding: 10px 0px 0px 24px;
	position: relative;
	}
	
.imgLong{
	float: left;
	width: 800px;
	height: 225px;
	margin: 0;
	padding: 10px 24px 0px 0px;
	position: relative;
	}

.imgLeft_small{
	float: left;
	width: 150px;
	height: 175px;
	margin: 0;
	padding: 10px 24px 0px 0px;
	position: relative;
	}
	
.imgRight_small{
	float: right;
	width: 150px;
	height: 175px;
	margin: 0;
	padding: 10px 0px 0px 24px;
	position: relative;
	}
	
.imgRight_medium{
	float: right;
	width: 235px;
	height: 175px;
	margin: 0;
	padding: 10px 0px 0px 24px;
	position: relative;
	}