@charset "utf-8";
/* CSS Document */
html, body{	
	margin:0px;
	padding:0px;
	color: #000;
	font-family: verdana;
	font-size:12px;
	line-height:20px;
	/*scrollbar-base-color: #000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #202a33;
	scrollbar-darkshadow-color: #202a33;
	scrollbar-face-color: #202a33;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #202a33; */
	background:#000;
}
#fluid{
	background: url(images/fluid.gif);
	background-repeat:repeat-x;
	height: 958px;
	widht: auto;
}
#webframe{
	margin: 0 auto;
	width: 950px;
	height: 917px;
	background-image:url(images/contentbg.gif);
}
.linkstyle{
	font:Verdana;
	color:#666;
}
/* -----sections-----*/

#headersection{
	width: 950px;
	height: 167px;
	float:left;
	background-image:url(images/headerbg.png);
}

#nav{
	width: 532px;
	height: 40px;
	float:left;
	margin-top:107px;
}

#flashsection{
	float:left;
	width: 950px;
	height: 363px;
	background-image:url(images/flashbg.gif);
}

/* -----content start-----*/
#contentsection{
	margin-top: 40px;
	float:left;
	width: 950px;
	height: 309px;
}
#contentL{
	float:left;
	width: 253px;
	height: 309px;
	background-image:url(images/welcomebg.gif);

}
#contentLtext{
	float:left;
	width: 230px;
	height: 247px;
	margin-top: 62px;
	margin-left: 11px;

}
/* -----content middle-----*/
#contentM{
	margin-left:11px;
	float:left;
	width: 422px;
	height: 309px;
	background-image:url(images/gallerybg.gif)

}
#contentMtext{
	float:left;
	width: 420px;
	height: 258px;
	margin-top: 51px;

}
/* -----content right-----*/
#contentR{
	margin-left:11px;
	float:left;
	width: 250px;
	height: 309px;
	background-image:url(images/contactbg.gif);

}

#contentRtext{
	float:left;
	width: 233px;
	height: 248px;
	margin-top: 62px;
	margin-left:11px;

}

/* -----content end-----*/

#footer{
	margin-top: 40px;
	/*padding-top:11px;*/
	float:left;
	width: 950px;
	height: 31px;
	color:#666;
	font-size:10px;
	a color: #999;
	clear:both;

}

#insidefootleft{
	width: 400px;
	height: 20px;
	color:#666;
	font-size:10px;
	float:left;
	margin-top:11px;
}

#insidefootright{
	width: 500px;
	height: 20px;
	color:#666;
	font-size:10px;
	float:right;
	text-align:right;
	margin-top:11px;
	
}
