body {
	text-align: center;
	margin:0 0;
	padding:0 0;
	background-color:#828f97;
	padding-top:10px;
}

#container {
	width: 780px;
	margin: 0 auto;
	height: 100%;
	overflow:hidden;
	background-color:#FFFFFF;
}

p {
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
}

#logo{
	text-align:center;
	background-color:#FFFFFF;
	height:73px;
	padding:7px 0 0 0;
}

#mainimg{
		height:230px;
		width:780px;
}

#whiteline{
	background-color:#FFFFFF;
	height:1px;
}

#menu{
	background-color:#828f97;
	height:25px;
}

.anobg{background:none !important}

#content{
	text-align:left;
	font-family:Arial;
	font-size:12px;
	padding:10px 20px 10px 20px;
	background-color:#FFFFFF;
}

#content h1{
	text-align:left;
	color:#828f97;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

#footer{
	background-image:url(../images/footerimg1.gif);
	height:140px;
}

#footerin{
	background-color:#c7ced4;
	height:3px;
}

#copyright{
	text-align:right;
	font-family:Arial;
	font-size:9px;
	color:#000000;
	line-height:20px;
	background-color:#FFFFFF;
	padding-right:5px;
}

#copyright a{
	color:#000000;
	text-decoration:underline;
}

#copyright a:hover{
	color:#36a8e6;
	text-decoration:underline;
}