body {
	margin: 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#eee;
}
#wrap {
	margin: 0px auto;
	text-align:left;
	width:740px;
	background-color:#fff;
}
#header {
	position:relative;
	height:170px;
	border-bottom:1px solid #fff;
}
#logo {
	width:740px;
	height:170;
	position:absolute;
	top:00px;
	left:00px;
}
#menu {
	position:relative;
	margin-bottom:0px;
	border-bottom:1px solid #ccc;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	display:block;
	margin:0px;
	padding:0;
	list-style:none;
}
#menu ul li a {
	display:block;
	padding:10px;
	padding-top:6px;
	padding-bottom:6px;
	font-size:small;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	border-top:1px solid #eee;
	background-image: url(images/menugrad.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu ul li a:hover {
	background-color:#fff;
	color:#CC0000;
	text-decoration:none;
	border-top:1px solid #ccc;
}

#left {
	float:left;
	width:240px;
}
#right {
	float:right;
	width:460px;
	margin-right:20px;
	line-height:140%;
}

.clearer {
	clear:both;
	font-size:1px;
}
h1 {
	padding-top:0px;
	margin-top:15px;
	font-size: 32px;
	font-weight: normal;
	color: #CC0000;	
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
p {
	font-size: small;
}
#right ul {
	font-size:small;
}
table.small tr td p {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:140%;
}
table.small tr td {
	padding:5px;
}
#footer {
	margin-top:00px;
	padding-left:240px;
	padding:00px;
	color:#666666;
	border-top:1px solid #ccc;
	background-color:#eee;
	position:relative;
}
#footer a.mwlink {
	position:absolute;
	top:0px;
	right:20px;
	background-image: url(images/tag_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:80px;
	height:45px;
}
#footer a.mwlink span { display:none; }
#footer p a { color:#333333;  }
#footer p { line-height:150%; font-size:70%; }