/* CSS Document */

body {
background-image: url(../splash/images/splash_bg.jpg);
background-repeat:repeat-x;
background-position:top;
}

#topBox {
width:900px;
margin-left:auto;
margin-right:auto;
margin-top:45px;
}

#copyBox {
background-image: url(../splash/images/body_bg.png);
background-repeat:none;
background-position:top;
width:384px;
height:422px;
float:left;
}

#copyBox p {
font:arial;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-top:1.5em;
line-height:1.4em;
margin-left:28px;
margin-right: 68px;

}
#copyBox img {
margin-top:60px;
margin-left:28px;
margin-bottom:10px;

}

#berlinArtBox {
background-image: url(../splash/images/berlin_bg.png);
background-repeat:none;
background-position:top;
width:253px;
height:422px;
float:left;
}
#NaArtBox {
background-image: url(../splash/images/na_bg.png);
background-repeat:none;
background-position:top;
width:242px;
height:422px;
float:left;
}

#menuBar {
background-image: url(../splash/images/bar_bg.png);
background-repeat:repeat-x;
background-position:top;
width:100%;
height:61px;
float:left;
clear:both;
}



#bottomBox {
width:900px;
margin-left:auto;
margin-right:auto;
clear:both;
}

#sponsorBox {

background-repeat:none;
background-position:top;
width:384px;
height:204px;
float:left;
}

#berlinRefBox {
background-image: url(../splash/images/berlin_ref_bg.png);
background-repeat:none;
background-position:top;
width:253px;
height:204px;
float:left;
clear:none;
}
#NaRefBox {
background-image: url(../splash/images/na_ref_bg.png);
background-repeat:none;
background-position:top;
width:242px;
height:204px;
float:left;
clear:none;
}

#sponsorBox {
background-image: url(../splash/images/body_bg.png);
background-repeat:none;
background-position:top;
width:384px;
float:left;
}

#menuHolder {
width:900px;
margin-left:auto;
margin-right:auto;
padding-top:12px;
}


#berlinMenuItem {
width:253px;
float:right;
display:block;
text-decoration:none;
}

#menuBar p.title {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
margin-left:-1px;
margin-bottom:10px;
}

#menuBar p {
font-size:13px;
font-weight:bold;
}

a:link p {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
margin-bottom:-6px;
text-decoration:none;
}

a:visited p {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
margin-bottom:-6px;
text-decoration:none;
}

a:hover p {
font-family:Arial, Helvetica, sans-serif;
color:#FFCCCC;
margin-bottom:-6px;
text-decoration:none;
}

a:active p {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
margin-bottom:-6px;
text-decoration:none;
}

#naMenuItem {
width:253px;
float:right;
margin-right:11px;
display:block;
text-decoration:none;
}

#naMenuItem a{
text-decoration:none;
}

#berlinMenuItem a{
text-decoration:none;
}


#copyBox a:link {
color:#FF0000;
text-decoration:none;
border-bottom:dotted 1px #FF0000;
}

#copyBox a:visited {
color:#FF0000;;
text-decoration:none;
border-bottom:dotted 1px #FF0000;
}

#copyBox a:hover {
color:#CC0000;
text-decoration:none;
border-bottom:dotted 1px #CC0000;
background-color:#EEEEEE;
}

#copyBox a:active {
color:#FF0000;;
text-decoration:none;
border-bottom:dotted 1px #FF0000;
}

a {outline:none}
