﻿/*########## GLOBAL RESET ##########*/

* {
padding						:0;
margin						:0;
border						:0px solid red;
}
h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, table {
margin						:1em 2%;
}
li, dd {
margin-left					:5%;
}
fieldset {
padding						:.5em;
}
 /* BASE */
 p {font-size:0.7em;}
 p a{text-decoration:none;color:#664921;}
 p a:hover{text-decoration:none;color:#797364;}
 h1 {font-size:1.1em;}
 h2{font-size:1em;}
 h3{font-size:0.9em;}
 h4{font-size:0.8em;}
 html {
 overflow-y:scroll;
 }
 
 body {
	 background:#B59B62 url(../images/page_bg.jpg) top center repeat-x;
	 color:#664921;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:110%;
	 line-height:100%;
	 text-align:justify;
 }
 
 #wrap {
	 width:800px;
	 margin:20px auto 20px auto;
 }
 
 #header {
	 position:relative;
	 width:800px;
	 padding-top:5px;
 }
 
 #logo {
	 height:232px;
	 width:231px;
	 background:url(../images/equinost_logo.png) no-repeat;
	 text-indent:-9000px;
	 margin-left:20px;
 }
 
 #footer {
 	 clear:both;
	 height:40px;
	 text-align:right;
	 color:#fff;
   	 font-size:0.7em;
 }
 #footer a {
 	color:#fff;
	text-decoration:none;
 }
 #footer a:hover {
 	color:#000;
 }
 /*LEFT*/
 #left_float {
	 position:relative;
	 float:left;
	 margin-top:30px;
 }
 /*RIGHT*/
 #right_float {
	 position:relative;
	 float:right;
	 width:502px;
	 margin-top:30px;
 }
 #content { 
 float:left;
 }
 #height {
 height:272px;
 float:left;
 width:1px;
 }
 /*###### VIP PASS #####*/
 #vip {
	 float:right;
	 padding: 20px 8px 15px 15px;
 }
 #img_fl {
	 float:right;
	 padding: 15px;
 }
  /*###### VISUALS #####*/
  #vis_perf {
	  float:left;
	  width:240px;
	  margin-top:20px;
	  padding-right:10px;
  }
  #vis_osteo {
	  float:right;
	  width:240px;
	  margin-top:20px;
	  padding-left:10px;
  }
 .txtbox {
	 background:#fff;
	 color:#664921;
	 padding:2px;
	 border: 1px solid #664921;
 }
 #txtsub {
	 background:#664921;
	 color:#fff;
	 padding:3px;
 }
 #bottom_img {
	 padding:0px;
	 margin:0px;
 }
