* {
    margin: 0;
    padding: 0;
    font-family: Arial, "Nimbus Sans L", "Garuda", "Utkal", "FreeSans", "Malayalam", "Phetsarath OT", sans-serif;
    font-size: 12px;
    text-align: left;
}

#page {
    background-color: #ffffff;
    margin: 1px auto;
    width: 1000px;
    padding: 0px 0;
}

#header{
	background-color: #3e3e3e;
	width:1000px;
	height: 300px;
	
}

body {
    background-color: #ffffff;
    text-align: center;
}

content{
	background-color: #f8f8f8;
	width:1000px;
	height: 500px;
}

main-content{
	position: relative;
	float: left;
	background-color: #f8f8f8;
	width: 952px;
	margin-left: 20px;
	margin-right: 20px;
	height: 500px;
}

margin-left{
	position: relative;
	float: left;
	background-image: url(margin-bg-left.jpg);
	background-color: #f8f8f8f;
	width: 4px;
	height: 500px;
}

margin-right{
	position: relative;
	float: left;
	background-image: url(margin-bg-right.jpg);
	background-repeat: repeat-y;
	background-color: #f8f8f8f;
	width: 4px;
	height: 500px;
}



#nav {
	float:right;
	height:20px;
	margin-top:40px;
}

#nav li {
float:left;
list-style-type:none;
margin:0;
padding:0;
}

.a {
	background-image: url(btnmic.gif);
	color:#000000;
	float:left;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	height:40px;
	text-decoration:none;
	line-height:20px;
	margin-left:2px;
	text-align:center;
	width:120px;
	margin-top:0px;
}
.a:hover {
	background-position:0 0px;
	color:#e30000;
	background-image: url(btnmare.gif);
	float:left;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	height:40px;
	text-decoration:none;
	line-height:20px;
	margin-left:2px;
	text-align:center;
	margin-top: 0px;
	width:120px;
}

.a-current {
	background-image: url(btnmare.gif);
	color:#e30000;
	float:left;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	height:40px;
	text-decoration:none;
	line-height:20px;
	margin-left:2px;
	text-align: center;
	width:120px;
}
.a-current:hover {
	background-position:0 0px;
	color:#e30000;
}

