
/* Main layout, fonts, colors */

*{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body{

margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background: url('bg.jpg') repeat;
color: #2b2b2b; 
font-size: 12pt; 
line-height: 20px;
font-family: Georgia, Lucida Sans Unicode, Arial, sans-serif;
}


ul {
	margin-top:-15px;
}
li {
	font-size:.9em;
	margin-left:15px;
}


.header {
color: #000000;
font-family:  "Georgia",  Arial, sans-serif;
letter-spacing: 0.7;
text-transform: lowercase;
font-size: 24pt;
line-height: 20px;
font-weight: none;
text-align: left;
padding: 3px;
}


.header2 {
color: #000000;
font-family:  Georgia,  Arial, sans-serif;
font-size: 11pt;
font-weight: bold;
}



b {color: #F90998; border-bottom: 1px dotted #666666;}
i {color: #F90998;}
u {color: #000000;}

a:link, a:visited, a:active {
color: #F90998;
text-decoration: none;
font-weight: none;
cursor: hand;
}

a:hover {
color: #000000;
font-weight: none;
text-decoration: underline;
cursor: hand;
}

textarea, input, select {
font-family: Georgia, Arial, Tahoma, Verdana, Sans-serif;
font-size: 10pt;
color: #2b2b2b;
background: #FFFFFF;
border: 1px #F90998 solid;
}


img {margin: 20px 20px 20px 20px;}

a img {border: none; } 


/* Begin navigation */


#navigatecontainer{
	margin:0 auto;
	width:100%;
	background:#787878;
	height: 50px;
	margin-top:0px;
        opacity:0.6;
        filter:alpha(opacity=60);
}

#navigate{
	margin: 0 auto;
	width:715px;
	text-align:center;
}

#navigate ul{
	list-style: none;
	margin:0 0;
}

#navigate li{
	float:left;
	display:block;         /* for all browsers except IE */
	text-transform:none;
	font-size:1.4em;
	line-height:2.313em;
	margin:0 0;
	padding: 0 10px;
	margin-right:54px;
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif; 
}


#navigate a{
	color: #ffffff;
	text-decoration: none;
}

#navigate a:hover{
	border-bottom:1px solid #E81D97;
        color: #222222;
        font-weight: none;
}

#navigate li.active{
	background: #E81D97;
	height:50px;
	border-left:1px solid #532045;
	border-right:1px solid #532045;
}






/* Begin main transparent box */


#transbox{
	margin: 0 auto;
	width:850px;
	min-height:450px;
	padding: 0 30px;
	background:#ffffff;
	padding-bottom:30px;
        -webkit-box-shadow:3px 3px 5px gray;
        -moz-box-shadow:3px 3px 5px gray;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-webkit-border-bottom-left-radius: 25px;
  	-webkit-border-bottom-right-radius: 25px;
	opacity:.65;
        filter:alpha(opacity=65);
}


#main{
	clear:both;
	width: 850px;
}






/* Header (Akhila Kolisetty name) */

#title{
	background: url('title2.png') no-repeat top center;
	height: 70px;
	width:364px;
	margin-top:30px;
        position: absolute;
        top: 25px;
        left: 700px;
}





/* Footer */


#footerwrap{
	clear:both;
	margin: 0 auto;
	margin-bottom:0;
	width:100%;
	color:#787878;
	font-size:.9em;
	text-align:center;
}

#footer{
	padding-top:30px;
}

#footer p{
	margin:0;
}



/* for IE stuff */

#contentwrap { *padding-top: 80px; } #navigate { *margin-top: 0; } #fullhead { *height: 100px; *overflow: hidden; }