@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#434341;
background:url(img/home_bg.jpg) center repeat-y fixed #d8cbbb;
}

a:link{
color:#d33700;
text-decoration:none;
cursor:pointer;
}


a:visited {
color:#d33700;
text-decoration:none;
cursor:pointer;
}

a:hover {
text-decoration:underline !important;
cursor:pointer;
}
a:active {
color:#d33700;
text-decoration:none;
cursor:pointer;
}

#content{
width:100%;
height:300px;
margin:auto;
margin-top:35px;
border-top:4px #b0390f solid;
border-bottom:4px #b0390f solid;
}

#subcontent{
height:288px;
margin:5px 0 5px 0;
border-bottom:dashed #555 1px;
border-top:dashed #555 1px;
}

.logo{
margin-top:29px !important;
margin:auto;
height:106px;
width:414px;
background:url(img/logo_home.gif) center no-repeat;
display:block;
}

h1 span{
margin:auto;
visibility:hidden;
}

#navigation{
margin-bottom:auto;
margin-left:auto;
margin-right:auto;
margin-top:27px;
width:632px;
}

#navigation img{
border:#bca48d 1px solid;
}

#navigation img:hover{
border:#d33700 1px solid;
}

#buttons{
float:left;
font-size:20px;
height:45px;
border-right:dashed 1px #555556;
padding-right:22px;
padding-top:13px;
margin-right:20px;
}

#buttonright{
float:left;
font-size:20px;
height:45px;
padding-top:13px;
}


#footer {
font-size:11px;
line-height:20px;
margin:12px auto auto;
text-align:center;
}

#bt_home, #bt_home img{
display:block;
float:left;
margin-right:5px;
}

#bt_blog, #bt_blog img{
display:block;
float:left;
margin-left:5px;
}

#bt_home img:hover, #bt_blog img:hover{
border:#d33700 1px solid;
}

#bt_home:hover, #bt_blog:hover{
text-decoration:underline;
}

#link_home{
float:left;
margin-top:90px;
margin-right:20px;
padding-right:20px;
height:45px;
border-right: dashed 1px #666;
padding-top:24px
}

#link_blog{
float:left;
margin-top:90px;
margin-left:20px;
padding-left:20px;
height:45px;
border-left: dashed 1px #666;
padding-top:24px;
}