body, html
	{
	height: 100%;
	}

body
	{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #00072e;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #ffffdc;
	}

h1
	{
	margin: 15px 0px 0px 0px;
	font-size: 18px;
	}

h2
	{
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	}

h3
	{
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	}

h3
	{
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	}

#Frame-Work
	{
	position: relative;
	width: 880px;
	height: 570px;
		padding: 50px;
		margin: 25px auto 0px auto;
		background: url('/images/bg.png');
	}

#FootNote
	{
	position: relative;
	width: 880px;
		margin: 15px auto 0px auto;
		text-align: center;
		color: #3c446f;
	}

#Frame
	{
	position: relative;
	width: 850px;
	height: 540px;
		padding: 15px;
		background: #00072e;
	}

#Frame-Inner
	{
	position: relative;
	width: 830px;
	height: 520px;
		padding: 10px;
		background: #ffffdc;
	}

#Frame-Impress
	{
	position: relative;
	float: left;
	width: 320px;
	height: 520px;
		background: #00072e;
		overflow: hidden;
	}

#Frame-Content
	{
	position: relative;
	float: left;
	width: 500px;
	height: 520px;
		margin: 0px 0px 0px 10px;
	}
	
	.Content-Block
		{
		position: relative;
		float: left;
		width: 125px;
		height: 200px;
			background: #00072e;
			overflow: hidden;
		}

	.Content-Menu
		{
		position: relative;
		float: left;
		width: 240px;
		height: 200px;
			margin: 0px 5px 0px 5px;
			background: #00072e url('/images/logo.gif');
		}
		
		.Content-Menu a
			{
			display: block;
				margin: 0px 10px 0px 10px;
				text-decoration: none;
				line-height: 15px;
				color: #ffffdc;
			}
		
		.Content-Menu .Left
			{
			position: relative;
			float: left;
				margin-top: 105px;
			}
		
		.Content-Menu .Right
			{
			position: relative;
			float: right;
				margin-top: 105px;
				text-align: right;
			}

	.Content-Contact
		{
		position: relative;
		float: left;
		width: 500px;
		height: 20px;
			margin: 5px 0px 5px 0px;
			background: #00072e;
				line-height: 20px;
				text-align: center;
		}

	.Content
		{
		position: relative;
		float: left;
		width: 480px;
		height: 270px;
			padding: 10px;
			background: #00072e;
			line-height: 15px;
			overflow-x: hidden;
			overflow-y: auto;
		}
		
		.Content a
			{
			color: #ffffdc;
			}

		.Content .Left
			{
			position: relative;
			float: left;
			width: 200px;
				margin: 100px 0px 0px 40px;
			}

		.Content .Left a
			{
			display: block;
				margin: 0px 10px 0px 10px;
				text-decoration: none;
				line-height: 22px;
				font-size: 12px;
				color: #ffffdc;
			}
		
		.Content .Right
			{
			position: relative;
			float: left;
			width: 200px;
				margin: 100px 40px 0px 0px;
			}

		.Content .Right a
			{
			display: block;
				margin: 0px 10px 0px 10px;
				text-decoration: none;
				line-height: 22px;
				font-size: 12px;
				color: #ffffdc;
			}
		
		.Preview-Images
			{
			position: absolute;
			left: 13px;
			bottom: 13px;
			width: 480px;
			height: 123px;
				background: #00072e;
				overflow: hidden;
			}

.Content form
	{
	margin: 20px 0px 0px 0px;
	}

.Content form div
	{
	width: 100%;
		padding: 2px 0px 2px 0px;
	}
	
	.Content form div label
		{
		display: block;
		float: left;
		width: 150px;
		height: 20px;
		}
	
	.Content form input
		{
		width: 190px;
		heigth: 18px;
		padding: 1px 5px 1px 5px;
		border: 1px solid #ffffdc;
		background: none;
		color: #ffffdc;
		}
	
	.Content form input.Btn
		{
		width: auto;
		height: auto;
		}
	
	.Content form textarea
		{
		width: 190px;
		height: 50px;
		padding: 5px;
		border: 1px solid #ffffdc;
		background: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #ffffdc;
		}
