/*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: #FFF;
font: 9pt Arial, sans-serif;
line-height: 12pt;
z-index:0;
}

#content {
position: relative;
margin: 5px auto;
width: 750px;
}


#headerImg0 {
/*position: relative;*/
background: url(images/ewHeader750.jpg);
height: 150px;
width:750px;
border: 0;
z-index:2;
position:absolute;
}

#headerImg1 {
/*position: relative;*/
background: url(images/ewHeader750.jpg);
height: 150px;
width:750px;
border: 0;
z-index:2;
position:absolute;
/*display:none;*/
}

#headerImg1 h1 {
text-align: right;
padding-top: 118px;
padding-left: 3px;
color: #cc2926;
font: 22pt Arial, sans-serif;
text-transform: uppercase;
font-weight: bold;
}

#headerImg0 h1 {
text-align: left;
padding-top: 118px;
padding-left: 3px;
color: #cc2926;
font: 22pt Arial, sans-serif;
text-transform: uppercase;
font-weight: bold;
}

#topnav {
position: relative;
margin: 2px 2px 2px 0;
width: 746px;
text-align: center;
}

#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-left: 1px solid #922926;
}

#text p {
margin: 0;
padding: 5px 5px 5px 10px;
}

#text h1 {
font: 15pt Garamond, "Times New Roman", serif;
font-weight: 550;
margin: 5px 2px;
}

#text h2 {
font: 12pt Garamond, "Times New Roman", serif;
margin: 0;
padding: 10px;
}

#text img {
float: right;
border: 1px solid #922926;
padding: 2px;
margin-left: 3px;
}

#text a {
color: #922926;
text-decoration: none;
}

#text a:hover {
color: #000;
text-decoration: underline;
}
#text ul li{
list-style-type: none;
margin-left:10px;
padding-bottom:5px;
}

#text td
{
	border-bottom:solid 1px #922926;
	border-right:solid 1px #922926;
	padding-top:3px;
	font: 9pt Arial, sans-serif;

}

#navbox {
float: right;
position: relative;
margin-top: 25px;
width: 146px;
padding: 2px;
}

#navbox h1 {
font: 11pt Garamond, "Times New Roman", sans-serif;
padding: 4px 0 1px;
margin-bottom: 2px;
font-weight: 500;
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;
}
