html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #A39C96;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2B2B2B;
}

a {
	color: #BF2122;
	text-decoration: underline;
}
a:hover {
	color: #480D0D;
	text-decoration: underline;
}

p, form, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1 {
	display: block;
	color: #C02121;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	display: block;
	color: #C02121;
	font-size: 25px;
	font-weight: normal;
	background: url(../i/bg1.gif) left 11px repeat-x;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

h2 span {
	background-color: #FFF;
	padding-right: 4px;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.grayText {
	color: #767676;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	z-index: 1;
	width: 1024px;
	margin: 0 auto;
	background-color: #FFF;
}

#wrapper .vTop {
	vertical-align: top;
}
#wrapper .vMid {
	vertical-align: middle;
}
#wrapper .vBot {
	vertical-align: bottom;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.cleaner {
	clear: both;
	height: 1px;
}

#lang {
	position: absolute;
	z-index: 10;
	top: 45px;
	left: 220px;
}
	#lang li {
		display: inline;
	}
	#lang li a {
		display: block;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFF;
		padding: 3px 10px 0 10px;
		height: 16px;
	}
	#lang li a:hover {
		color: #FFF;
	}
	#lang li .act {
		text-decoration: none;
		background: #DC0031 url(../i/lng.gif) left top no-repeat;
	}



#top {
	border-top: 3px solid #A39C96;
	height: 129px;
	background: #B82232 url(../i/top_pt1.jpg) left top no-repeat;
}

#content {
	padding-bottom: 140px;
}

	#content td {
		vertical-align: top;
	}
	
	#content ul,
	#content ol {
		padding-left: 16px;
	}
	
	#content ul li {
		list-style-type: disc;
		padding-bottom: 5px;
	}
	
	#content ol li {
		list-style-type: decimal;
		padding-bottom: 5px;
	}
	
	
#sidebar {
	width: 220px;
	float: left;
}

	#sidebar h2 {
		margin-bottom: 10px;
	}
	
	#sidebar p {
		padding-bottom: 14px;
	}


#wrapper #sm {
	background: #93121E url(../i/side_bg.jpg) right bottom no-repeat;
	display: block;
	padding: 30px 16px 10px 16px;
}
	#wrapper #sm li {
		list-style-type: none;
		background: url(../i/arw.gif) left 5px no-repeat;
		padding: 0 0 16px 22px;
	}
	#wrapper #sm li a {
		color: #FFF;
		text-decoration: none;
	}
	#wrapper #sm li a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	#wrapper #sm li a.act {
		font-weight:bold;
	}




#middle {
	width: 804px;
	float: right;
}
#middle p {
	padding-bottom: 15px;
}

.padd1 {
	padding: 10px 22px;
}

.padd2 {
	padding: 18px 0 0 18px;
	font-size: 12px;
}

.slogan {
	position: absolute;
	z-index: 10;
	font-size: 41px;
	color: #B1846F;
	font-style: italic;
	left: 250px;
	top: 190px;
}

.quote_1,
.quote_2 {
	position: absolute;
	z-index: 10;
}
	.quote_1 {
		left: 245px;
		top: 304px;
	}
	.quote_2 {
		left: 355px;
		top: 340px;
		width: 655px;
		font-style: italic;
	}



#footer {
	background-color: #A39C96;
	height: 127px;
	width: 1024px;
	margin: -127px auto 0 auto;
	position: relative;
	z-index: 10;
	color: #62615F;
	font-size: 12px;
}

#footer td {
	vertical-align: top;
}

.footer {
	background-color: #EFECE7;
	height: 92px;
	padding: 20px 28px 0 28px;
}

.era {
	display: block;
	height: 16px;
	background: url(../i/era.gif) right bottom no-repeat;
	padding: 18px 62px 0 0;
	color: #6E6C6A;
	text-decoration: none;
}


/* --- Forms --- { --- */

.shortInput, 
.normalInput, 
.mediumInput, 
.longInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #999999;
	background-color: #FFF;
}

.form .shortInput, 
.form .normalInput, 
.form .mediumInput, 
.form .longInput {
	margin: 5px 0 10px 0;
}

.shortInput {
	width: 50px;
}

.normalInput {
	width: 150px;
}

.mediumInput {
	width: 270px;
}

.longInput {
	width: 320px;
}

/* --- } --- Forms --- */
