@charset "utf-8";
/* CSS Document */

body
{

	margin-top:0px;
	background-color:#8db3e6;
	background-image:url(images/bodyBG.jpg);
	background-repeat:repeat-x;
}

#HeaderDiv
{
	background-image:url(images/Layout_01.gif);
	width:900px;
	height:190px;
}

#LeftDiv
{
	background-image:url(images/Layout_02.gif);
	background-color:#FFF;
	background-repeat:repeat-y;
	background-position:left top;
	width:900px;
	min-height:377px;
	float:left;		
}

#RightDiv
{
	background-image:url(images/Layout_04.gif);
	background-repeat:repeat-y;
	background-position:right top;
	width:756px;
	min-height:377px;
	float:right;
}

#BottomDiv
{
	clear:both;
	background-image:url(images/Layout_05.jpg);
	width:900px;
	height:33px;
}

#MainDiv
{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	background-color:#FFF;
}

#MenuDiv
{
	width:120px;
	min-height:377px;
	float:left;
	background-image:url(images/content-backgound.jpg);
	background-color:#FFF;
	background-repeat:repeat-x;
	margin-left:14px;
	padding-left: 10px;
	border-right:thick;
	border-right:#666;
	line-height:20px;
}

#ContentDiv
{
	width:741px;
	min-height:377px;
	background-image:url(images/content-backgound.jpg);
	background-repeat:repeat-x;
	overflow:auto;
	background-color:#FFF;
	float:left;
}

#ContainerDiv
{	
 	width:900px;	
	margin-left:auto;
	margin-right:auto;	
}

#ContentDiv a
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
	color:#039;	
}

#ContentDiv a:hover
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
	color:#09F;	

}

#MenuDiv a
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
    font-weight: bold;
	color:#06C;	
}

#MenuDiv a:hover
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
    font-weight: bold;
	color:#09C;	
}

h2
{
	margin-top:0px;
	margin-bottom: 0px;
	color:#666;
}

h4
{
	margin-top:0px;
	margin-bottom: 0px;
	color:#666;
}

h3
{
	margin-bottom: 0px;
	color:#666;
}

table
{
	text-align:center;
}

#gallery {
	width: 730px;
}

#gallery ul { 
	list-style: none;
	padding-left:0px;
}

#gallery ul li { display: inline; }

#gallery ul img {
	border: 5px solid #d8eff5;
	border-width: 5px 5px 20px;
	margin:5px;
}
#gallery ul a:hover img {
	border: 5px solid #8db3e6;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

.table table{
	text-align:left;
}
