/* CSS Document */
body {
background-color:#f1e6d7;
background-image:url(pictures/top.gif);
background-position:top;
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
}
h1 {
color:#055498;
font-size:24px;
font-weight:normal;
}
h2 {
font-size:14px;
}
h3 {
font-size:14px;
text-align:center;
}
img {
border:none;
}
/*****TOP*****/
#name {
position:absolute;
top:0px;
right:auto;
bottom:auto;
left:0px;
background-image: url(pictures/name.gif);
background-position:center top;
background-repeat:no-repeat;
margin:0 auto;
width:400px;
height:150px;
}
#top {
width:auto;
height:150px;
margin:0;
}
#menu {
background-color:#e4ccad;
border-top:1px solid #d7ba94;
border-bottom:1px solid #d7ba94;
color:#763c1f;
font-size:14px;
font-weight:bold;
width:auto;
height:auto;
}
#menu ul {
list-style:none;
text-align:center;
padding:7px 25px;
margin:0;
}
#menu li {
display:inline;
margin:0;
padding:7px 25px;
}
html>body #menu a {
width:auto;
padding:7px 25px;
color:#763c1f;
font-size:14px;
font-weight:bold;
}
#menu a:link {
display:inline;
text-decoration:none;
}
#menu a:visited {
display:inline;
text-decoration:none;
}
#menu a:hover {
display:inline;
text-decoration:none;
background-color:#f1e1cc;
border-right:1px solid #d7ba94;
border-left:1px solid #d7ba94;
}
#act-menu {
background-color:#f1e1cc;
border-right:1px solid #d7ba94;
border-left:1px solid #d7ba94;
}
/*****BIG*****/
#big {
width:100%;
height:auto;
margin:0;
vertical-align:top;
}
.l {
width:300px;
vertical-align:top;
margin:0;
}
.l a:link {
color:#055498;
}
.l a:visited {
color:#055498;
}
.l a:hover {
color:#055498;
text-decoration:none;
}
/*****LEFT*****/
#info {
clear:both; 
margin:-3px 10px 0px 10px;
width:auto;
height:auto;
vertical-align:top;
text-align:justify;
font-size:11px;
color:#333333;
}
#info ul li {
padding:2px;
}
.info-mini {
margin:0px 0px -3px 0px;
padding:5px;
background-color:#ecd9bf;
background-image: url(pictures/info-mini.gif);
background-position:top center;
background-repeat:no-repeat;
border-right:1px dotted #d7ba94;
border-left:1px dotted #d7ba94;
width:auto;
}
#middle-mini {
background-image:url(pictures/middle-mini.gif);
background-position:center;
background-repeat:no-repeat;
width:280px;
height:54px;
}
/*****CONTENT*****/
#content {
margin:0px 20px 0px 20px;
width:auto;
height:auto;
vertical-align:top;
text-indent:15px;
text-align:justify;
padding:10px;
}
#content ul li {
padding:4px;
}
#content ol li {
padding:4px;
}
#content a:link {
color:#055498;
}
#content a:visited {
color:#055498;
}
#content a:hover {
color:#055498;
text-decoration:none;
}
.mini {
padding-top:10px;
border-bottom:2px solid #f0e0cb;
}
#content table {
border:0px outset #d7ba94;
border-collapse:collapse;
}
#content table td {
text-align:center;
padding:7px;
text-indent:0px;
border:1px inset #d7ba94;
}
#message {
width:280px;
vertical-align:top;
text-indent:0px;
}
#message form {
color:#000000;
text-align:center;
padding:4px;
text-indent:0px;
}
/*****FOOTER*****/
#footer1 {
background-image:url(pictures/top-phone.gif);
background-position:top center;
background-repeat:no-repeat;
width:auto;
height:54px;
padding:6px;
clear:both;
}
#footer {
background-color:#e4ccad;
background-image:url(pictures/bottom-phone.gif);
background-position:top center;
background-repeat:no-repeat;
width:auto;
height:48px;
font-size:10px;
text-align:left;
padding:6px;
clear:both;
color:#c8aa82;
}
#counter {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
-moz-opacity: 0.2;
-khtml-opacity: 0.2;
width:100px;
opacity: 0.2;
display: none;
}