@charset "utf-8";
/* CSS Document */

body  {
	padding: 				0px;
	text-align: 			center;
	color: 					#FFFFFF;
	background-color: 		#b0aeae;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				100%;
	margin: 0px;
}
a:link {
	color: 					#FFCC00
}
a:visited {
	color: 					#FFFFCC
}
a:active {
	color: 					#FF9900
}
a:hover {
	color: 					#FF6600
}
p {
	font-size: 				70%;
	margin-top: 			2px;
	margin-right: 			0px;
	margin-bottom: 			7px;
	margin-left: 			0px;
	padding: 				0px;
}
.hr {
	padding: 				0px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	height: 				1px;
	width: 					90%;
	margin-right: 			auto;
	margin-left: 			auto;
}

.center {
	text-align: 			center;
	padding-right: 			20px;
	padding-left: 			20px;
}

.bold {
	font-weight: 			bold;
}

.justify {
	text-align: 			justify;
}


.imgspacer {
	padding-right: 			20px;
	padding-left: 			20px;
}

.elastic #wrapper {
	background-color: #b0aeae;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.elastic #container {
	text-align: 			left;
	background-color: #0294c8;
	background-image: url(../img/page_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 862px;
} 

.elastic #floatbox {
	float: right;
}
.elastic #floatbox ul {
	margin: 0px;
	background-image: url(../img/dj_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	list-style-position: inside;
}

.elastic #header {
	text-decoration: 		none;
	background-image: url(../img/header.jpg);
	height: 155px;
	background-repeat: no-repeat;
} 

/* navigation */
#menu_bar {
	height: 71px;
	clear: both;
	background-image: url(../img/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#active_menu {
	color: 					#FFFFFF;
}
.navigation {
	text-align: 			center;
	padding-top: 31px;
	line-height: 38px;
}

.navigation a {
	color: 					#00BBFF;
	display: 				inline-block;
	text-decoration: 		none;
	font-size: 				0.7em;
	padding-top: 			0;
	padding-right: 			20px;
	padding-bottom: 		0px;
	margin: 				0px;
	text-transform: 		uppercase;
	letter-spacing: 		1px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #949494;
}
.navigation .noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navigation a:hover {
	color: 					#FF9900;
}

.elastic #mainContent {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
} 

.elastic #mainContent p {
	font-size: 				70%;
	margin-top: 			2px;
	margin-right: 			0px;
	margin-bottom: 			7px;
	margin-left: 			0px;
	padding: 				0px;
	text-align: justify;
}

.elastic #mainContent h1 {
	font-size: 				1.4em;
	color: 					#FFFFFF;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.elastic  #mainContent  h2 {
	margin-top: 			20px;
	margin-right: 			0px;
	margin-bottom: 			0px;
	margin-left: 			0px;
	color: 					#FFFFFF;
	font-size: 				1em;
	font-weight: bold;
	font-style: italic;
}
.elastic  #mainContent  h3 {
	margin-top: 			20px;
	margin-right: 			0px;
	margin-bottom: 			0px;
	margin-left: 			0px;
	color: 					#FFFFFF;
	font-size: 				1em;
}
.elastic  #mainContent  img {
	padding: 5px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	margin-bottom: 5px;
}
.elastic #mainContent table {
	width: 610px;
	margin-left: 220px;
	margin-top: 20px;
}

.elastic #mainContent td {
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.elastic #mainContent td a:link {
text-decoration:none;
}
.elastic #mainContent th {
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-align: left;
}
.elastic #call {
	clear: both;
	background-image: url(../img/call_bg.jpg);
	background-repeat: repeat-x;
	height: 50px;
	padding: 0px;
	margin: 0px;
}
.elastic  #call  h1 {
	font-size: 1.2em;
	text-align: center;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.elastic #contactform {
	margin-left: 220px;
	}
.elastic #footer {
	text-align: 			center;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	padding: 0px;
	clear: both;
} 

.elastic #footer p {
	margin: 				0;
	font-size: 				0.6em;
	padding-top: 			8px;
	padding-right: 			0px;
	padding-bottom: 		10px;
	padding-left: 			0;
	color: #CCCCCC;
}
.elastic #bottom {
	background-image: url(../img/bottom_bg.jpg);
	background-position: center top;
	height: 26px;
	background-repeat: no-repeat;
}
.fltrt {
	float: 					right;
	margin: 10px;
}

.fltlft {
	float: 					left;
	margin-right: 			8px;
}

.clearfloat {
	clear:					both;
    height:					0;
    font-size: 				1px;
    line-height: 			0px;
}
