/* MAIN STYLES & IMPORTS */
/*@import url("structure.css");
@import url("moo.css");*/

body, html { 
	margin:0; 
	padding:0; 
	width: 100%;
	height:100%; /* this is the key! */ 
	min-height: 100%;
	min-width: 100%;
	font-family: Georgia, serif;
	/* font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif; */
	font-size: 12pt;
	background-image: url("../images/new_bg_01.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
} 

a:link, a:visited, a:active { color: #666666; }
a:hover { color: #3FB3F8; text-decoration: none; }
a img{ border:none; }

#container {
	width: 700px;
	height: 450px; /* this is the key! */ 
	min-height: 450px;
	min-width: 700px;
	position: fixed;
  	top: 50%;
 	left: 50%;
	margin-top: -225px;
	margin-left: -350px;
}


#img_logo {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#content_wrapper {
	position: relative;
	top: -60px;
	left: 0px;
	width: 600px;
	min-width: 600px;
	height: 416px;
	min-height: 416px;
	background-image: url("../images/content_background_01.png");
	background-repeat: no-repeat;
	z-index: 1;
}

#content_text {
	width: 470px;
	height: 280px;
	overflow: auto;
	text-align: justify;	
	position: relative;
	top: 56px;
	left: 56px;
	padding: 10px;
}

#menu_wrapper {
	position: relative;
	width: 268px;
	height: 416px;
	margin: 0px;
	padding: 0px;
	top: -400px;
	left: 540px;
	background-image: url("../images/menu_background_02.png");
	background-repeat: no-repeat;
	z-index: 0;
}

#menu_text {
	width: 209px;
	height: 308px;
	overflow: auto;
	text-align: left;	
	position: relative;
	top: 15px;
	left: 39px;
	vertical-align: middle;
}

#menu_text img, #menu_text a {
	margin-bottom: 20px;
	z-index:3;
}

#footer {
	width: 100%;
	min-width: 100%;
	height: 10%;
	min-height: 10%;
	clear: left;
}

#footer a {
	color: #c0c0c0;
	font-size: 0.8em; }

/* tiddlies */

.text_header {
	color: #000000;
	font-size: 1.6em;
}

.text_content {
	color: #666666;
	font-size: 0.8em;
	width: 200px;
	min-width: 200px;
}

.text_image {
	float: right;
	border: 1px solid black;;
	vertical-align: top;
	width: 100px;
	margin: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.link_menu { border: 0; }
.post {	clear: right; }
.alert { color: red; }
