/* CSS Document */
body {
	background: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Verdana, Tahoma, sans-serif;
}

#wrapper {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#headerbox {
	border-top: 6px solid #999999;
	border-bottom: 2px solid #CCCCCC;
	background-image: url(../images/page_elements/yantra-black.jpg);
	background-repeat: no-repeat;
	height: 129px;
}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E0A43C;
	padding-top: 21px;
	padding-left: 132px;
}
#header p {
	font-size: 1.2em;
	font-weight: bold;
}
#header small {
	font-size: .7em;
}
#date {
	text-align: right;
	color: #EEE8AA;
	font-size: .8em;
}
#contentbox {
	width: 810px;
	padding-top: 15px;
	padding-bottom: 18px;
}



#content {
	color: #EEE8AA;
	width: 561px;
	float: right;
	padding-right: 30px;
	padding-bottom: 18px;
	padding-top: 18px;
}

#navmain {}

#footer {
	color: #EEE8AA;
	text-align: center;
	font-size: .8em;
	border-top: 1px solid #999999;
	clear: both;
	padding-bottom: 12px;
}
h1 {
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h2 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
}
a, a:visited  {
	color: #FFFFCC;
}
a:hover {
	color: #E0A43C;
}
.action {
	font-weight: bold;
	text-align: center;
}
.contact {
	list-style: none;
}

.imgleft {
	float: left;
	margin-right: 9px;
}


.imgright {
	float: right;
	margin-left: 12px;
}
