@charset "UTF-8";
/* CSS Document */


/* MG Freestyle styles */


body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}


/* Divs, containers, etc */

#centre-table {
	width: 100%;
	height: 100%;
	text-align: center;
}

#centre-cell {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#container {
	width: 681px;
	height: 423px;
	background: #FFFFFF url(../images/shadow-box.jpg) no-repeat;
	margin: 0px auto 0px auto;
	text-align: left;
	font-size: 0.8em;
	padding: 20px 50px 20px 50px;
	position: relative;
}

#logo-top {
	width: 637px;
	height: 257px;
	background: #FFFFFF url(../images/freestyle-logo-top.jpg) no-repeat;
	position: relative;
	top: 6px;
	left: 20px;
}

#link-list {
	width: 300px;
	position: absolute;
	top: 200px;
	left: 70px;
	z-index: 100;
}

#news-box {
	width: 410px;
	padding: 0px 10px 10px 10px;
}

#news-logo {
	width: 200px;
	height: 88px;
	background: url(../images/news-logo.jpg) no-repeat;
	position: relative;
	top: 0px;
	left: 210px;
}


/* Text styles */

.news-header {
	font-weight: normal;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
}

.news-date {
	font-size: 0.8em;
	margin: 0px 0px 15px 0px;
}

#news-box p {
	font-size: 0.8em;
}


/* Links */

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

a:hover, a:active {
	text-decoration: underline;
	color: #999999;
}
