@charset "UTF-8";
/* CSS Document */

html {
	font-size: 85%;
}

body {
	margin: 0px;
	background-image: url(images/backgr.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #1e1611;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dbd1a0;	
	
}

#container {
	background-image: url(images/inner_backgr.gif);
	background-repeat: no-repeat;
	height: 592px;
	width: 867px;
	margin: 0 auto 0 auto;
		
}

#left {
	height: 432px;
	width: 345px;
	padding: 0;
	float: left;
}

#right {
	height: 432px;
	width: 522px;
	padding: 0;
	float: right;
	
}

#right img {
	margin-right: 46px;
	margin-top: 58px;
	-webkit-box-shadow: 0 0 10px #1e1611;
	-moz-box-shadow: 0 0 10px #1e1611;
	box-shadow: 0 0 10px #1e1611;
	
}



.name {
	margin-top: 20px;
	margin-bottom: 10px;
	
}



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

a:hover, a:active {
	color: #dbd1a0;
	text-decoration: underline;
	
}



.symbol {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -1px;
	color: #e0a782;
	
}
	

p {
	text-align: right;
	margin-right: 25px;
	margin-top: 300px;
	line-height: 18px;
	
}

.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #e1c4b1;
	font-style: normal;
	line-height: 1.5em;
	font-size: .925em;
	position: absolute;
	bottom: 30px;
	right: 56px;
	
	
}

.italic {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #dbd1a0;	
	font-style: italic;
	line-height: 1.5em;
	font-size: 10px;
	
}


#nav {
	clear: both;
	height: 124px;
	width: 100%;
	display: inline;
	padding: 0;
	position: relative;
}
	
#footer {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 867px;
	text-align: right;
}

.arrow {
	margin-left: 10px;
	position: relative;
	top: 5px;
	
	
}

.more {
	text-align: right;
	width: 847px;
	margin-right: 20px;
}


a:link.dark, a:visited.dark {
	color: #c8a262;
	text-decoration: none;
	
}

a:hover.dark, a:active.dark {
	color: #c8a262;
	text-decoration: underline;
	
}

/*buttons*/

#blank {
	height: 124px;
	width: 124px;
	float: left;
	display: inline;
}

#button_1, #button_1 a:link, #button_1 a:visited {
	background-image: url(images/nav_1.png);
	background-repeat: no-repeat;
	width: 126px;
	height: 124px;
	float: left;
	display: inline;
}

#button_1 a:hover, #button_1 a:active {
	background-image: url(images/nav_1_on.png); 
	background-repeat: no-repeat;
	height: 124px;
	width: 126px;
	float: left;
	display: inline;
}



#button_2, #button_2 a:link, #button_2 a:visited {
	background-image: url(images/nav_2.png);
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 122px;
	float: left;
	
}

#button_2 a:hover, #button_2 a:active {
	background-image: url(images/nav_2_on.png); 
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 122px;
	float: left;
	
}

#button_3, #button_3 a:link, #button_3 a:visited {
	background-image: url(images/nav_3.png);
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 123px;
	float: left;
}

#button_3 a:hover, #button_3 a:active {
	background-image: url(images/nav_3_on.png); 
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 123px;
	float: left;
}

#button_4, #button_4 a:link, #button_4 a:visited {
	background-image: url(images/nav_4.png);
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 122px;
	float: left;
}

#button_4 a:hover, #button_4 a:active {
	background-image: url(images/nav_4_on.png); 
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 122px;
	float: left;
}

#button_5, #button_5 a:link, #button_5 a:visited {
	background-image: url(images/nav_5.png);
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 123px;
	float: left;
}

#button_5 a:hover, #button_5 a:active {
	background-image: url(images/nav_5_on.png); 
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 123px;
	float: left;
}

#button_6, #button_6 a:link, #button_6 a:visited {
	background-image: url(images/nav_6.png);
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 124px;
	float: left;
}

#button_6 a:hover, #button_6 a:active {
	background-image: url(images/nav_6_on.png); 
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 124px;
	float: left;
}

#button_7, #button_7 a:link, #button_7 a:visited {
	background-image: url(images/nav_7.png);
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 123px;
	float: left;
}

#button_7 a:hover, #button_7 a:active {
	background-image: url(images/nav_7_on.png); 
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 123px;
	float: left;
}


#button_8, #button_8 a:link, #button_8 a:visited {
	background-image: url(images/nav_8.png);
	background-repeat: no-repeat;
	width: 126px;
	height: 124px;
	float: left;
	display: inline;
}

#button_8 a:hover, #button_8 a:active {
	background-image: url(images/nav_8_on.png); 
	background-repeat: no-repeat;
	height: 124px;
	width: 126px;
	float: left;
	display: inline;
}

#button_9, #button_9 a:link, #button_9 a:visited {
	background-image: url(images/nav_9.png);
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 122px;
	float: left;
	
}

#button_9 a:hover, #button_9 a:active {
	background-image: url(images/nav_9_on.png); 
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 122px;
	float: left;
	
}

#button_10, #button_10 a:link, #button_10 a:visited {
	background-image: url(images/nav_10.png);
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 123px;
	float: left;
}

#button_10 a:hover, #button_10 a:active {
	background-image: url(images/nav_10_on.png); 
	background-repeat: no-repeat;
	display: inline;
	height: 124px;
	width: 123px;
	float: left;
}
