<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff url(bg2.gif) top left repeat;}

a {
	text-decoration: underline;
	color: #000;}

a:hover {
	color: #00f;}

.prop {
    float: right;
    width: 1px;}

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
}

#header {
	height: 25px;
	background-color: #000;}

#banner {
	width: 780px;
	height: 245px;
	font-weight: bold;
	padding-left: 3px;
	background: url(iwbanner3.jpg) top left no-repeat;
}

#content {
	border-top: 1px solid #000;
    overflow: hidden;
	background: #fff url(bgcontent2.jpg) bottom left repeat-x;
}

#left {
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	width: 500px;
}

#left h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

#right {
	float: right;
	width: 250px;
	height: 216px;
	background: #fff url(bottom.png) bottom right no-repeat;
}

#rightInner{
	height: 200px;
	padding-top: 10px;
	padding-right: 10px;
	color: #fff;
	text-align: right;
	background: #000 url(mac.jpg) bottom center no-repeat;
}

#rightInner span.events {
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman";
}

#rightInner span.eventsTitle {
	font-weight: bold;
}

#navMenu a.linkBox, #navMenu a.linkBox:link, #navMenu a.linkBox:visited { 
	float: left;
	display: block;
	width: 125px;
	height: 30px;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	border: 2px solid #FFF;
	color: #FFF;
	background-color: #000;
	opacity: .70;}

#navMenu a.linkBox:hover, a.linkBox:active { 
	background:#FFF;
	color:#000;
	opacity: .70;}

.min300px {
    height: 300px;}

#footer {
	clear: both;
	padding: 5px;
	margin: 0px auto;
	text-align: right;
	color: #fff;
	background-color: #000;}</pre></body></html>