@charset "UTF-8";
/* Layout Header */

div.logo-holder {
	display: block;
	position: relative;
	width: 950px;
	height: 100px;
	
	margin-top: 20px;	
	margin-left: auto;
	margin-right: auto;
}

div.link-holder {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
	
	margin-top: 25px;
	background-image: url(../images/link-gradient.jpg);
	background-repeat: repeat-x;
}

div.link-line {
	display: block;
	position: relative;
	width: 940px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

.link-line ul li a {
	display: block;
	text-decoration: none;
	list-style: none;
	width: 188px;
	height: 45px;
	padding-top: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	marker-offset: 5px;
}

.link-line ul {
	padding: 0; 
	margin: 0; 
	list-style: none;
}

.link-line ul li {
	float: left; 
	position: relative;
}

.link-line ul li a:hover {
	background-image: url(../images/button-bg.png);
	background-repeat: none;
}

div.shoutbox {
	display: block;
	position: relative;
	width: 520px;
	height: 90px;
	float: right;
	margin-top: 10px;
}

div.shoutbox-holder {
	display: block;
	position: relative;
	width: 510px;
	height: 80px;
	float: right;
	margin: 5px;
	text-align: right;
}








