body {
	background-image: url(Graphics/stripedBG.gif);
	color:#FFF;
}

p, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 1.4em;
}

h1 {
	/*text-shadow: 1px 1px 0px white;*/
	color: white;
	                                   
	border-bottom-color: white;
	                                   
	border-bottom-width: 1px;
	                                   
	border-bottom-style: dotted;
	                                   
	top: -.5em;
	position: relative;
	font-size: 34px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.4em;
	z-index: 10;
}

h3 {
	
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.4em;
	z-index: 10;
}

ul {
	padding-bottom: 1.5em;
	padding-left: 2em;
}


a:link, a:visited {
	color: #99F;
	text-decoration: underline;
	line-height: 1.2em;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
	line-height: 1.2em;

}

.logoHome {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 75px;
	border: 0px;
	width: 700px;
	padding: 15px;
	text-align: center;
}

.mainNav {
	background-color: #00173b;
	text-align: center;
	width: 100%;
	padding: 5px;
}

.navButton {
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: none;
}

.nav:link, .nav:visited {
	color: #FFF;
	text-decoration: none;
}

.nav:hover {
	color: #77F;
	text-decoration: underline;
	background-position: left top;
}



.roomNav {
	background-color: #4285cb;
	text-align: center;
	width: 800px;
	padding: 3px;
	margin: auto;

}

.roomNavButton {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
}

.roomNav:link, .roomNav:visited {
	color: #090874;
	text-decoration: none;
}

.roomNav:hover {
	color: #FFF;
	text-decoration: nones;
	background-position: left top;
}

.content {
	border: 0px;
	margin: 25px auto;
	width: 800px;
	padding: 5px;
}

.thumb {
	margin-left: 1px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 1px;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	padding: 0px;
}

#mainImage {
	position: relative;
	top: -340px;
	left:280px;

}
/*COLUMN LAYOUT */



	
/*
 This page uses the Perfect 'Holy Grail' 3 Column Liquid Layout: 
 http://matthewjamestaylor.com/blog/perfect-3-column.htm
 by Matthew James Taylor. Thanks!
*/

		/* column container */

.mainImage {
}
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
	
		/* common column settings */
		
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					     only padding top and bottom is included here, make it whatever value you need */
	/*overflow:hidden;*/
}

		/* 3 Column settings */

.threecol {
			/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
			            /* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
		                /* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;
	/*border:0px solid;	 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	/*border:0px solid;	*/
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	/*border:0px solid;*/
}
