/*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;
	line-height: 12pt;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

#content {
position: relative;
margin: 5px auto;
width: 750px;
}

#header {
position: relative;
background: url(img/top/rotate.php);
height: 150px;
border: 0;
}

#header h1 {
	text-align: right;
	padding: 3px;
	color: #FFFFFF;
	text-transform: lowercase;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: normal;
	font-style: normal;
}

#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(img/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: 0px solid #922926;
padding: 2px;
margin-left: 3px;
}

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

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

#text1 {
float: left;
position: relative;
margin-top: 2px;
text-align: justify;
width: 580px;
border-left: 1px solid #922926;
}

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

#text1 h1 {
font: 15pt Garamond, "Times New Roman", serif;
font-weight: 550;
margin: 5px 2px;
}

#text1 h2 {
font: 12pt Garamond, "Times New Roman", serif;
margin: 0;
padding: 10px;
}

#text1 img {
float: center;
border: none;
padding: 2px;
margin-left: 0px;
}

#text1 a {
color: #922926;
text-decoration: none;
}

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

#text2 {
float: left;
position: relative;
margin-top: 2px;
text-align: justify;
width: 700px;
border-left: 1px solid #922926;
}

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

#text2 h1 {
font: 15pt Garamond, "Times New Roman", serif;
font-weight: 550;
margin: 5px 2px;
}

#text2 h2 {
font: 12pt Garamond, "Times New Roman", serif;
margin: 0;
padding: 10px;
}

#text2 img {
float: center;
border: none;
padding: 2px;
margin-left: 0px;
}

#text2 a {
color: #922926;
text-decoration: none;
}

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

#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(img/nav-arrow.gif) right no-repeat;
}

#navbox2 {
clear: both;
float: right;
/* position: relative; */
margin-top: 25px;
width: 146px;
padding: 2px;
}

#navbox2 h1 {
font: 11pt Garamond, "Times New Roman", sans-serif;
padding: 4px 0 1px;
margin-bottom: 2px;
font-weight: 500;
}

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

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

#navbox2 a {
color: #922926;
text-decoration: none;
border-bottom: none;

width: 144px;
}

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

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

