/* Layout Start */
p {
	margin: 0px;
} 
#header {
	background-image: url(images/header.jpg);
	height: 160px;
	width: 900px;
	background-position: center;
	margin: 0px auto 0px auto;
}
#navbar {
	background-image: url(images/navbar_bg.jpg);
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	width: 900px;
	text-indent: 30px;
	word-spacing: 15px;
	text-align: left;
	line-height: 32px;
	font-size: 20px;
	font-weight: bold;
}
#repeater {
	background-image: url(images/repeater.jpg);
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 30px;
	padding-left: 30px;
	color: #666666;
}
#footer {
	height: 60px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.jpg);
}
/* New Of Layout */

/* NavBar Links Styling */
#navbar a:link {
	color: #666666;
	text-decoration: none;
}
#navbar a:visited {
	text-decoration: none;
	color: #666666;
}
#navbar a:hover {
	text-decoration: none;
	color: #000000;
}
#navbar a:active {
	text-decoration: none;
	color: #666666;
}
/* End Of NavBar Styling */
.style1 {font-family: Geneva, Arial, Helvetica, sans-serif}
.style2 {color: #006699}
a:link {
	color: #00FF00;
	text-decoration: none;
}
a:visited {
	color: #00FF00;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #00FF00;
	text-decoration: none;
}
.style3 {
	font-size: 24px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

