/* MAIN */

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #FFFFF;
	margin: 0; 
	padding: 0;
}

#layout {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 779px;
	height: 452px;
}

#index01 {
	background: url('images/index_01.jpg') no-repeat;
	width: 779px;
	height: 113px;
}

#index02 {
	background: url('images/index_02.jpg') no-repeat;
	width: 779px;
	height: 113px;
}

#index03 {
	background: url('images/index_03.jpg') no-repeat;
	width: 779px;
	height: 113px;
}

#index04 {
	background: url('images/index_04.jpg') no-repeat;
	width: 779px;
	height: 113px;
}

#credit {
	position: absolute;
	left: 582px;
	bottom: 289px;
	font-size: 10px;
	font-family: "Times New Roman", serif;
}

#credit A {
	text-decoration: none;
}

#credit A i {
	visibility: hidden;
}

#iframe {
	position: absolute;
	left: 316px;
	bottom: 33px;
	width: 359px;
	height: 243px; 
}

/* CONTENT SECTION */
	
#main {
	height: auto;
	width: auto;
	background: #946E58 url('images/bg_main.jpg') no-repeat top left fixed;
	padding: 0;
	margin: 0 10px 0 0;
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	color: #D2CABD;
	text-align: justify;
}

#main A {
	color: #E290B6; 
	text-decoration: none
}

#main A:hover {
	color: #760403; 
}


/* NAVIGATION */

#navigation {
	position: absolute;
	left: 695px;
	bottom: 45px;
	width: 80px;
	height: 165px;
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	text-align: justify;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li A {
	font-family: "Century Gothic", sans-serif;
	font-size: 10px;
	color: #B80000; 
	border-left: #CE7A47 solid 5px;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 1px;
	display: block;
	width: 75px;
	padding-left: 5px;
	margin: 2px 0 2px 0;
}

#navigation ul li A:hover {
	color: #000000; 
	border-left: #750606 solid 5px;
}


/* HEADERS */

h1 {
	font-family: "Century Gothic", sans-serif; 
	font-size: 16px; 
	color: #B29DB1; 
	letter-spacing: 1px;
	padding-left: 5px; 
	border-bottom-style: dashed; 
	border-width: 1px; 
	line-height: 14px; 
	font-weight: normal;
	text-align: right;
}
