@charset "utf-8";
/* CSS Document */
body	{
	background-color: #000;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	margin: 0;
	padding: 0;
}

div {
	padding: 0;
	margin: 0;
}

/* #container	{
	float: left;
	position: relative;
	width: 928px;
	color: #666666;
	text-align: center;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #dac694;
	border-right: 2px solid #dac694;
}


#inner-container	{
	float: left;
	width: 928px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: left;
} */

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:928px;
	clear:left;
	color: #666666;
	text-align: center;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #dac694;
	border-right: 2px solid #dac694;
}

#wrapper	{
	width: 928px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: left;
}



#head-container	{
	width: 928px;
	height: 150px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
}

#header-left	{
	background-color: #fff;
	width: 200px;
	height: 150px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: center;
	border-right: 1px solid #dac694;
}
#header-right 	{
	float: right;
	width: 727px;
	height: 150px;
	background-color: #fff;
}

#menubg	{
	float: left;
	width: 928px;
	height: 30px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
}
#menu	{
	width: 90%;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#menu-spacer {
	width: 100%;
	height: 3px;
	background-color: #927531;
}
#unlock	{
	float: left;
	width: 928px;
	height: 122px;
	background-image: url(../images/unlock-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 150px; 
	background-color: #fff;
	color: #666666;
	margin: 0;
	padding: 0;
	border-top: 5px solid #927531;
	border-bottom: 5px solid #927531;
	margin-top: 1px;
}
#unlock-home	{
	float: left;
	width: 928px;
	height: 284px;
	background-image: url(../images/unlock-bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #fff;
	color: #666666;
	margin: 0;
	border-top: 5px solid #927531;
	border-bottom: 5px solid #927531;
	margin-top: 1px;
	margin-bottom: 1px;
}

#unlock-lower	{
	float: left;
	width: 200px;
	background-color: #fff;
	margin: 0;
	text-align: center;
}

#left-container-32	{
	width: 32px;
	background-color: #000;
	float: left;
	margin: 0;
}
#left-container-0	{
	width: 2px;
	background-color: #000;
	float: left;
	margin: 0;
}
#left-container-96	{
	width: 96px;
	background-color: #000;
	float: left;
	margin: 0;
}
#left-container-160	{
	width: 160px;
	background-color: #000;
	float: left;
	margin: 0;
}
#movie	{
	float: right;
	width: 727px;
	height: 282px;
	background-image: url(../images/movie-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	text-align: center;
	border-left: 1px solid #dac694;
	padding-top: 1px;
	padding-bottom: 1px;
}
#images	{
	float: right;
	width: 727px;
	background-color: #fff;
	text-align: center;
	border-left: 1px solid #dac694;
	padding-top: 1px;
	padding-bottom: 1px;
	marrgin: 0;
	padding-right: 0;
}

#content	{
	float: left;
	width: 30%;
	background-color: #fff;
	text-align: left;

}
#content-main	{
	float: left;
	width: 727px;
	background-color: #fff;
	text-align: left;
	border-left: 1px solid #dac694;
}

#menu ul	{
	list-style-type: none;
	list-style-image: url(../images/spacer.gif);
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#menu ul li	{
	float: left;
	list-style-type: none;
	list-style-image: url(../images/spacer.gif);
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#menu ul li a	{
	float: left;
	list-style-type: none;
	list-style-image: url(../images/spacer.gif);
	height: 20px;
	font-size: 104%;
	font-variant: small-caps;
	color: #927531;
	text-align: center;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 7px;
	padding-bottom: 3px;
}
#menu ul li a:hover	{
	float: left;
	list-style-type: none;
	list-style-image: url(../images/divider.gif);
	height: 20px;
	font-size: 104%;
	font-variant: small-caps;
	color: #000;
	text-align: center;
	text-decoration: underline;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 7px;
	padding-bottom: 3px;
}
#footer	{
	float: left;
	width:928px;
	background-color:#fff;
	color:#666666;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #dac694;
}
a:link, a:visited, a	{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#927531;
	font-size: small;
}	
a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: small;
}	

p.small	{
	font-size: x-small;
}

p	{
	margin: 10px;
}
.gold	{
	color: #927531;
	font-weight: bold;
}
.smgold	{
	color: #927531;
	font-weight: normal;
	font-size: x-small;
}
	
h1	{
	text-align: center;
	margin: 20px 10px 5px 10px;
	color: #000;
	font-variant: small-caps;
	font-weight: 400;
	font-size: 25px;
}	

h2	{
	text-align: center;
	margin: 5px 10px 5px 10px;
	color: #785d30;
	font-variant: small-caps;
	font-size: medium;
}	


h3	{
	font-size: medium;
	font-weight: bold;
	color: #000;
	font-variant: small-caps;
	margin: 20px 10px 20px 10px;
}

h4	{
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color: #000;
	margin: 10px;
}
p.unlocked	{
	margin-top: 4000px;
}
p.unlocked1	{
	margin-top: 100px;
}
#button-1	{
	text-align: center;
	vertical-align: middle;
	display: block;
	padding: 0;
	border-right: 1px solid #dac694;
	border-bottom: 1px solid #dac694;
	background-color: #e1d0a4;
	width: 125px;
	height: 35px;
	color: #927531;
	font-size: small;
	cursor: pointer;
}
label {
	font-family: Tahoma,  Arial, Helvetica, sans-serif;
	font-size: small; 
	font-weight: normal;
	color: #666666; 
	margin-top: 15px; 
}
div.debord	{
	border: 1px solid #dac694;
	width: 650px;
	padding: 20px 5px 20px 15px;
	margin-left: 10px;
	margin-top:8px;
}

html>body div.debord	{
	border: 1px solid #dac694;
	width: 630px;
	padding: 20px 5px 20px 15px;
	margin-top: 10px;
	margin-left: 10px;
	z-index: 1;
}

p.titlesm {
	position: relative;
	color:#666666;
	font-weight: bold;
	width: 130px;
	height: 20px;
	background-image: url(../images/bg.gif);
	margin-top: -30px;
	margin-left: 25px;
	text-align: center;
	padding: 0 5px 0 5px;
	z-index: 1;
}
html>body p.titlesm {
	color:#666666;
	font-weight: bold;
	width: 130px;
	height: 20px;
	background-image: url(../images/bg.gif);
	margin-top: -30px;
	margin-left: 25px;
	text-align: center;
	padding: 0 5px 0 5px;
	z-index: 100;
}
.right	{
	text-align: right;
	color: #b88f37;
	font-size: x-small;
}

.Surname	{
	font-size: 5px;
	visibility: hidden;
}
