

/* Global configs */

* {
	padding: 0;
	margin: 0;
}

body {
	behavior: url(functions/csshover.htc);
	margin: 0;
	padding: 10px;
	color: black;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 0.7em;
	background: url(../static_images/bg.gif);
	text-align: center;
	z-index: -1;
}

	h1 {
		font-size: 1.7em;
		font-weight: 100;
		margin: 0px 0px 12px 0px;
	}
		h2 {
		font-size: 1.6em;
		font-weight: 100;
		margin: 0px 0px 12px 0px;
	}
		h3 {
		font-size: 1.5em;
		font-weight: 100;
		margin: 0px 0px 12px 0px;
	}
	
p, ul {
	font-size: 1em;
	font-weight: 100;
	margin: 0px 0px 12px 0px;
}

a, a:link, a:visited {
	text-decoration: none;
}



/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	width: 714px;
	z-index: 1;
	margin: 0px auto;
	padding: 10px;
	background: url(../static_images/corner_tl.png) top left no-repeat white;
	text-align: left;
	z-index: 0px;
}



#banner {
	position: absolute;
	top: 28px;
	left: 164px;
	width: 560px;
	height: 40px;
	background: #676767;
}

#banner p.left {
	padding: 12px 12px 0px 12px;
	float: left;
	color: #CCCCCC;
	text-transform: uppercase;
}

#banner p.right {
	padding: 12px 12px 0px 12px;
	float: right;
	color: #CCCCCC;
	text-transform: uppercase;
}

#banner p a:link, #banner p a:visited {
	color: #CCCCCC;
	text-transform: uppercase;
}

#banner p a:hover {
	color: white;
}























#navigation {
	position: absolute;
	top: 70px;
	left: 164px;
	width: 560px;
	height: 40px;
	background: url(../static_images/corner_bl.png) bottom left no-repeat #CCCCCC;
}

#navigation ul {
	margin: 0px;
	padding: 12px 0px 0px 12px;
	list-style: none;
}

#navigation ul li {
	margin: 0px;
	padding: 0px 12px 0px 0px;
	list-style: none;
	display: inline;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: black;
	text-transform: uppercase;
}

#navigation ul li a:hover {
	color: #676767;
}

























	#image {
		display: none;
	}
	



#content {
	width: 714px;
	height: auto;
	background: url(../static_images/bg_content.png) left repeat-y;
}










#left {
	width: 150px;
	height: auto;
	background: url(../static_images/logo.png) top left no-repeat;
	padding: 240px 0px 0px 0px;
	float: left;
}

#left div.address {
	padding: 10px;
	text-align: center;
	border-top: 4px solid black;
	border-bottom: 4px solid black;
	background: #EEEEEE;
}

#left div.address a, #left div.address a:visited, #left div.address a:hover {
	color: black;
	font-weight: 800;
}


#left div.news {
	padding: 10px;
	text-align: left;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	background: #EEEEEE;
}

#left input {
	width: 120px;
}

#left .button {
	border: 1px solid black;
	background: white;
	width: 120px;
}










#body {
	width: 540px;
	height: auto;
	float: right;
	margin: 250px 0px 14px 0px;
	padding: 0px 10px 0px 10px;
			margin: 115px 0px 0px 0px;
		}

#body a:link, #body a:visited {
	color: black;
}

#body a:hover {
	color: #676767;
}

#body .dashed {
	height: 1px;
	border-bottom: 1px dashed #676767;
	margin: 5px 0px 5px 0px;
	width: 100%;
}

#body h1 {
	font-size: 1.8em;
	font-weight: 800;
}

#body li {
	margin: 0px 0px 0px 15px;
}

#body img {
	margin: 5px;
}





#footer {
	width: 540px;
	padding: 10px 10px 10px 164px;
	background: url(../static_images/bg_content.png) left repeat-y #676767;
}

#footer p {
	color: #CCCCCC;
	text-transform: uppercase;
	margin: 0px;
}

#footer p a:link, #footer p a:visited {
	color: #CCCCCC;
	text-transform: uppercase;
}

#footer p a:hover {
	color: white;
}

#TICKER {
	position: relative;
	top: -10px;
	left: -10px;
	overflow: hidden;
	width: 554px;
	background: #CCCCCC;
	padding: 3px;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}





?>