/* RESET STYLES */
html {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto Condensed', Helvetica, Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	color: #333;
	background: #EEE;
	/*background: #EEE url(../_img/bg.jpg) 0 0 no-repeat;*/
}
h1,h2,h3,h4,ul,ol,form,dl,dt,dd {
	padding: 0;
	margin: 0;
}
p {
	padding-bottom: 15;
	margin: 0;
}
h1 {
	font-family: 'Roboto Condensed', Helvetica, Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #222;
}
h2 {
	font-family: 'Roboto Condensed', Helvetica, Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 12pt;
	color: #333;
}
h3 {
	font-family: 'Roboto Condensed', Helvetica, Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #222;
	background-color: #DDD;
	display:inline;
	padding: 4px;
}
ul,ol {
	list-style: none;
}
img {
	border: none;
	display: block;
}

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

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

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


/* LAYOUT STYLES */
#wrap {
	left: 50%;
	top: 50%;
	margin: 40px 0 0 40px;
}
#container {
	width: 700px;
}
#logo {
	/*border-top: 4px solid #3398cc;*/
	/*border-bottom: 4px solid #3398cc;*/
	padding: 10px 0 10px 10px;
	position: relative;
}
.main dl {
	margin-top: 4px;
	padding: 10px 10px 10px 10px;
	background: #FFF;
	height: 800px;
}

#block-left {
	float: left;
	padding: 15px 15px 0 15px;
	display: block;
}
#block-right {
	float: left;
	width: 400px;
	padding: 15px 0 0 15px;
	display: block;
	line-height: 18px;
}
html>body #content2 {
	width: 300px;
}
.blue-butt {
	background: #FFF;
	border: 2px solid #3398cc;
	border-radius: 5px;
	padding: 8px;
}
