/* CSS Document */
body
{
width:1002px;
background-color:#990002;
margin:0 0 0 0;
margin:auto;
}

#mainbody
{
width:100%;
}
/*----------------header starts------------------*/
#banner
{
width:100%;
height:200px;
background-image:url(image/bannerbg.gif);
background-repeat:repeat-x;
}
#banner .logo
{
width:100%;
height:198px;
background-image:url(image/banner.gif);
background-repeat:no-repeat;
background-position:center;
}
/*---------------header ends----------------------*/
/*---------------menu starts----------------------*/
#menu
{
width:100%;
height:78px;
}
/*---------------menu ends----------------------*/
.title
{
width:450px;
height:20px;
margin:auto;
margin-top:0px;
margin-bottom:8px;
text-align:center;
font-weight:bolder;
color:#8B0404;
font-family:Arial;
font-size:25px;
}


.topic
{
width:600px;
height:20px;
margin:auto;
margin-top:0px;
margin-bottom:5px;
text-align:center;
font-weight:bolder;
color:#000000;
font-family:Arial;
font-size:20px;
text-decoration:underline;
}
.s1
	{
	color:#336699;
	font-size:18px;
	font-weight:bolder;
	font-family:Arial;
	text-align:center;
	width:400px;
	height:auto;
	margin:auto;
	margin-top:20px;
	}
.more{
	height:20px;
	width:135px;
	float:right;
	margin-bottom:10px;
	font-size:19px;
	font-weight:bolder;
	color:#A70000;
	}
.more a{
	color:#A70000;
	text-decoration:none;
	}	
.more a:active{
	color:#A70000;
	text-decoration:none;
	}	
.more a:visited{
	color:#A70000;
	text-decoration:none;
	}	
.more a:link{
	color:#A70000;
	text-decoration:none;
	}	
.more a:hover{
	color:#000;
	text-decoration:none;
	}
	#footer .menubottom
	{
	font-size:14px;
	color:#FFFFFF;
	font-family:Arial;
	}
	#footer .menubottom a{
	color:#FFFFFF;
	text-decoration:none;
	}	
	#footer .menubottom a:active{
	color:#FFFFFF;
	text-decoration:none;
	}	
	#footer .menubottom a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}	
	#footer .menubottom a:link{
	color:#FFFFFF;
	text-decoration:none;
	}	
	#footer .menubottom a:hover{
	color:#FFA209;
	text-decoration:underline;
	}
.topbg
{
float:left;
width:100%;
background-image:url(image/bgtop.gif);
background-repeat:no-repeat;
height:22px;
margin-top:10px;
}
#content
{
float:left;
width:100%;
background-image:url(image/contentbg.gif);
background-repeat:repeat-y;
text-align:left;
position:relative;
}
 #content .document
{
float:left;
width:714px;
text-align:left;
padding:10px 0px 20px 40px;
}

#content .right{
	float:left;
	margin-left:25px;
	width:180px;
	}
#pic1 {
	position:absolute;
	width:180px;
	height:262px;
	z-index:1;
	left: 782px;
	top: 10px;
	background-image:url(image/pic1.jpg);
}
#pic2 {
	position:absolute;
	width:175px;
	height:175px;
	z-index:222;
	left: 784px;
	top: 288px;
	background-image:url(image/pic2.jpg);
}
#pic3 {
	position:absolute;
	width:175px;
	height:155px;
	z-index:223;
	left: 782px;
	top: 479px;
	background-image:url(image/pic3.jpg);
}
.normaltext
{
width:684px;
color:#000000;
font-family:Arial;
font-size:18px;
text-align:justify;
background-image:url(image/documentbg.jpg);
background-attachment:fixed;
background-repeat:repeat-y;
padding:5px 10px 0 10px;

}

#bottombg
{
float:left;
width:100%;
background-image:url(image/bgbottom.gif);
background-repeat:no-repeat;
height:22px;
}
#footer
{
width:100%;
float:left;
height:80px;
background-color:#660000;
text-align:center;
font-family:Arial;
font-size:14px;
color:#ffffff;
}

#gallery
{
	padding:0px 0px 0px 60px;
	font-size:14px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	
}
#gallery img
{
border:maroon 2px solid;
}
#font
{	
	width:150px;
	font-size:14px;
	font-family:"Trebuchet MS";
	font-weight:bold;
}