/*ft style*/

body {
	background: #eeeedd;
	text-align: center;
	margin: 0px;


}


#global {
	position:relative;
	width:963px;
	margin:0px auto 0px auto;
	height:auto;
	text-align:left;


}

#pad1 {
	position:absolute;
	width: 963px;
	height: 20px;
	margin:0px;
	padding-top:5px;
	background-color:#fff;
	border: 1px solid #999966;
}

#head {
	position:absolute;
	top: 5px;
	width: 963px;
	height: 150px;
	background-color:#fff;
	border: 1px solid #999966;
}

#r1 {

	position:absolute;
	top: 8.5px;
	width:200px;
	height:133px;
	left:323px;




}

#r2 {

	position:absolute;
	top: 8.5px;
	width:200px;
	height:133px;
	right: 222px;



}
#r3 {

	position:absolute;
	top: 8.5px;
	width:200px;
	height:133px;
	right: 5px;




}
#nav {
	position:absolute;
	width: 960px;
	top: 160px;
	height: 20px;
	background-color:#fff;
	overflow:hidden;
	padding-top:5px;
	padding-left:3px;
	border: 1px solid #999966;
}

#sidebar {
	position: absolute;
	width:320px;
	padding-top: 10px;
	top: 190px;
	border-bottom: 1px solid #999966;
	
}
#content {
	position: absolute;
	width: 630px;
	top: 190px;
	left: +323px;
	background-color:#fff;
	padding:5px;
	margin-bottom:10px;
	border: 1px solid #999966;
}

#foot {
	position:absolute;
	bottom: 0;
	width:963px;
	height: 20px;
	padding-top: 5px;
	background-color:#fff;
}


#h1 {
	font-family:Tahoma;
	font-variant:small-caps;
	color:#666;
	font-size:10px;
	font-weight: 200;
	font-style: normal;	
}


p {
	padding: 5px;
}



.all {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:12px;
	text-align:justify;

}

.menu {

	text-align:left;
	
}

.foot {
	text-align: right;
	color:#666666;
	
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	text-align:justify;
	vertical-align:middle;

}

.dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:12px;
	text-align:justify;
	vertical-align:middle;

}

a:link {
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	
}

a {
	color: #333333;
}

#gallery {width:630px; height:400px; min-height:400px;}
#gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:left;}
#gallery ul li {display:inline; width:78px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:75px; height:50px; text-decoration:none; border:1px solid #000;}
#gallery ul li a img {display:block; width:75px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#ddd;}
#gallery ul li a:hover img {position:absolute; left:190px; top:0; width:400px; height:auto; border:1px solid #000;}
#gallery ul li span {display:none;}
#gallery ul li a:hover span {display:inline; position:absolute; left: 190px; top:300px; width: 400px;}