/* CSS Document - Author: Shaibal Mandal */

body
{
	background: #8394B4 url(../images/background.jpg) repeat-y center;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-right: 165px;
}
a {
	color: #8393B4;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #96BF55;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #96BF55;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #96BF55;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-image: url(../images/bullet.gif);
	line-height: 18px;
}


#topheader
{
	height: 120px;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/crowd.jpg);
	background-repeat: no-repeat;
	height: 100%;
	background-position: right top;
}
#content {
	padding-left: 55px;
}
#footer {
	clear: both;
	width: 580px;
	height: 50px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8394B4;
	line-height: 50px;
}
#rule_top {
	padding-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8393B4;
}
#rule_bottom {
	padding-bottom: 25px;
}
