* { margin: 0; padding: 0; }

body {
	background: #000 url('../images/bg.jpg') center top no-repeat;
}

body, table {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}

label, input, select, textarea, button {}

option { padding-right: 6px; }

table {}
th {}
th, td {}
td {}

hr { display: none; }
a { outline: none; text-decoration: underline; }
a:hover { text-decoration: none; }

h1 { text-indent: -9999px; }

	h1 a {
		width: 254px;
		height: 143px;
		display: block;
	}
	
h2 {
	font-size: 19px;
	font-weight: normal;
	font-variant: small-caps;	
	line-height: 19px;
	position: absolute;
	left: 36px;
	bottom: 20px;
}

h3 {  }

p, ul, ol {
}
ul, ol {
}

img { border: none; }

.clearer {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
	overflow: hidden;
}

.container {
	width: 880px;
	height: 498px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -249px;
	margin-left: -440px;
}

	/* LANGS */

	ul.langs {
		height: 24px;
		margin: -24px 22px 0 0;
		list-style: none;
		position: relative;
		float: right;
		display: inline;
	}
	
		ul.langs li {
			float: left;
			display: inline;
			line-height: 24px;
			margin-left: 12px;
			font-variant: small-caps;
			font-weight: bold;
			font-size: 11px;
		}
		
			ul.langs li a {
				color: #fff;
				text-decoration: none;
			}
			
			ul.langs li a:hover {
				color: #997820;
			}

	/* LEFT SIDE */

	.leftSide {
		width: 254px;
		height: 498px;
		float: left;
		position: relative;
		background: url('../images/homeLeftSide.png') left top no-repeat;
		color: #997820;
	}
	
	/* MAIN NAVIGATION */
	
	ul.mainNavigation  {
		list-style: none;
		font-variant: small-caps;
		margin-top: 5px;
	}
	
		ul.mainNavigation li {
			font-weight: bold;
			line-height: 29px;
			letter-spacing: 2px;
		}
		
			ul.mainNavigation li a {
				color: #997820;
				display: block;
				height: 29px;
				padding-left: 40px;
				background: url('../images/bgNavLine.png') right bottom no-repeat;
				text-decoration: none;
			}
			
			ul.mainNavigation li a:hover {
				color: #fbe39a;
			}
			
	/* LEFT SIDE */
			
	.leftSide p {
		font-size: 11px;
		font-variant: small-caps;
		line-height: 15px;
		position: absolute;
		bottom: 20px;
		left: 40px;		
	}
	
		.leftSide p strong {
			font-size: 12px;
		}
		
		.leftSide p span {
			color: #913600;
			font-weight: bold;
		}
		
		.leftSide p a {
			color: #997820;
		}
		
	/* RIGHT SIDE */
			
	.rightSide {
		width: 626px;
		height: 498px;
		float: left;
		position: relative;
	}
	
		.rightSide img {
			display: block;
		}
		
	/* FOOTER */
	
	.footer {
		width: 880px;
		float: left;
		text-align: center;
		font-variant: small-caps;
		padding: 12px 0;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		position: relative;
	}
	
		.footer a {
			color: #fff;
			text-decoration: none;
		}