@charset "utf-8";
/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img, div {
	behavior: url(iepngfix.htc);
}

/* CSS Layout */

html, body {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	background: url(../images/background/renaissance-bg.jpg) no-repeat #000000;
	background-position: top center;
}

#page-width {
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}



#header {
	width: 868px;
	height: 27px;
	float: left;
	display: inline;
	margin-top:10px;
	overflow:hidden;
}

div.header {
		color:#FFFFFF;
	font-family:"Times New Roman",Times,serif;
	font-size:25px;
	font-weight:normal;
	letter-spacing:46px;
	text-align:center;
	width: 1000px;
}


#content-outer {width: 810px;
	height: 606px;
	float: left;
	display: inline;
	background: url(../images/background/content-outer-bg.gif) repeat-y;
	margin-top:8px;
	margin-left:27px; 
}

#content-inner {width: 706px;
	height: 600px;
	float: left;
	display: inline;
	margin-left: 27px;
	margin-right: 27px;
	padding: 27px;	
	background: url(../images/background/content-inner-bg.png) repeat;
}

#content-header {
	width: 706px;
	float: left;
	display: inline;
	border-bottom: #FFFFFF solid 1px;
}

#content-header-left {
	width: 648px;
	float: left;
	display: inline;
	padding: 32px 0 0 0;
}

#content-header-right {
	width: 58px;
	float: left;
	display: inline;
	padding: 0 0 18px 0;
}

#content-left {
	width: 470px;
	float: left;
	display: inline;
	padding: 25px 0 0 0;
}

#content-right {
	width: 180px;
	float: left;
	display: inline;
	padding: 15px 0 0 0;
}

#footer {
	width: 810px;
	height: 80px;
	float: left;
	display: inline;
	margin-left: 27px;
	background: url(../images/background/footer-bg.gif) repeat-x;
}

/* CSS Fonts */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 48px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 5px;
	text-transform: uppercase;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #bf7a5f;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	font-weight: normal;
}



/* CSS Links */

#content-left a:link, #content-left a:link ,#content-left a:hover, #content-left a:active, #content-left a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	color: #edd0c4;
	font-weight: normal;
	text-decoration: none;	
}

.nav-btns {
	width: 180px;
	float: left;
	display: inline;
	margin: 5px 0 5px 70px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-decoration: none;
	background: #000000;
	border: 1px solid #4a4948;
}