/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	margin:0;
}

#wrapper {
	width:970px;
	margin:0 auto;
}

#header {
	width:970px;
	height:102px;
	background:url(../images/top.gif) 100% 0% no-repeat;
}

#container {
	width:970px;
	margin-top:20px;
}

#container .left {
	width:130px;
	float:left;
}

.menu {
	width:120px;
}

.menu .m-top {
	background:url(../images/menutop.gif) no-repeat;
	height:14px;
	width:120px;
}

.menu .m-bottom {
	background:url(../images/menubottom.gif) no-repeat;
	height:14px;
	width:120px;
}

.menu .m-mid {
	background:#000;
}

.m-title {
	font-size:12px;
	color:#fdcf54;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	padding:0 10px 5px 10px;
}

.menu ul {
	padding:0;
	margin:0;
}

.menu ul li {
	list-style:none;
	background:url(../images/bullet.gif) 0% 50% no-repeat;
	padding:3px 15px;
	margin-left:10px;
}

.menu ul li a, .menu ul li a:link, .menu ul li a:visited, .menu ul li a:hover {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#container .middle {
	float:left;
	width:655px;
	border-left:1px solid #000;
	border-right:2px solid #999999;
}

.middle .mid-content {
	float:left;
	width:351px;
	margin:0px 10px 20px 10px;
}

.middle .mid-right {
	float:right;
	width:271px;
	margin-right:10px;
}

.mid-right-blue {
	background:url(../images/box.gif) no-repeat;
	height:213px;
	width:201px;
	margin-left:15px;
	
	text-align:left;
	font-size:14px;
	font-style:italic;
	padding:20px 25px;
}

#container .right {
	float:right;
	width:175px;
}

#container .right img {
	float:right;
}

h1 {
	font-size:12px;
	color:#fff;
	font-weight:bold;
	line-height:15px;
	padding:10px 10px 10px 10px;
}

.title {
	background:#ff6600 url(../images/title.gif) no-repeat;
	width:351px;
}

#footer {
	background:url(../images/footer.jpg) 0% 0% repeat-x;
	text-align:center;
	font-size:12px;
	padding:10px;
	margin:20px 0px;
}

a, a:link, a:visited {
	text-decoration:underline;
	color:#ff6600;
}

a:hover {
	color:#000;
}
