body
{
	background:#000 url('images/back1.jpg') no-repeat top center;
	background-attachment:fixed;
	color: #666;
	font-family:Arial,Helvetica,sans-serif;
}

#container
{
	margin:5px auto;
	text-align:left;
	width:380px;
}

#header
{
	height:165px;
	position:relative;
}

#logo
{
	position:absolute;
	top:50px;
	display:block;
	float:left;
	height:70px;
	width:380px;
	background:transparent url(images/tejas-shirodkar.png) no-repeat scroll center center;
}

#main-image
{	
	position:relative;
	background:transparent url(images/tejas.png) no-repeat top center;
	height:475px;
	width:297px;
	margin-left:10%;
}

#menu
{
	height:20px;
	margin:0 0 10px;
	text-align:center;
	border-bottom:1px solid #333;
}

#nav
{
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	white-space:nowrap;
}

#nav li
{
	float:left;
	font-size:13px;
	margin:0;
	white-space:nowrap;
	width:auto !important;
}

a, a:visited
{
	color:#FFF;
	text-decoration:none;
}

a:hover
{
	color:#555;
}

input, textarea, #submit
{
	background-color:#686460;
	border:1px solid #aaa;
	color:#fff;
}

input:hover, input:focus, textarea:hover, textarea:focus, #submit:hover
{
	border:1px solid #222;
}

*html textarea
{
	overflow:auto;
}

#nav li a, #nav li a:visited
{
	display:block;
	font-size:10px;
	padding:0 4px;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
	color:#FFF;
}

#nav li a:hover
{
	color:#555;
}

#wrapper
{
	float:left;
	margin-bottom:40px;
	margin-left: 5px;
	width:95%;
	text-align:justify;
}

#footer
{
	clear:left;
	font-size:10px;
	padding:10px 0;
	position:relative;
	width:100%;
	border-top:1px solid #222;
	color:#222;
}
