/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

H1 { font-family: Geneva, Times New Roman, Times, serif; font-size: 17px ; font-weight: normal; color:#B1C1CB ;}

H2 { font-family: Georgia, Times New Roman, Times, serif; font-size: 10px ; font-style: normal; color:#35352D ;}

H3 { font-family: Geneva, Times New Roman, Times, serif; font-size: 14px ; font-weight: normal; color:#B1C1CB ;}

H4 { font-family: Georgia, Times New Roman, Times, serif; font-size: 10px ; font-weight: normal; color:#6FA0BB;}


p { font-family: Georgia, Times New Roman, Times, serif; font-size: 12px ; color:#EADFA2;}

.nextgigs { font-size: 10px ; color:#669999 ; }

.descrip { font-size: 10px ; color:#6FA0BB ; }

body {
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 13px;
 background-color: #E6E6FA ; background-image: url(objetos/fondog.jpg) ; background-repeat: repeat;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 920px;
 float: left;
 border: 1px solid #B1C1CB;
 height: 120px;
 margin: 10px 0px 5px 0px;
 background: #E7DBD5 url(objetos/head.jpg);
 overflow: visible;
}
#navigation {
 float: left;
 width: 900px;
 height:20px;
 color: #333;
 padding: 10px;
 border: 1px solid #B1C1CB;
 margin: 0px 0px 5px 0px;
 background: #CCCCFF url(objetos/menu.jpg);
}
#navegacion li { font-family: Georgia, Times New Roman, Times, serif;
 font-size: 14px; float:left ; list-style:none ; margin: 0px 10px 0px 10px}

#leftcolumn { 
 color: #333;
 border: 1px solid #B1C1CB;
 margin: 0px 5px 5px 0px;
 padding: 60px 20px 30px 45px;
 height: 280px;
 width: 633px;
 float: left;
 background: #F2F2E6 url(objetos/leftcolumn.jpg);
}
#leftcolumnscroll { 
 color: #333;
 border: 1px solid #B1C1CB;
 margin: 0px 5px 5px 0px;
 padding: 60px 20px 30px 45px;
 height: 280px;
 width: 633px;
 float: left;
 overflow: scroll;
 background: #F2F2E6 url(objetos/leftcolumn.jpg);
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #B1C1CB;
 margin: 0px 0px 5px 0px;
 height: 370px;
 width: 215px;
 display: inline;
 background: #E7DBD5 url(objetos/rightcolumn.jpg);
 a:link { font-family: Tahoma, Verdana, Arial; color: #999999; text-decoration: none}
}
#footer { 
 width: 920px;
 clear: both;
 color: #333;
 border: 1px solid #B1C1CB;
 height: 25px;
 background: #BD9C8C url(objetos/footer.jpg);
 margin: 0px 0px 10px 0px;
}