/*Oh!Calcutta design for OWD March 2006 design contest
by Janpd24 a.k.a. Payal Dhar (http://writeside.net) */

* {
padding: 0;
margin: 0;
}

body {
	background: #F5F5F5;
	font: 9pt/14pt "Lucida Sans", Arial;
	color: #666666;
	list-style-position: outside;
	list-style-type: square;
}

#content {
	position: relative;
	margin: 5px auto;
	width: 750px;
	background-color: #FFFFFF;
}

#header {
	position: relative;
	height: 150px;
	border-top: none #CCCCCC;
	border-right: none #CCCCCC;
	border-bottom: none #CCCCCC;
	border-left: none #CCCCCC;
	background-image: url(../images/vmp.png);
	background-repeat: no-repeat;
	background-position: left;
}

#header h1 {
	text-align: left;
	padding: 3px;
	color: #333;
	font: 600 25pt/22px Arial, sans-serif;
	text-transform: lowercase;
}

#topnav {
	position: relative;
	margin: 2px 2px 2px 0;
	width: 746px;
	text-align: center;
	border: 1px solid #F5F5F5;
	background-color: #FFFFFF;
}

#topnav ul li {
list-style-type: none;
float: left;
margin: 2px 15px 2px 0;
padding: 2px 7px 2px 0;
background: url(../images/nav-arrow.gif) right no-repeat;
text-align: left;
}

#topnav ul li a {
color: #922926;
text-decoration: none;
border: 0;
display: inline;
}

#topnav ul li a:hover {
color: #000;
text-decoration: underline;
border: 0;
}

#topnav ul li a.selected {
color: #922926;
text-decoration: underline;
border: 0;
}

#text {
	float: left;
	position: relative;
	margin-top: 2px;
	text-align: justify;
	width: 580px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
}

#text p {
margin: 0;
padding: 5px 5px 5px 10px;
}

#text h1 {
	margin: 5px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 20px;
	color: #999;
}

#text h2 {
font: 12pt "Lucida Sans", Arial;
margin: 0;
padding: 10px;
}

#text img {
float: right;
border: 1px solid #922926;
padding: 2px;
margin-left: 3px;
}

#text a {
color: #922926;
text-decoration: underline;
}

#text a:hover {
color: #000;
text-decoration: underline;
}

#navbox {
	float: right;
	position: relative;
	margin-top: 25px;
	width: 146px;
	padding: 2px;
	background-color: #FFFFFF;
}

#navbox h1 {
font: bold 10pt "Lucida Sans", Arial;
padding: 4px 0 1px;
margin-bottom: 2px;
border-bottom: 1px solid #000;
}

#navbox p {
font: 9pt Arial, sans-serif;
}

#navbox ul li{
list-style-type: none;
margin:0;
padding: 0;
}

#navbox a {
color: #922926;
text-decoration: none;
border-bottom: 1px solid #F0F0F0;
display: block;
width: 144px;
}

#navbox a:hover {
color: #000;
text-decoration: none;
border-bottom: 1px solid #922926;
background: url(../images/nav-arrow.gif) right no-repeat;
}

#footer {
padding: 2px;
margin: 0;	
background-color: #F0F0F0;
font-size: 8pt;
text-align: right;
}
#content #text #top-section {
	background-color: #F7FBFB;
}
#content #text #top-section1 {

	background-color: #F8FCEF;
}
