/*
http://arnica.koszarsky.com
Ver. 0.0.1 (02/May/2010)
Theme (c) Julianna Rinaldo, 2010
*/

body {
margin: 0;
background: #5cbdbd url('/i/bg.png') fixed;
text-align: justify;
font-family: Arial;
font-size: 11px;
color: #ac9252;
}

p {
color: #415025;
font-family: Arial;
font-size: 13px;
}

h1 {
color: #ffcc33;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 3px;
padding-right: 2px;
padding-left: 2px;
padding-top: 2px;
padding-bottom: 2px; 
margin-bottom: 2px;
}

h2 {
color: #ffcc33;
font-family: Arial;
text-transform: uppercase;
letter-spacing: 2px;
padding-right: 2px;
padding-left: 2px;
padding-top: 2px;
padding-bottom: 2px; 
margin-bottom: 2px;
}

img {
border-width: 0px;
border-color: #ffcc33;
}

a:link, a:visited {
font-family: Arial;
color:#996666;
text-align: justify;
text-decoration: none;
}

a:hover, a:active {
font-family: Arial;
color:#999999;
text-align: justify;  
text-decoration: none;
}

table,th,td,tr {
border: 0px;
text-align: center;
}

.bio {
border: 5px solid #996666;
position: absolute;
width: 200px;
height: 200px;
}

.bio2 {
border: 5px solid #996666;
position: absolute;
width: 200px;
height: 200px;
}


.blurtable {
background: url(/i/bgblur.png) fixed;
width: 1235px;
padding: 10px;
border-left-style: solid;
border-right-style: solid;
border-width: 5px;
border-color: #ffcc33;
}

/* For footer */
html, body {
height: 100%;
}

#wrap {
min-height: 100%;
}

#main {
overflow:auto;
padding-bottom: 100px; /* must be same height as the footer */
}

.footer {
background: url(/i/bgblur.png) fixed;
/*position: relative;*/
margin-top: -100px; /* negative value of footer height */
height: 100px;
width: 1235px;
padding: 10px;
clear:both;
border-left-style: solid;
border-right-style: solid;
border-width: 5px;
border-color: #ffcc33;
}

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/
}
/* End footer */

.gallery table { /* Remember to end floating with <br clear="all">! */
float: left;
margin: 0 5px 20px 0;
font-size: 14px;
}

table.image {
margin-left: 10px
}
