/* gui css by artform.org */ 

body {
	background-color: #00A0C7;
	background-image:url('../images/bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}

#outer {
	width:804px;
	height:auto;
	margin:auto;
	border:2px solid #ffffff;
	background-color:#ffffff;
}

#outer2 {
	width:804px;
	height:auto;
	margin:auto;
}

#hdr {
	width: 800px;
	height:140px;
	background:#ffffff;
	background-image: url('../images/header.jpg');
	padding:0;
	margin:0;
	border:2px solid #fff;
}

#bar {
	background-image: url('../images/bgmenu.gif');
	background-repeat:no-repeat;
	position:relative;
	width:800px;
	height:29px;
	z-index:2;
	top:0px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

a.whitelink:link, a.whitelink:visited, a.whitelink:active, a.whitelink:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#bodyblock {
	width:800px;
	background:#fff;
	padding:0px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

/* supercool min height hack, thanks to GreyWyvern (http://www.greywyvern.com/)*/

.prop {
	float:right;
	width:1px;
}

.clear {
	clear:both;
	height:1%;
	overflow:hidden;
}

.min700 {
	height:500px;
}

/* gui css by artform.org */ 

div#container {
	margin:0;
	padding:0;
	width:auto;
	background-image:url(../images/bg_c1.jpg); 
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#f1f1f1;
}

.floatleft {
	background:transparent;
	float:left;
}

.floatright {
	background:transparent;
	float:right;
}

div#full {
	background:transparent;
	float:left;
	width:650px;
	padding:30px 20px 100px 20px;
}

div#left {
	width:350px;
	padding:30px 20px 100px 20px;
	text-align:left;
}

div#right {
	width:300px;
	padding:30px 20px 200px 20px;
	text-align:left;
}

div#footer {
	width: 804px;
	height:10px;
	padding:0;
	margin:0;
	font-size:8pt;
	color:#ffffff;
	text-align:center;
}

div#footer a:link, div#footer a:visited, div#footer a:active, div#footer a:hover { text-decoration: underline; color:#ffffff; }

div#left img { margin:5px 10px 5px 0px; }
div#right img { margin:5px 10px 5px 0px; }
