html, body {
	padding: 0;
	margin: 0;
	font-size: 100.01%;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background: #b3d7ef;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #015dab;
}
.clear {
	clear: both;
}
img {
	border: 0;
	display: block;
}
#menu, #wrapper {
	width: 922px;
	margin: 0 auto;
}

#menu {
	margin-bottom: 5px;
}

#content {
	background: url(/i/middle.gif) top left repeat-y;
	padding: 3px 70px 15px 70px;
	overflow: hidden;
	zoom: 1;
}
img#mickey {
	margin: 0 auto;
}
h2 {
	font-size: 0.9em;
	padding: 0 0 2px 30px;
	background: url(/i/mouse.gif) top left no-repeat;
	margin: 2em 0 0 0;
}
#content p {
	font-size: 0.9em;
	margin: 0.2em 0 0 0;
}
#content .contacts {
	width: 315px;
	float: left;
	padding-top: 10px;
}
#content .contacts h2 {
	padding: 0;
	background: none;
}
#content .contacts p {
	margin-top: 1em;
}
#content div.left {
	padding-left: 137px;
}
p#copy {
	font-size: 0.7em;
	text-align: center;
	padding: 0.5em 0 2em 0;
	color: #fff;
	font-family: 'Verdana', sans-serif;
}

#footer {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Verdana', sans-serif;
}

#footer li {
	margin: 0;
	padding: 0;
	display:inline;
}

#footer a {
	color: #fff;
	font-size: 0.7em;
}
ul.links {
	width: 380px;
	float: left;
	color: #015dab;
	font-size: 0.7em;
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
}
ul.links li {
	list-style-type: disc;
	margin: 0 0 5px 0;
}
ul.links li a {
	font-size: 1.3em;
}
ul.left {
	width: 320px;
}


#veil, #popupframe, #popupwrapper, a#closeVeil {
	display: none;
}

body.veil {
	overflow: hidden;
	height: 100%;
}

body.veil #veil {
	display: block;
	background: #fff;
	opacity: 0.85;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	filter: alpha(opacity = 85);
}
body.veil #popupwrapper {
	display: block;
	width: auto;
	position: absolute;
	z-index: 500;
	left: 50%;
	margin-left: -398px;
	top: 50%;
	margin-top: -261px;
}

body.veil #popupframe {
	display: block;
	width: 744px;
	height: 478px;
	background: url(/i/popup.png);
	position: static;
	padding: 44px 0 0 53px;
	z-index: 200;
}
body.veil #popupframe .wrappercontent {
	overflow: hidden;
	position: relative;
	padding: 0;
}
body.veil a#closeVeil {
	display: block;
	position: absolute;
	top: 25px;
	right: 30px;
	z-index: 500;
}
body.veil #popupframe .wrappercontent iframe {
	border: 0;
	width: 720px;
	height: 450px;
	overflow: auto;
}
body.veil a#closeVeil img {
	display: block;
}