
html {
	background-color: #000000;
	background-image: url(images/img02.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background-color: #000000;
	background-image: url(images/img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}

a:link, a:visited {	color: #C9CCB6; text-decoration: none; }
.bottom_text {
	color: #000000;
}


a:active, a:hover { color: #CCCC66; text-decoration: underline; }

#templatemo_container {
	width: 905px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #232323;
	border: medium ridge #C9CCB6;

}

.templatemo_bottom_section_left {
	float: left;
	width: 500px;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
			
}

.templatemo_bottom_section_right {
	float: right;
	width: 290px;
	margin: 0;
	text-align: left;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#templatemo_footer {
	text-align: right;
	padding-top: 5px;
	padding-right: 20;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 21;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/img02.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;

}

.cleaner {
	
	clear: both;
	height: 10px;
	
}
h1 {
	margin: 15px;
	font-size: 24px;
	font-style: italic;
	font-variant: normal;
	color: #C9CCB6;
	font-weight: normal;
}

