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

html{
overflow:hidden;
overflow-y:scroll;
}

body{
background-image:url(images/bbg.jpg);
background-repeat:repeat-x;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height:20px;
}

#back{
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
background-position:top center;
}

#container{
width:960px;
min-height:820px;
text-align:left;
background-image:url(images/gbg.gif);
background-repeat:no-repeat;
background-position:bottom left;
}

#top{
padding-top:15px;
padding-left:20px;
}

#top2{
padding-top:25px;
padding-left:20px;
}

#left{
padding-top:30px;
float:left;
width:259px;
}
	#menu{
	padding-left:15px;
	}
		#mitem{
		width:239px;
		background-color:#ffdfc1;
		margin:5px;
		margin-right:0px;
		color:#cb6866;
		font-size:18px;
		}
		a.menu:visited, a.menu:active, a.menu:link{
		background-color:#ffdfc1;
		color:#cb6866;
		display:block;
		line-height:28px;
		padding-left:5px;
		text-decoration:none;
		}
		a.menu:hover{
		background-color:#cb6866;
		color:#ffdfc1;
		text-decoration:none;
		}

a:visited, a:active, a:link{
color:#000000;
text-decoration:none;
}
	a:hover{
	color:#000000;
	text-decoration:underline;
	}

#right{
padding-top:30px;
margin-left:260px;
}
	#content{
	padding-left:15px;
	padding-right:10px;
	text-align:justify;
	}
		#one{
		float:left;
		text-align:center;
		width:210px;
		}
		#two{
		float:left;
		margin-left:15px;
		text-align:center;
		width:210px;
		}
		#three{	
		margin-left:460px;
		text-align:center;
		width:210px;
		}

h1{
font-size:16px;
}
h2{
font-size:14px;
text-decoration:underline;
}

#legal{
clear:both;
padding-top:20px;
margin-bottom:5px;
font-size:9px;
line-height:normal;
text-align:center;
}
.small{
font-size:10px;
}
.border{
border:solid 1px #000000;
}