BODY {
	margin:0;
	background: #000 url(/images/default/main-body-bg.jpg) no-repeat center top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #a8a8a8;
}

HTML { overflow:auto; }

H1, H2, H3, H4, H5, H6 { color: #a8a8a8; }

A, A:visited { 
	color: #b19955;
	text-decoration:none;
}
	A:hover { color: #3b7923; }
	
	A IMG { border: none; }

IMG { vertical-align:bottom; }

DIV.clear { clear:both; }

#mainContainer {
	width: 1000px;
	margin: 0 auto;
	text-align:justify;
}
	#pageContent { padding: 0 33px 20px 33px; }
		
	#pageContent TABLE#ListLinks{
		width:700px;
		margin:25px auto;
	}
	#pageContent TABLE#ListLinks TR TH{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:11px;
		text-decoration: none;
		color:#fcff00;
		text-align:center;
		padding:10px 0;
	}
	#pageContent TABLE#ListLinks TD{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding:0 0 5px 0;
	}
	#pageContent TABLE#ListLinks TD A{
		color:#fff;
		text-decoration:none;
	}
	#pageContent TABLE#ListLinks TD A:HOVER{
		text-decoration:underline;
		color:#afaeae;
	}	
		#pageContent P { 
		color:#A8A8A8;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		margin: 10px 0;
		}
	
		#pageContent H2 {
			margin: 0;
			padding: 0 0 0 28px;
			font: 24px/30px "Century Gothic";
			background: url(/images/default/h2-bullet.gif) no-repeat left 4px;
			color: #4e9831;
			clear:left;
		}
		#pageContent H3 {
			margin: 0 0 0 5px;
			padding: 0;
			font:bold 18px/24px "Century Gothic";
			color: #e8bb3c;
			clear:left;
		}
		
		#pageContent UL {
			margin: 0;
			padding:0;
			list-style:none;
		}
			#pageContent UL LI {
				margin: 10px 0 10px 8px;
				padding:0 0 0 8px;
				background:url(/images/default/list-bullet.gif) no-repeat left 3px;
			}
		#pageContent TABLE {
			width: 300px;
			border:1px solid #13340b;
			margin:0;
		}
			#pageContent TABLE TH {
			background-color:#000000;
			border:1px solid #082601;
			text-align:center;
			}
			#pageContent TABLE TD {
			text-align:center;
			border:1px solid #082601;
			margin:0;
			padding:5px;
			}
		#topInfo { }
		#JazzLogo {
			width:550px;
			position: relative;
			margin: 70px 0 50px 0;
			float:left;
		}
			#JazzLogo H1 {
				font: normal 10px Arial, Helvetica, sans-serif;
				margin: 0;
				position:absolute;
				top: 25px;
				left: 180px; 
			}
			
			#topInfoRight {
				float:right;
				width: 318px;
				margin: 0 27px;
			}
				#topInfoRight IMG { margin:42px 0 0 0; }	
			

	#bottom {
		height: 240px;
		background: #000 url(/images/default/bottom-bg.jpg) no-repeat left top;
		clear:both;
	}
		#bottomBlock {
			padding: 53px 53px 0 53px;
			position:relative;
		}
			#bottomMenu {
				float:right;
				width: 712px;
			}
			#bottomMenu DIV.MenuCol {
				float:left;
				color:#a8a8a8;
				font-size: 11px;
				width: 140px;
				margin: 0 35px 0 0;
			}
				#bottomMenu DIV.MenuCol H3 {
					margin: 0;
					font: bold 11px Arial, Helvetica, sans-serif;
					color: #b19955;
					border-bottom:1px dotted #666;
				}
				#bottomMenu DIV.MenuCol UL {
					margin: 15px 0 0 0;
					padding: 0;
					list-style:none;
				}
					#bottomMenu DIV.MenuCol UL LI {
						margin: 0;
						padding: 0;
					}
						#bottomMenu DIV.MenuCol A { color:#a8a8a8; }
						
						#bottomMenu DIV.MenuCol A:hover { text-decoration:underline; }
			
			#footer {
				position:absolute;
				top: 180px;
				left: 220px;
				width:700px;
			}
				#footer P {
					margin: 0;
					font-size:10px;
				}
	
