/* RESET STYLES */
html {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font: 60% Verdana, Arial, sans-serif;
	background: #333 url(../_img/bg.jpg) 0 0 no-repeat;
}
p,h1,h2,h3,h4,ul,ol,form,dl,dt,dd {
	padding: 0;
	margin: 0;
}
h2 {
	font-family: Times, "Trebuchet MS", Verdana, sans-serif;
	font-size: 2em;
	color: #333;
}
ul,ol {
	list-style: none;
}
img {
	border: none;
	display: block;
}

a {
	outline: none;
	color: #3398CC;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:visited {
	color: #999;
	text-decoration: none;
}


/* LAYOUT STYLES */
#wrap {
	left: 50%;
	top: 50%;
	margin: 100px 0 0 100px;
	height: 200px;
	width: 300px;
}
#container {
	width: 300px;
}
#logo {
	border-top: 2px solid #3398cc;
	border-bottom: 2px solid #3398cc;
	padding: 10px 0 10px 10px;
	position: relative;
}
#logo span {
	display: block;
	font-family: Times, "Trebuchet MS", Verdana, sans-serif;
	color: #FFF;
	font-size: 2em;
}
.main dl {
	margin-top: 1px;
	padding: 10px 10px 20px 10px;
	background: #FFF;
	height: 190px;
	/*border: 1px solid #FF6600;*/
}

#block-left {
	float: left;
	width: 100px;
	display: block;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body #content {
	width: 100px;
	/* ie5win fudge ends */
}
#block-right {
	float: left;
	width: 170px;
	padding-left: 10px;
	display: block;
	line-height: 13px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body #content2 {
	width: 170px;
	/* ie5win fudge ends */
}
