body {
    background:   url("../img/splash_back.jpg") center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: gray;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* ---( text )------------------------------- */

p {
	margin: 1em 0 1em;
	padding: 0;
	}

h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}

a {
	color: Gray;
	text-decoration: none;
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: Gray;
	background: transparent; 
	}

a.visited {
	color: Black;
}

li{
	list-style-image: none;
    list-style-type: none;
	font-weight: bold;
	text-align: left;
}

#box {
    text-align: center;
	position: relative;
	margin: 0px auto auto;
	width: 457px;
}


#header {
    text-align: center;
	height: 160px;
	padding: 0;
	margin: 0px auto auto;
	background:  url("../img/logo.gif");
	}

/* ---( main column )----------------------------- */

#contentbox{
   	text-align: center;
   	width: 457px;
   	min-height: 500px;
	height: auto !important;
	height: 500px;
	position:relative;
}

#flash {
	width: 455px;
   min-height: 140px;
	height: auto !important;
	height: 140px;
}

/* ---( footer )----------------------------------- */

#footer {
    text-align: center;
	font-size: 11px;
	bottom: 250px;
    position: relative;
}