/* CSS Document - Author: Unnikrishnan */

body
{
	background: black;
	font-size: 13px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left:50%;
	
}

a {text-decoration: none; color: #f78f1e;}
a:hover {text-decoration: underline; color: #fff;}
#topbanner
{
 
			background: url(images/topbanner.gif) right no-repeat;
			background-color: #000000;

       	height: 100px;

			margin-top: 20px;
			padding-top: 5px;
}


#container{
	width: 700px;
	margin-left: -350px;
}

#title
{
    font-size: 24px;
    color: #f00000;
    font-family: verdana;
    margin: 5px;
    text-align:center;
}

#navcontainer
{
	background-color: #000000;
}

.navitem
{
	background-color: #000000;
	padding: 4px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	border: 1px solid white;
	width: 129px;
	margin-top:1px;
	margin-right:1px;
        
	margin-bottom: 1px;
	float:left;
}


.navitemlast
{
	background-color: #000000;
	padding: 4px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	border: 1px solid white;
	width: 130px;
	margin-top:1px;
	margin-right:0px;
        
	margin-bottom: 1px;
	float:left;
}


#main
{
	padding:5px;
	width: 690px;
	text-align:center;
	color:white;
	line-height: 1.6em;
	background: black;
}

#linkdes
{
        
color: #ffffff;
}

#sidebar
{
	background-color: #000000;
        width:197px;
	border:1px solid #f78f1e;
	float:left;
	margin-top:20px;
	margin-right: 10px;
	margin-left: 0px;
        margin-bottom: 10px;
	padding: 3px;
	text-align:left;
	height: 500px;
	clear:both;
}

h1
{
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	text-transform:uppercase;
	font-size:36px;
	font-weight:normal;
	color: #f78f1e;
	padding-top: 5px;
	text-align: center;
}

.headertext1
{
	background-color: #f78f1e;
        font-size:18px;
	color: #000000;
}
.headertext2
{
	font-size:10px;
	font-weight:bold;
}

#footer
{
	background-color:#000000;
	color: #f78f1e;
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both;
}

img
{
	border: px solid #fff;
}
