body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	text-align: left;
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	border: #073b15 solid 3px;
	background-image:url(images/bkg.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 960px;
	height: 151px;	
}

.logo{
	width:343px;
	height: 151px;
	float: left;
}


.image{
	width:611px;
	height: 151px;
	float: left;
}


#navbar{
	clear: both;
	width: 950px;
	height: 20px;
	background-color: #073b15;
	color: #fff;
	padding: 5px 5px;
	border-top: #fff solid 2px;
}

#navbar a {
color: #fff;
}

#navbar a:hover {
color: #ccc;
}


#slogan{
	float: left;
	font-style: italic;
}


#nav{
	float: right;
	text-align: right;
}


#content-cont{
	
}


#leftside{
	float: left;
	width: 220px;
	padding: 10px;
}

#content {
	float: left;
	width: 460px;
	padding: 10px;	
}
	
#rightside{
	float: left;
	width: 220px;
	padding: 10px;
}

#footer{
	clear: both;
	background-color: #073b15;
	color: #fff;
	padding: 5px 5px;
	text-align: right;
}

#footer a {
color: #fff;
}

#footer a:hover {
color: #ccc;
}

#copy {
	width: 960px;
	height: 20px;
	clear: both;
	padding-top: 3px;
	margin: 0 auto;
}

#copy #copyright {
	color:#000;
	font-size: 10px;
	text-align: left;
	width: 400px;
	height: 20px;
	float: left;
}

#copy #cms {
	color:#000;
	width: 400px;
	height: 20px;
	float: right;
	text-align: right;
	font-size: 10px;
}
