@charset "utf-8";
/* CSS Document */

body {
	height: 860px;
	margin: 0px;
	background: url(images/bg1.jpg) top center no-repeat #005CA9;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 150%;
	
	scrollbar-face-color: #3999D5;
	scrollbar-arrow-color: #005CA9;
	scrollbar-shadow-color: #3999D5;
	scrollbar-darkshadow-color: #3999D5;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #3999D5;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: orange;
}
a:visited {color: #CCCCFF;}
a:hover, a:active {
	color: #FFCC00;
	text-decoration: overline underline;
}
#fla {
margin:200px auto auto;
}


h1 {
	font-size: 18px;
	padding-top: 10px;
}

#container {
	width: 500px;
	margin: 225px auto auto;
}

#menu {
	top: 285px;
	width: 100px;
	float: left;
	margin-left: 10px;
	font-size: 14px;
}
#menu a {
	color: white;
	font-weight: normal;
}
#menu a:hover, a:active {
	text-decoration: none;
	letter-spacing: 2px;
}
#menu ul {margin:0px;}
#menu li {
	margin: 0px;
	list-style: none;
	padding: 5px;
	border-bottom: #CCCCFF 1px dotted;
}

#content {
	width: 330px;
	height: 385px;
	float: right;
	overflow: auto;
	padding: 0px 3px;
}
#img a, a:hover, a:active{
text-decoration:none;
border:none;
}

#footer {
	clear: both;
	width: 400px;
	margin: auto;
	padding-top: 119px;
	text-align: center;
}
#footer1 {
	clear: both;
	width: 400px;
	margin: auto;
	padding-top: 1px;
	text-align: center;
}
.magnify
{
	cursor: default;
	list-style: none;
	text-align: center;
}
.magnify a
{
	cursor: default;
}

.magnify a .preview
{
	display: none;
}

.magnify a:hover .preview
{
	display: block;
	position: absolute;
	top: -155px;
	left: -200px;
	z-index: 1;
}

.magnify img
{
	background: #553608;
	/*border-color: #aaa #ccc #ddd #bbb;*/
	border-color: #725700;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 108px;
	height: 80px;
}

.magnify li
{
	background: #553608;
	/*border-color: #ddd #bbb #aaa #ccc;*/
	border-color: #725700;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.magnify .preview
{
	border-color: #000;
	width: 300px;
	height: 225px;
}