@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #072F5B;
	background-image: url(../images/design/background.jpg);
	background-repeat:no-repeat;
	background-position: 50% 0%;
}
#container {
	position:relative;
	width:1000px;
	height:auto;
	top:0px;
	left:0px;
	margin:0 auto;
	border:0;
}
#left {
	position:relative;
	width:200px;
	height:810px;
	top:0px;
	left:0px;
	margin:0;
	border:0;
	float:left;
	}
#center {
	position:relative;
	width:600px;
	height:auto;
	top:0px;
	left:0px;
	margin:0;
	border:0;
	float:left;
}
#right {
	position:relative;
	width:200px;
	height:810px;
	top:0px;
	left:0px;
	margin:0;
	border:0;
	float:left;
}
#header {
	position:relative;
	width:580px;
	height:150px;
	top:10px;
	left:10px;
	margin:0;
	border:0;
	background-image:url(../images/design/header_bg.jpg);
}
#navbar {
	position:relative;
	width:580px;
	height:30px;
	top:20px;
	left:10px;
	margin:0;
	border:0;
	z-index:100;
	overflow: visible;
}
#content {
	position:relative;
	width:570px;
	min-height:590px;
	top:30px;
	left:10px;
	margin:0;
	border:0;
	padding:5px 5px 5px 5px;
	z-index:0;
	overflow: visible;
	background-image: url(../images/design/trans_bg.png);
}
#gallery_container{
	position:relative;
	width:550px;
	left:15px;
}

#footer {
	position:relative;
	width:600px;
	height:20px;
	top:40px;
	left:0px;
	margin:0;
	border:0;
	padding-top:5px;
	clear:both;
}
#cloudnine {
	position:relative;
	width:600px;
	height:20px;
	top:40px;
	left:0px;
	margin:0;
	border:0;
}

left {
	float:left;
	paddding-right:20px;
}
img.top {
	padding-top:10px;
	border:0;
}
img.middle {
	padding-top:10px;
	padding-bottom:10px;
	border:0;
}
img.bottom {
	padding-bottom:10px;
	border:0;
}
	
.tinylink {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: 100;
	color: #000000;
	}
	
A.tinylink:link {
	text-decoration: underline;
	color: #000000;
	font-weight:100;
	}	
A.tinylink:hover { 
	text-decoration: underline;
	color: #FF0033;
	font-weight:100;
	}
A.tinylink:visited { 
	text-decoration: underline;
	color: #000000;
	font-weight:100;
	}


