@import url('/inc/css/StartMenu.css');
@import url('/inc/css/FotoAlbum.css');
@import url('/inc/css/Viewer.css');

html
	{
	height: 100%;
	}

body
	{
	height: auto;
	margin: 0px;
	padding: 0px;
		background: #487c3a;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

#Frame-Work
	{
	position: relative;
	display: table;
	width: 840px;
		margin: 0px auto 0px auto;
		background: #fffcd3;
	}

#Frame-Banner
	{
	position: relative;
	float: left;
	width: 840px;
	height: 270px;
		background: url('/images/banner.gif') no-repeat;
	}

#StartMenu
	{
	position: relative;
	float: left;
	width: 200px;
		margin: 10px 0px 10px 10px;
		padding: 0px;
		background: #fffcd3;
		list-style: none;
		z-index: 888;
	}

#Frame-Content
	{
	position: relative;
	float: left;
	width: 610px;
		margin: 0px 0px 0px 10px;
	}

#Frame-Content h1
	{
	font-size: 16px;
	color: #487c3a;
	}

#Frame-Content p
	{
	}

#Frame-Content form div
	{
	display: block;
	line-height: 20px;
	margin: 1px 0px 1px 0px;
	}

#Frame-Content form div label
	{
	float: left;
	width: 150px;
	color: #487c3a;
	}

#Frame-Content form input.txt
	{
	width: 190px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #487c3a;
	color: #487c3a;
	}

#Frame-Content form input.Btn
	{
	margin: 5px 0px 0px 150px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #487c3a;
	color: #487c3a;
	}

#FotoAlbum
	{
	position: relative;
	float: left;
	width: 100%;
		margin: 0px;
		padding: 0px;
		list-style: none;
		z-index: 777;
	}

#Frame-Footer
	{
	position: relative;
	float: left;
	width: 840px;
	height: 130px;
		background: url('/images/footer.gif') no-repeat;
	}