/* Layout elements */

/* Fundamentals */

html {
	text-align: center;
	background-image: url(images/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 0.75em;
	line-height: 1.3;
	color: #000000;
	background-position: center -43px;
}

/* Body container */

body {
	padding: 0;
	text-align: left;
	width: 780px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #000;
	border-left-color: #000;
	background-position: center -43px;
}

/* Links */

a:link, a:visited {
	color: #b55555;
	text-decoration: underline;
}

a:hover, a:active {
	color: #386084;
	text-decoration: underline;
}

/* Headings */

h2 {
	font-family: "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;
	font-size: 1.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0066FF;
}

h3 {
	font: normal 1.6em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;
}

/* Lists */

ul {
	margin-left: 25px;
	padding: 0;
}

li {
	list-style-type: square;
}

/* Layout IDs */

/* Header */

#head {
	width: 780px;
	height: 108px;
}

#head h1 {
	margin: 0;
	padding: 0;
	display: block;
	width: 700px;
	height: 150px;
	background-image: url(../images/head.jpg);
	text-indent: -10000px;
}

/* Navigation */

#nav {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 30px;
}

/* Navigation list */

#nav ul {
	margin: 0 0 0 13px;
	padding: 0;
}

#nav li {
	float: left;
	list-style: none none;
	font-size: 1.1em;
	margin: 0 0 0 2px;
	padding: 3px 0;
	text-transform: uppercase;
}

/* Navigation links */

#nav li a:link, #nav li a:visited {
	margin: 0;
	padding: 3px 0;
	display: block;
	width: 110px;
	color: #0033FF;
	text-decoration: none;
	text-align: center;
}

#nav li a:hover, #nav li a:active {
	margin: 0;
	padding: 3px 0;
	display: block;
	width: 110px;
	color: #111;
	background-color: #fefefe;
	text-decoration: none;
}

/* Span to change colour */

#nav li a:link span, #nav li a:visited span {
	margin: 0;
	padding: 0;
	color: #5588b5;
	text-decoration: none;
}

#nav li a:hover span, #nav li a:active span {
	margin: 0;
	padding: 0;
	color: #5588b5;
	text-decoration: none;
}

/* Main content */

#main {
	width: 530px;
	padding: 15px;
	float: left;
	background-repeat: repeat-y;
	color: #000000;
}

/* Sidebar */

#sidebar {
	width: 190px;
	padding: 15px;
	float: right;
}

/* Sidebar list links */

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin: 3px 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#sidebar li a:link, #sidebar li a:visited {
	display: block;
	width: 180px;
	padding: 2px 0 2px 5px;
	color: #0066FF;
	text-decoration: none;
}

#sidebar li a:hover, #sidebar li a:active {
	display: block;
	width: 180px;
	padding: 2px 0 2px 5px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

/* Footer */

#foot {
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
	color: #999999;
	font-size: 90%;
	font-weight: normal;
}

#foot p {
	margin: 0;
	padding: 20px 0;
	font-weight: normal;
}
.sub_h2 {
	font-size: 12px;
	color: #FFFFFF;
}
.img_border {
	border: 1px solid #FFCC00;
}
.h2 {
	font-family: "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;
	font-size: 1.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFCC00;
}
.button {
	font-family: "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;
	font-size: 1.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0066FF;
	background-color: #FFFFFF;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bold_vermelho {
	font-weight: bold;
	color: #990000;
}
h4 {
	font-family: Calibri, "Trebuchet MS", Verdana;
	color: #999999;
}
