/* CSS Document */

html,body{
	width:100%;
	height:100%;
	margin:0px;
}
body{
	background-color:#ffffff;
	text-align:center;
	color:#154180;
	font-family:verdana,arial;
	font-size:12px;
}
table {
	font-size:12px;
}
a{
	color:blue;
	text-decoration:none;
}
a:hover{
	color:blue;
	text-decoration:underline;
}
h1{
	display:none;
}
img{
border:0px;	
}
#container{
	width:930px;
	margin:auto;
	
	text-align:left;
	background:#ffFFFF;
	min-height:430px;
	_height:430px;
}
#menu{
	height:188px;
	width:200px;
	float:left;

}
#top{
	height:118px;
	width:100%;
	background-image: url(../images/bg.png);
}
#top img{
	margin-left:18px;
	margin-top:45px;
	float:left;
}
#top object{
	float:right;
	margin-top:21px;
}
#content{
	min-height:400px;
	_height:400px;
	float:left;
	width:680px;
	_width:700px;

	margin-left:0px;
	margin-right:15px;
	margin-top:0px;
	padding-left:35px;
	padding-top:15px;
	background-image: url(../images/menubg.png);
	background-position: bottom left;	
	background-repeat: no-repeat;


}
#footer{
	height:20px;
	_height:30px;
	padding-top:1px;
	background-image: url(../images/footer.png);
	background-position: top right;
	background-repeat:no-repeat;
	color:#43CFFD;
	font-weight: bold;
	font-size:10px;
	text-align:left;
	padding-left:12px;

}
#menu ul{
	list-style:none;
	margin:0px;
	margin-top:20px;
	padding:0px;

}
#menu ul li{
	display:block;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
}
#menu ul li a{
	color:#154180;
	font-weight:bold;

}
h2{
	color:#154180;
	
}
.albumlist{
	width:660px;

}
.thumb{

	margin:0px;
	margin-right:6px;
	margin-bottom:6px;

}
.albumname{
	margin:2px;
	font-size:14px;
}
table tr td{
	vertical-align:top;
}
#form{
	width:350px;
}
#form fieldset{
	padding:10px;
}
#form label{
	width:150px;
	font-size:12px;
}
#form textarea{
	width:304px;
}
#form .button{
	width:120px;
}

