/*
Theme Name: Wagner Paula
Theme URI: http://www.wagnerpaula.com
Version: 1.0
Author: <a href="http://www.wagnerpaula.com">Wagner Paula</a>
*/

* {
	outline: none
}
div { 
	/*border: 1px solid #aaa;*/
}
html {
	font-size: 12px;
	line-height: 19px;
}
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0em;
	color: #666;
	background-color: #ffffff;
	padding: 0px;
	margin: 85px 0px 0px 85px;
}
a {
	color: #008BD1;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
b {
	color: #333;
	font-size: 12px;
	font-weight: 600;
}
#wrapper {
	width: 860px;
}
#float {
	width: 255px;
	height: 200px;
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 30px 0px 0px;
}
#content {
	padding: 30px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	border-top: 1px solid #ddd;
}
#logo {
	top: 3px;
	left: 3px;
	width: 74px;
	height: 74px;
	z-index: 1000;
	position: fixed;
	display: none;
}
#clear {
	position: relative;
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	overflow:hidden;
}
#footer {
	padding: 30px 0px 0px 0px;
	margin: 30px 0px 30px 0px;
	border-top: 1px solid #ddd;
}
.title {
	font-size: 24px;
	line-height: 28px;
}
