/*--Main--*/
body {
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 12px;
	color: #cccccc; 
	background-color: #000000; 	
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 530px;
}



p {
	margin: 0px; 
	padding: 8px 0px 8px 0px;
}


hr {
	border: 0px; 
	border-bottom: 2px dashed #ffffff; 
	height: 0px; 
	clear: left; 
	margin: 20px 0px 25px 0px; 
	padding: 20px 0px 0px 0px;
}


/*--Links--*/
a:link, a:visited, a:active {
	color: #f99d20; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #ffffff; 
	text-decoration: underline; 
	font-weight: bold;
}

/*--Titles--*/
h1 {
	text-indent: -9999px;
	background-repeat: no-repeat;
	color: #ffffff; 
	font-size: 22px; 
	font-weight: bold; 
	margin: 0px 0px 15px 0px; 
	padding: 0px 0px 15px 0px;
	line-height: normal;
}

h2 {
	color: #ffffff; 
	font-size: 22px; 
	font-weight: bold; 
	margin: 12px 0px 0px 0px; 
	padding: 12px 0px 0px 0px;
	line-height: normal;
}

h3 {
	color: #ffffff; 
	font-size: 16px; 
	font-weight: bold; 
	margin: 8px 0px 0px 0px; 
	padding: 8px 0px 0px 0px;
	line-height: normal;
}

h4 {
	color: #ffffff; 
	font-size: 12px; 
	font-weight: bold; 
	margin: 3px 0px 0px 0px; 
	padding: 3px 0px 0px 0px;
	line-height: normal;
}


/*--Styles--*/
.image_right {
	float: right; 
	margin: 4px 0px 8px 15px;
}

.image_left {
	float: left; 
	margin: 4px 15px 8px 0px;
}

