/* CSS Document */

body {
background-color: #ffffff;
color: #000000;
font-size: 11px;
font-family: arial, helvetica,sans-serif;
text-align: left;
}

a:link, a:active, a:visited {
color: #CC0000;
text-decoration: none;
}

a:hover{
color: #333;
text-decoration: none;
}


#container {
position: absolute;
left: 50%;
top: 50%;
width: 782px;
height: 472px;
margin-top: -266px; /* half of the height */
margin-left: -391px; /* half of the width */
}

#name {
width: 354px;
height:21px;
}

#title {
width: 354px;
height: 196px;
background-image:url(images/show.gif);
background-repeat: no-repeat;
}

#main_image {
float:right;
heigth: 350px;
}

.main_text_title {
background-color:#FFcc00;
color: #FFFFFF;
text-align:right;
font-size: 13px;
padding: 4px 6px 4px 6px; 
}

#main_text {
float:right;
width: 414px;
margin-top: 22px;
border-style: solid;
border-width: 1px;
border-color: #000000;
}

.main_text_text{
padding: 10px 10px 10px 10px;
}

.main_text_table {
width: 422px;
}

#details {
border-style: solid;
border-width: 1px;
border-color: #000;
color: #FFCC00;
font-size: 13px;
font-weight: bold;
line-height: 1.25em;
width: 320px;
margin-top: 1px;
margin-bottom: 1px;
margin-left: 2px;
padding: 17px 6px 17px 24px;
}

#navigation {
float:left;
margin-top: 3px;
margin-left: 1px;
height: 90px;
line-height: 2.5em;
background-color: #ccc;
width: 322px;
padding: 10px 6px 10px 24px;
}

#footer {
float:left;
width: 414px;
background-color: #000;
color: #fff;
font-size: 10px;
text-align: right;
padding-right: 10px;
padding-top:84px;
height: 27px;
margin: 2px 0px 0px 4px;
vertical-align:bottom;
}

#footer_inside {
float:left;
width: 414px;
background-color: #000;
color: #fff;
font-size: 10px;
text-align: right;
padding-right: 10px;
padding-top:83px;
height: 27px;
margin: 3px 0px 0px 4px;
vertical-align:bottom;
}


#footer_about_bc {
float:left;
width: 414px;
background-color: #000;
color: #fff;
font-size: 10px;
text-align: right;
padding-right: 10px;
padding-top:63px;
padding-bottom:1px;
height: 17px;
margin: 3px 0px 0px 4px;
vertical-align:bottom;
}

a.fringelink:link, a.fringelink:active, a.fringelink:visited {
color: #FFCC00;
text-decoration: none;
}

a.fringelink:hover {
color: #cccccc;
text-decoration: none;
}
