@charset "UTF-8";

/** LINK SYLES **/

a:link {
	color: #99FF00;
	text-decoration: none;
}

a:visited {
	color: #99CC00;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

body {
	background-color:#000000;
	margin: 0 auto;
	padding: 0px;
	height:auto;
	text-align:left;
}

p {
	padding: 5px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bolder;
	padding: 5px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	padding-left: 5px;
	color:#FC0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left: 5px;
	margin-top:-10px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	list-style:none;
	margin-left: 10px;
}

#container {
	width: 800px;
	height: 570px;
}

#rightcontainer {
	float:right;
	width:282px;
}

#leftcontainer {
	float:left;
	width: 518px;
}

#logo {
	background-image: url(images/logo-green.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 211px;
	width: 368px;
}

#menubg {
	background-image: url(images/right-side-green.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 210px;
	width: 432px;
}

#menu {
	height: 35px;
	width: 120px;
}
#menucontainer {
	float:left;
	width: 150px;
	height: 24px;
}

#headerright {
	float:left;
	background-image:url(images/toprightcorner.jpg);
	background-repeat:no-repeat;
	width: 282px;
	height: 211px;
}

#headerbar {
	float:left;
	background-image: url(images/headerbar-green.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 518px; /*was 800px*/
	padding: 0;
}

#maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	text-align:left;
	width: 518px;
	height: 300px;
	padding-top: 20px;
	line-height: 1.6em;
	float:left;
}

#pad{
	padding-left: 10px;
}

#gallerycontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	text-align:left;
	width: 518px;
	height: 600px;
	padding-top: 20px;
	line-height: 1.6em;
	float:left;
}

#gallerycontent img {
	border: 1px white solid;
}

#roomcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	text-align:left;
	width: 518px;
	height: 300px;
	padding-top: 20px;
	line-height: 1.6em;
	float:left;
}

#picturebox {
	float:left;
	width: 281px;
	height: 211px;
}

#roompicturebox img {
	margin-top: 20px;
	border: 1px white solid;
}

#picturebox img {
	border: white 1px solid;
}

#footer {
	width: 800px;
	height: 40px;
	border-top: 1px solid #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-left: 10px;
	background:url(images/footerbg.gif) no-repeat;
	clear:both;
}
