html, body {
	height: 100%;
	margin: 0;
	padding: 0; 
	overflow: hidden;
	text-align: center;
	font-family: Verdana;
	font-size: 14px;
	background: url(../images/top.png) left top no-repeat;
}

#container { 	
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#header {
	height: 18%;
	float: left;
	background: url(../images/logo.png) right bottom no-repeat;
	/*border-bottom: solid 5px #5776af;*/
	width: 100%;
}

#menu {	
	width: 20%;
	height: 82%;
	/*background-color: #5776af;*/
	float: left;
}

#spacer {
	height: 10%;
}

table.login
{
	margin-top: 20%;
	border-collapse: separate;
	border-spacing: 5px;
	width: 140px;
	margin-bottom: 10%;
}

table.menu 
{
	margin-top: 5%;
	border-collapse: separate;
	border-spacing: 5px;
	width: 140px;
	margin-bottom: 10%;
}

#main {
	overflow-y: scroll;
	width: 75%;
	height: 74%;
	float: right; 
	padding:2%;
}

table.image
{
	margin-top: 2%;
	margin-bottom: 2%;
}

table.register 
{
	margin-top: 2%;
	border-collapse: separate;
	border-spacing: 5px;
	margin-bottom: 2%;
}

a:link {
	color: #363636;
	text-decoration: none;
}
a:visited {
	color: #363636;
	text-decoration: none;
}
a:hover {
	color: #747578;
	text-decoration: underline;
}
a:active {
	color: #363636;
	text-decoration: none;
}

form label { font-family: Verdana; color: #000000; font-size: 12px; }

form input { font-family: Verdana; color: #000; font-size: 12px; background-color: #f4f4f4; border: 1px solid #000000; }

form textarea { font-family: Verdana; color: #000; font-size: 12px; background-color: #f4f4f4; width: 150px; border: 1px solid #000000; padding: 10px; }

form select { font-family: Verdana; color: #000; font-size: 12px; background-color: #f4f4f4; border: 1px solid #000000; width: 135px;}

.textformat_red { 
	color: #fa2525; 
	font-weight: bold;
}

.textformat_gray { 
	color: #6b6b6b; 
	font-weight: bold;
}

h2
{
	color: #222;
}

img
{
	border: 0px;	
}

table.copyright
{
	clear: left;
}

.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

