@charset "utf-8";
/* CSS Document */

/*
Author: Shubhodeep Ghosh
*/

* { padding: 0; margin: 0; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color:#fff;
	background-repeat: repeat;
}
* img{
border:none;
clear:both;
}
hr{
margin-bottom:15px;
clear:both;
width:100%;
}
p {
padding:10px 0;
color:#666666;
clear:both;
}
.heading{
color:#993300;
font-size:1.5em;
clear:both;
margin-bottom:15px;
}
a {
color: #333;
text-decoration: none;
}
h1{
float:left;
color:#333;
clear:both;
font-size:1.75em;
}
#wrapper {
margin: 0 auto;
width: 900px;
}
#mainblock {
float:left;
width:850px;
padding:0 25px 25px 25px;
background-color:#fff;
}
#logo{
float:left;
width:850px;
height:auto;
margin-top:15px;
clear:both;
}
#navigation {
float:left;
width:850px;
background-image: url(../images/nav_bg.gif);
}
#navigation ul{
list-style-type:none;
float:left;
}
#navigation li{
display:inline;
}
#navigation a{
float:left;
width:80px;
background-image: url(../images/nav_bg.gif);
text-decoration:none;
color:#fff;
padding:12px;
text-transform:uppercase;
text-align:center;
font-size:1em;
font-weight:bold;
}
#navigation a:hover{
background-image: url(../images/nav_bg2.gif);
background-repeat: repeat-x;
}
#banner{
float:left;
width:850px;
height:auto;
clear:both;
margin-top:25px;
}
#newsitem{
float:left;
width:850px;
clear:both;
height:auto;
margin:25px 0;
border: 1px dotted #CCCCCC;
padding:10px 0;
}
.news1{
float:left;
width:250px;
height:auto;
}
.news2{
float:left;
width:600px;
height:auto;
font-size:1.25em;
color:#CC6600;
}
#bottom{
float:left;
width:850px;
height:auto;
clear:both;
font-size:1.5em;
}
.botitem1{
float:left;
width:250px;
height:auto;
}
.botitem2{
float:left;
width:250px;
height:auto;
margin:0 45px;
}
.botitem3{
float:left;
width:250px;
height:auto;
}
#footer{
float:left;
clear:both;
width:850px;
margin:25px 0 0 0;
height:auto;
}