/*--- BASIC ELEMENTS ---*/
BODY {
	margin: 0px;
	padding: 0px;
	color: #333;
	font: 11px verdana, sans-serif
	}

TABLE {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0px
	}

IMG, IMG A {border: 0px}

A:link, A:active, A:visited {text-decoration:none; color: #0080C0}
A:hover {text-decoration: underline}

H1 {
	font: 22px arial, sans-serif;
	color: #fff;
	margin: 45 0 0 0;
	}
	
H2 {
	font: oblique 18px georgia, serif;
	color: #586B32
	}
H3 {font: bold 14px arial, sans-serif}

P, TD, UL, LI {
	font: 11px/1.4 verdana, sans-serif;
	color: #000
	}
P {line-height: 1.6}


UL {
	list-style: url(i/circle.gif) inside;
	margin-left: 15px;
	padding-left: 0px
	}

FORM {margin: 0px}

INPUT, SELECT {
	font: 11px arial, sans-serif;
	background: #fff;
	}

INPUT .btn {
	font: 10px arial, sans-serif;
	color: #fff;
	border-color: #B26B00 #000 #000 #B26B00;
	border-width: 1px;
	height: 19px;
	cursor: hand;
	}


/*-- CUSTOM CLASES --*/

#nav {
	position: absolute;
	height:350px;
	width: 228px;
	top: 103px
	}

#thumbs img {
	border: 1px solid #000;
	margin-right: 10px;
	margin-bottom: 10px
	}



/*-- BACKGROUNDS --*/

.bgr-menu-a, .bgr-menu {
	padding: 10 5 0 15;
	font: bold;
	color: #fff;
	height: 35px;
	background: #008000 url("../i/bgr_menu_a.gif") repeat-y	scroll left top;
	}
.bgr-menu {
	color: #333;
	background: #eee url("../i/bgr_menu.gif") repeat-y	scroll left top;
	}

.bgr-menu-r {background: url(../i/bgr_menu_r_3.gif) repeat-y left top}

.bgr-frame {
	background: #FCFDF7 url(../i/bgr_menu.gif) repeat-y left top
	}

.menu a:hover {text-decoration: none; color: #0080C0 !important}
.menu a {color: #008000}
.menu a:visited {color: #008000}

.copy, .copy TD {font: 10px arial, sans-serif}
.copy SPAN {color: #888}

.adrs {font: 10px/1 arial, sans-serif; color: #333}
