@font-face {
    font-family: 'CandelaBook';
    src: url('/layout/themes/gaucho/fonts/CandelaBook-webfont.eot');
    src: url('/layout/themes/gaucho/fonts/CandelaBook-webfont.eot?#iefix') format('embedded-opentype'),
         url('/layout/themes/gaucho/fonts/CandelaBook-webfont.woff') format('woff'),
         url('/layout/themes/gaucho/fonts/CandelaBook-webfont.ttf') format('truetype'),
         url('/layout/themes/gaucho/fonts/CandelaBook-webfont.svg#CandelaBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CandelaBookItalic';
    src: url('/layout/themes/gaucho/fonts/CandelaItalic-webfont.eot');
    src: url('/layout/themes/gaucho/fonts/CandelaItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/layout/themes/gaucho/fonts/CandelaItalic-webfont.woff') format('woff'),
         url('/layout/themes/gaucho/fonts/CandelaItalic-webfont.ttf') format('truetype'),
         url('/layout/themes/gaucho/fonts/CandelaItalic-webfont.svg#CandelaBookItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CandelaBold';
    src: url('/layout/themes/gaucho/fonts/CandelaBold-webfont.eot');
    src: url('/layout/themes/gaucho/fonts/CandelaBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/layout/themes/gaucho/fonts/CandelaBold-webfont.woff') format('woff'),
         url('/layout/themes/gaucho/fonts/CandelaBold-webfont.ttf') format('truetype'),
         url('/layout/themes/gaucho/fonts/CandelaBold-webfont.svg#CandelaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CandelaBoldItalic';
    src: url('/layout/themes/gaucho/fonts/CandelaBoldItalic-webfont.eot');
    src: url('/layout/themes/gaucho/fonts/CandelaBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/layout/themes/gaucho/fonts/CandelaBoldItalic-webfont.woff') format('woff'),
         url('/layout/themes/gaucho/fonts/CandelaBoldItalic-webfont.ttf') format('truetype'),
         url('/layout/themes/gaucho/fonts/CandelaBoldItalic-webfont.svg#CandelaBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body {
	font-family: 'CandelaBook', Arial, Helvetica, sans-serif;
	background-image:url(/layout/themes/gaucho/img/Leather.png); 
    background-repeat:repeat;
	margin:0;
	padding:0;
}

body {
	background-color: #FFF;
	text-align:center;
	color: #FFF;
	font-size: 12pt;
}

a {
	text-decoration: none;
	color: #F9E21B;
}

a:hover {
	border-bottom: none;
	color: #FFF;
}

a img {
	border: none;
}

a#current {
	border-bottom: none;
	color: #FFFFFF;
}

#top_line {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 5px;
	background-color: #B50101;
}

div#header {
	height:75px;
	padding:10px;
	color: #FFBB00;
	font-size: 35pt;
	text-shadow: 4px 4px 4px #000;
}

ul#menu, ul#show_menu, ul#close_menu {
	cursor: pointer;
	padding:0px;
}

li {
	padding: 5px;
}

li#active {
	color: #4387C5;
}

div#container {
	text-align:left;
	padding-top:20px;
	width:100%;
	margin:0 auto;
}

div#content {
	padding:10px;
	float:left;
	min-height: 300px;
	width:75%;
	min-width:75%;
}

div#complete_content_container {
    min-width: 100%;	
    float:left;
}

div#content p {
	line-height:1.4;
}

div#side_bar {
	float:right;
	width:20%;
	min-height: 300px;
	min-width:20%;
}

div#extra {
	min-height: 50px;
	float:right;
	clear:right;
	width:20%;
	min-width:20%;
}

div#sub_content {
    background-repeat:repeat;
	color: #FFF;
	float:left;	
	width:100%;
}

div#footer {
	color: #FFF;
	float:right;	
	width:100%;
	min-height: 20px;
	text-align: center;
	padding: 10px;
	bottom: 0px;
}

#footer li {
	font-size: 14pt;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#footer .copyright {
	font-size: 12pt;
}

table {
	border: 0px;
}

/** 3 column container */
.threecolumn_left {
    float: left;
    width: 30%;
    text-align: justify;
}

.threecolumn_right {
    float: right;
    width: 30%;
    text-align: justify;
}

.threecolumn_middle {
    padding: 0px 310px 0px 310px;
    margin: 0px;
    text-align: justify;
    min-width: 200px;
}

/** 2 column container */
.twocolumn_container {
    width: 100%;
    text-align: justify;
}

.twocolumn_container .right_side {
	float: left;
	width: 40%;
	padding: 10px;
	text-align: justify;
}

.twocolumn_container .left_side { 
	margin: 0;
	float: left;
	width: 50%;
	height: 1%;
	padding: 10px; 
	text-align: justify;
}