/* Global configs */

html * {
	margin: 0px;
	padding: 0px;
}

body {
	behavior: url(functions/csshover.htc);
	margin: 0;
	padding: 0px;
	color: white;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 0.8em;
	background: url(../static_images/page_bg.gif) top center repeat-x #03132A;
	text-align: center;
	z-index: -1;
}

body, input, textarea {
	font-family: trebuchet, tahoma, sans-serif;
}

h1 {
	font-size: 1.6em;
	font-family: georgia, trebuchet, tahoma;
	color: white;
	background: #CD7D08;
    text-align: left;
    padding: 7px 7px 9px 7px;
    font-weight: 100;
}

h3 {
    font-size: 1.4em;
	font-family: georgia, trebuchet, tahoma;
    font-weight: 100;
    color: #2EADCC;
}

h2 {
	font-size: 1.6em;
	font-family: georgia, trebuchet, tahoma;
	color: #03132A;
	background: #CD7D08;
    text-align: left;
    padding: 7px 7px 9px 7px;
    font-weight: 100;
}


h1, h2, h3, h4, p, ul, ol, table {
    margin: 0px 0px 12px 0px;
}

h2 {

}

th {
	font-weight: 800;
}


p {
	font-size: 1em;
	font-weight: 100;
	padding-left: 10px;
	padding-bottom: 10px;
}

#body li {
	font-size: 1em;
	font-weight: 100;
	line-height: 1em;
	padding-left: 10px;
	padding-bottom: 10px;
}


a, a:link, a:visited {
	text-decoration: none;
	color: #CD7D08;
}

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	width: 900px;
	margin: 0px auto;
	background: #03132A;
	text-align: left;
	z-index: 0px;
}

#left {
    position: relative;
    width: 254px;
    float: left;
    display: block;
    padding: 20px;
}

#left ul {
    list-style: none;
}

#left ul li {
    list-style: none;
    width: 230px;
	border-bottom: 1px solid #2F405A;
    padding: 0px 10px 5px 20px;
	margin-bottom: 6px;
}

#left ul li a:link, #left ul li a:visited {
    width: 230px;
    height: 24px;
    color: white;
}

#left ul li a:hover {
    color: #2EADCC;
}

#left h2 {
	color: #2EADCC;
	background: #03132A;
	font-size: 1.6em;
	padding: 10px 10px 10px 20px;
	font-family: georgia, trebuchet, tahoma;
	font-weight: 100;
}





#content {
	position: relative;
    float: left;
    padding: 0px;
	width: 900px;
}

#header {
	position: relative;
	width: 900px;
	height: 114px;
	background: url(../static_images/header1.jpg) top center;
	z-index: 2;
}



#header div.linkcontainer {
	position: absolute;
	top: -4px;
	right: 0px;
	text-align: right;
	height: 38px;
	width: 276px;
	z-index: 3;
}

#header div.leftlink {
	position: relative;
	width: 8px;
	float: left;
	height: 38px;
	background: url(../static_images/header_linkleft.gif) top center;
	z-index: 3;
}

#header div.rightlink {
	position: relative;
	width: 8px;
	float: left;
	height: 38px;
	background: url(../static_images/header_linkright.gif) top center;
	z-index: 3;
}

#header div.link {
	position: relative;
	color: white;
	float: left;
	width: 250px;
	height: 18px;
	padding: 10px 5px 10px 5px;
	background: url(../static_images/header_linkbg.gif) top center;
	z-index: 3;
}

#header a, #header a:visited, #header a:link {
	color: white;
}

#header a:hover {
	color: #2EADCC;
}




#body {
		width: 566px;
        padding: 20px 40px 0px 0px;
        text-align: left;
		float: right;
	}

#body .bodyimage {
		width: 200px;
		border: 5px solid white;
		margin: 10px;
		float: right;
}

#body .bodyimagelarger {
		width: 350px;
		border: 5px solid white;
		margin: 10px;
}


#body .bodyimagerow {
		width: 200px;
		height: 150px;
		border: 5px solid white;
		margin: 10px;
		float: left;
}	
	

#body ul {
    list-style: disc;
    margin-left: 30px;
}

.light {
	background: #092648;
}


table {
	border: 1px solid #092648;
}

.available {
	font-size: 0.7em;
}

.available b {
	text-decoration: strikethrough;
	font-weight: 100;
}

.available td {
	padding: 1px;
	border: 1px solid #092648;
	text-align: center;
}


    #gallery {
        padding: 10px;
        display: block;
    }

        #gallery div.block {
            width: 105px;
            height: 105px;
            border: 5px solid white;
            margin: 0px 14px 14px 0px;
            float: left;
        }

        #gallery img {
            width: 105px;
            height: 105px;
            border: 0px solid white;
        }
		

#image {
	width: 900px;
	height: 403px;
	float: left;
	background: url(../static_images/image.jpg);
	z-index: 5;
}




#footer {
	position: relative;
	width: 250px;
	text-align: left
	margin: 0px auto;
	padding: 10px 20px 10px 630px;
	color: white;
	z-index: 2;
}

