﻿/* LAYOUT */

body { background: #bf8f07 url(images/bg.jpg) repeat-x fixed 0 center; padding: 0; margin: 0; }

#centered {
	background: url(images/bg_inner.png) no-repeat right 300px;
	width: 760px; 
	height: 468px;
	left: 50%; 
	top: 50%;
	margin: -234px 0 0 -380px;
	position: fixed;
}

* html #centered { position: absolute; }

#header { float: left; height: 95px; width: 790px; }
#header h1 { font-size: 400%; }
#header h2 { font-size: 170%; }
#header h3 { font-size: 170%; }

#nav { float: left; height: 90px; width: 790px; }
#nav ul { list-style-type: none; margin: 0; padding: 0; }
#nav li { color: #fff; display: inline; }

#nav li a, #nav li a:link {
	color: #fff; 
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 0;
	text-decoration: none;
}

#nav li a:hover { color: #ffc; text-decoration: underline; }

#footer { float: left; margin-top: 170px; width: 760px; }

/* COLORS AND FONTS */

body { font-size: 13px; }

h1, h2, h2, h3, h4, h5, h6 {
	color: #790f02; 
	font-weight: normal; 
	letter-spacing: 1px;
	line-height: 1.1em;
	margin: 0; 
	padding: 0;
}

#centered { font: normal 100%/1.5em georgia,serif; }

#centered a, #centered a:link { 
	color: #fff; 
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none; 
}

#centered a:hover { color: #ffc; text-decoration: underline; }

#footer { font-size: 93%; }

.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	opacity: .85;
	filter: alpha(opacity=85);
	z-index: 101;
}

.modal-window {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	z-index: 102;
	background: #ffc;
	border: solid 4px #790f02;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.close-window {
	position: absolute;
	width: 47px;
	height: 47px;
	right: -18px;
	top: -18px;
	background: transparent url(images/close-button.png) no-repeat scroll right top;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}