/*
css template styles
*/

body {
	text-align:center;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:800px;
	height:100%;
	text-align:left;
	background:url(../images/bg.png) no-repeat;
	overflow:visible;
	margin:0 auto;
}
#header {
	height:60px !important;
	height:100px;
	padding-top:40px;
	padding-left:100px;
	background:url(../images/header_bg.png) no-repeat;
	font-family: arial;
	font-weight: bold;
	font-size:21px;
	color:#ffffff;
}
#intro {
	height:60px;
	background:url(../images/intro_bg.png) no-repeat 10px;
}
#intro h1 {
	height:60px;
	padding-top:12px;
	padding-left:22px;
	padding-right:20px;
	font-family: arial;
	font-weight: normal;
	font-size:15px;
	color:#ffffff;
	overflow:hidden;
}
#content {
	height:100%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
#content #left {
	height:100%;
	margin:0px;
	padding:0px 10px 10px 10px;
	width:760px !important;
	width:780px;
	background:#fff;
	float:left;
	font-size:13px;
}
#content #left h2 {
	font-size:20px;
	padding-top:10px;
	padding-bottom:5px;
	color:#ddaabf;
}
#ad {
	width:740px !important;
	width:760px;
	padding:10px;
	font-family: arial;
	font-weight: normal;
	font-size:13px;
	color:#666666;
}
#ad ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#ad li {
	margin: 0px 0px 0px 0px;
}
#ad li a {
	font-family: arial;
	font-weight: bold;
	font-size:15px;
	color:#ba0000;
}
#ad a.title {
	font-family: arial;
	font-weight: bold;
	font-size:15px;
	color:#ba0000;
}
#ad a.url {
	font-family: arial;
	font-weight: normal;
	font-size:13px;
	color:#b76767;
}
#ad span {
	font-family: arial;
	font-weight: normal;
	font-size:13px;
	color:#777777;
}
#ad:hover {
	background: #fff url("../images/ad_bg.png") 0px 0px repeat-y;
}
#legal {
	width:740px !important;
	width:760px;
	padding:10px;
	padding-top:30px;
	text-align:right;
	font-family: arial;
	font-weight: normal;
	font-size:13px;
	color:#666666;
}
#legal ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#legal li {
	margin: 0px 0px 0px 0px;
}
#legal li a {
	font-family: arial;
	font-weight: normal;
	font-size:13px;
	color:#b76767;
}
#aviso {
	width:800px;
	margin:0 auto;
	padding:0px;
	padding-top:30px;
	text-align:center;
	font-family: verdana;
	font-weight: normal;
	font-size:15px;
	color:#000000;
}
#aviso h1 {
	font-family: verdana;
	font-weight: bold;
	font-size:16px;
	color:#b76767;
}
