/* Minimal Common Browsers */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100.01%/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
li, dd, blockquote {
	margin-left: 1em;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
/**************
 * Start Skin *
 **************/
body {
	background: #FE00B4 url(images/background.jpg) no-repeat scroll top left;
	width: 980px;
	height: 700px;
}
div.wrapper {
	margin: 0 0 0 100px;
	padding: 0;
}
/* Panels */
div.top {
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	text-align: right;
}
div.left {
	float: left;
	margin: 0;
	padding: 0;
	width: 385px;
	height: 460px;
}
div.content {
	margin: 0 0 0 420px;
	padding: 0;
	width: 460px;
	height: 460px;
}
div.clear {
	clear: both;
}
div.bottom {
	margin: 0 0 0 500px;
	padding: 0;
	width: 390px;
	text-align: right;
}
/* ULM Menu */
ul.ulm-root {
	margin: 46px 0 24px 0;
	padding: 0;
}
li.ulm-item, li.ulm-selected-item {
	margin: 0;
	font-size: 28px;
	text-transform: uppercase;
	line-height: .9em;
	list-style-type: none;
}
li.ulm-item-even {
	padding-left: 32px;
}
a.ulm-link:link,
a.ulm-link:visited {
	color: #000;
	text-decoration: none;
}
a.ulm-link:hover,
a.ulm-link:active {
	color: #FFF;
	text-decoration: none;
}
a.ulm-selected-link:link,
a.ulm-selected-link:visited {
	color: #FFF;
	text-decoration: none;
}
a.ulm-selected-link:hover,
a.ulm-selected-link:active {
	color: #000;
	text-decoration: none;
}
/* Various objects */
p.forward {
	margin: 0;
	padding: 0;
	font-size: small;
}
a.forward:link,
a.forward:visited {
	color: #000;
	text-decoration: none;
}
a.forward:hover,
a.forward:active {
	color: #FFF;
	text-decoration: none;
}
img.forward {
	vertical-align: middle;
	border: none;
}
a.SkinObject:link,
a.SkinObject:visited {
	color: #000;
	font-size: small;
	text-decoration: none;
}
a.SkinObject:hover,
a.SkinObject:active {
	color: #FFF;
	font-size: small;
	text-decoration: none;
}

/* Google Search on 404 */
/* Widget content container */
#goog-wm {
	width: 100%;
	text-align:left;
	margin: 0;
	padding: 0;
}

#goog-wm .content {
	text-align:left;
	margin: 0;
	padding: 0;
}

/* Heading for "Closest match" */
#goog-wm h3.closest-match { }

/* "Closest match" link */
#goog-wm h3.closest-match a { }

/* Heading for "Other things" */
#goog-wm h3.other-things { }

/* "Other things" list item */
#goog-wm ul li { }

/* Site search box */
#goog-wm li.search-goog { display: block; }
