/* stylesheet key22.com - created 18/03/2004 - KEY22DESIGN */

#header{
height: 120px;
background: transparent;
}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#header h1{
float: right;
width: 160px;
height: 94px;
border: 0;
margin: 26px 0 0 0;
text-align: left;
background: url(/logo.gif) transparent left bottom no-repeat;
}
#header h1 span {
display: none
}
#canvas1{
width: 900px;
margin: 0;
padding: 0;
color: #333;
text-align: right;
background: transparent;
}
#canvas2{
width: 900px;
margin: 0;
padding: 0;
color: #333;
background: transparent;
}
#canvas3{
width: 900px;
margin: 0;
padding: 0;
color: #333;
background: transparent;
}
#canvas4{
width: 900px;
margin: 0;
padding: 0;
color: #333;
background: transparent;
}
#box{
margin: 160px 0 50px 0;
padding: 20px 0 0 0;
color: #333;
text-align: left;
background: transparent;
}
#nav{
position: relative;
/* above needed for IE5 */
float: right;
width: 160px;
margin: 0;
padding: 0;
color: #fff;
background: transparent;
}
#content{
position: relative;
/* above needed for IE5 */
float: left;
width: 540px;
margin: 0 0 0 160px;
padding: 0;
color: #333;
text-align: right;
background: transparent;
}
#inside{
/*height: 230px;*/
height: 150px;
overflow: auto;
margin: 0;
/*padding: 10px;*/
padding: 80px 10px 10px;
color: #333;
background: #fff;
/*text-align: left;*/
text-align: center;
border: 2px groove #ccc;
}
.lnk, .sublnk{
clear: both;
display: block;
font-size: 0.9em;
margin: 2px 0 0 0;
padding: 4px 0 0 10px;
}
.lnk{
color: #fff;
background: #000;
border: 2px groove #000;
}
.sublnk{
color: #fee;
background: #666;
border: 2px groove #666;
}
.para{
margin: 5px 0;
border-top: 2px dashed #eee;
}
.list{
clear: both;
margin: 3px 0;
}
#footer{
width: 76%;
text-align: right;
padding: 4px 0;
margin: 0;
font: 10px/16px verdana, "luxi sans", avantgarde, futura, sans-serif;
background: transparent;
}

/* generales */

.break{
clear: both;
padding: 0;
margin: 0;
border: 0;
}
.hidden{
display: none;
}
.flowr {
float: right;
margin: 0;
display: inline;
}
.fr {
float: right;
margin: 10px 0 5px 10px;
display: inline;
}
.fl {
float: left;
margin: 10px 10px 5px 0;
display: inline;
}
.flphoto {
float: left;
margin: 5px 10px 5px 0;
display: inline;
}
.right{
text-align: right;
}

img {
border: 0px;
display: block;
}
img.photo {
float: left;
margin: 5px 10px 5px 0;
display: inline;
}
.inline{
display: inline;
}

ul{
list-style: url(/gogo.gif) square outside;
font-size: 1em;
margin: 20px 0 0 0;
padding: 0;
}
li{
font-size: 0.9em;
margin: 5px 30px;
padding: 0;
}

p{
padding: 0;
margin: 5px 0 5px 0;
color: #333;
font-size: 0.9em;
line-height: 1.4em;
letter-spacing: 0.1em;
}
.grey{
margin: 0 0 10px 0;
padding: 0;
color: #999;
font-size: 0.8em;
}

h2, h3, h4, h5, h6{
margin: 5px 0 3px 0;
font-family: verdana, "luxi sans", avantgarde, futura, sans-serif;
}
h2, h3, h4{
letter-spacing: 0.3em;
}
h3, h5{
color: #80631e;
}
h2{
font-size: 1.2em;
}
h3{
font-size: 1.2em;
}
h5{
font-size: 1em;
}
h4{
color: #dbc56b;
font-size: 1em;
}

a{
color: #333;
text-decoration: underline;
}
a:hover, a:active{
color: #c00;
text-decoration: none;
}
a:visited{
color: #999;
text-decoration: underline;
}
a.lnk{
color: #abcbe5;
font-weight: bold;
text-decoration: none;
}
a:hover.lnk, a:active.lnk{
color: #c00;
font-weight: bold;
text-decoration: underline;
}
a.sublnk{
color: #abcbe5;
text-decoration: none;
}
a:hover.sublnk, a:active.sublnk{
color: #c00;
text-decoration: underline;
}

input, select, textarea {
width: 300px;
margin: 0px 5px 5px 0px;
background: #eee;
color: #666;  
border: 1px groove #333;
}
input.box{
width: 15px;
}
input.button {
width: 150px;
background: #eee;
color: #666;
font-weight: bold; 
border: 2px groove #333;
}