* {
	font-family: 'Arial', 'Verdana';
	font-size: 9pt;
}

html {
	width: 100%;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #444448;
	color: #DDDDDD;
}

#wrapper {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: auto;
}

#body {
	width: 775px;
	min-height: 600px;
	margin: 0px auto 0px auto;
	background-color: #000000;
}

#header {
	width: 775px;
	overflow: hidden;
}
	#header #logo {
		width: 480px;
		height: 120px;
	}
	
	#header #buttons {
		width: 100%;
		margin: 2px 2px 0px 0px;
	}

	#header #buttons a {
		display: block;
		width: 210px;
		height: 25px;
		padding-left: 30px;
		margin-bottom: 2px;
		background-image: url(images/menu_button.jpg);
		background-repeat: no-repeat;
		font-family: 'Arial', 'Verdana';
		font-size: 9pt;
		font-weight: bold;
		color: #D1B136;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 25px;
	}
	
	#header #buttons a:hover {
		color: #FFFFFF;
	}


#home {
	width: 400px;
	min-height: height: 370px;
}


#content {
	margin-top: 10px;
	width: 775px;
	min-height: 420px;
}


#footer {
	width: 755px;
	height: 55px;
	margin: 0px auto 0px auto;
	padding: 10px;
	background-color: #000000;
	color: #666666;
	border-top: solid #323232 3px;
}
	#footer * {
		font-size: 8pt;
    }

	#footer #menu {
		color: #FFFFFF;
	}

	#footer a {
		font-family: 'Tahoma', 'Arial', 'Verdana';
		font-size: 8pt;
		color: #FFFFFF;
		text-decoration: none;
		text-transform: capitalize;
		font-weight: bold;
    }

	#footer a:hover {
		font-family: 'Tahoma', 'Arial', 'Verdana';
		color: #FFFF00;
		text-decoration: none;
		text-transform: capitalize;
    }


/*****************************/
/* CLASESS					 */
/*****************************/
.lfloat {
	float: left;
}

.rfloat {
	float: right;
}

.clear {
	clear: both;
	border: none;
	height: 0px;
	margin: 0;
	padding: 0;
}

.bgimage {
	background-image: url(images/background.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.textbox {
	padding: 0px 20px 0px 20px;
}
	.textbox * {
		font-size: 9pt;
	}

	.textbox h2 {
		font-family: 'Tahoma', 'Arial', 'Verdana';
		color: #68B2EF;
		font-size: 16pt;
		font-style: italic;
		font-weight: normal;
	}

	.textbox h3 {
		font-family: 'Tahoma', 'Arial', 'Verdana';
		color: #68B2EF;
		font-size: 13pt;
		font-style: italic;
		font-weight: normal;
		line-height: 0.1em;
	}

	.textbox .title {
		font-family: 'Tahoma', 'Arial', 'Verdana';
		color: #68B2EF;
		font-size: 14pt;
		font-weight: normal;
		text-align: left;
	}

	.textbox .subtitle {
		font-weight: bold;
		color: #FFFFFF;
		font-size: 8pt;
	}

	.textbox a {
		color: #FFFFFF;
		font-size: 9pt;
	}

	.textbox .thumb {
		border: solid 3px #E1B612;
		margin: 4px;
	}

	.textbox .limage {
		background-position: center center;
		background-repeat: no-repeat;
		border: solid 3px #E1B612;
		margin: 8px 0px 0px 8px;
	}

.hrhide {
	display: none;
}

.hline {
	width: auto;
	height: 15px;
	border-bottom: solid 1px #2D2D2D;
}
