body {
	background:#000000 url("images/container3.png") center top repeat-y;
	margin:0;
	font-family:Arial,sans-serif;
	font-size:13px;
}

a {
	color:#330066;
	font-weight:bold;
}

h2 {
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
}

h1 {
	text-decoration:underline;
}

h3 {
	text-decoration:underline;
}

#ads {
	width:100%;
	height:90px;
	background:#000000;
}

#logo {
	width:100%;
	min-width:800px;
	height:150px;
	margin-right:10px;
	color:#00FF33;
	background:#000000 url("images/wiselogo3.png");
	background-attachment:absolute;
	background-position:top left;
	background-repeat:no-repeat;

}

#navigation-shortcuts {
	width:300px;
	height:125px;
	background:#000000 url("images/shortcuts.png");
	color:#000000;
	text-align:center;
	float:right;
	margin:10px;
}

#main {
	margin:0 auto;
	width:752px;

}

#content {
	width:521px;
	background:#FFFFFF;
	float:right;
	margin-left:15px;
	margin-right:7px;
	margin-bottom:7px;
	color:#000000;
}

#navigation-one {
	width:185px;
	float:left;
	color:#000000;
}

#navigation-two {
	clear:both;
	width:780px;
	height:35px;
	background:#000000;
	margin:0 auto;
	border:3px solid #66CCFF;
	margin-bottom:10px;
}

#footer {
	width:800px;
	height:50px;
	margin:0 auto;
	background:url("images/repeatmenu2.png") repeat-x;
	position:relative;
	bottom:0px;
	clear:both;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: left;
	text-align:left;
}

.menu li {
	width: 175px;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;


}

.menu li a {
	width: 175px;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	background:url("images/icon.png") right;
	background-repeat:no-repeat;
}

.menu li a:visited {
	width: 175px;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
}

.menu li a:hover {
	text-decoration:underline;
	background:url("images/icon2.png") right;
	background-repeat:no-repeat;
}

.menu li a.current {
	color:#FFFFFF;
	text-decoration: none;
	font-size:19px;
	background:url("images/icon2.png") right;
	background-repeat:no-repeat;
}

.menu2 ul {
	width:745px;
	height: 35px;
	background:#000000;
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;

}

.menu2 li {
	display: block;
	margin: 0 0 0 0px;
	width:102px;
	float:right;
}

.menu2 li a {

	text-decoration: none;
	display: block;
	padding: 8px 15px 0;
	height:25px;
	color: #000000;
	background:#66CCFF;
	border:3px solid #00FF33;
}

.menu2 li a:hover {
	color:#330066;
	background:#00FF33;
	border:3px solid #66CCFF;

}

.menu2 li a.current2 {
	color:#330066;
	background:#00FF33;
	border:3px solid #66CCFF;
}