@charset "utf-8";

* {
margin:0;
padding:0;
}

body {
margin-top:15px;
background-color:#323232;
margin-left:auto;
margin-right:auto;
width:696px;
text-align:center;
}

.container {
width:696px;
height:562px;
}

.content {
width:696px;
height:auto;
text-align:left;
display:none;
}

#topshadow {
width:696px;
height:18px;
background-image:url(../images/shadow-htop.jpg);
background-repeat:no-repeat;
}
#leftshadow {
float:left;
width:18px;
height:526px;
background-image:url(../images/shadow-vleft.jpg);
background-repeat:no-repeat;
}

#flashcontent {
float:left;
width:660px;
height:526px;
}

#rightshadow {
float:left;
width:18px;
height:526px;
background-image:url(../images/shadow-vright.jpg);
background-repeat:no-repeat;
}

#botshadow {
clear:both;
width:696px;
height:18px;
background-image:url(../images/shadow-hbot.jpg);
background-repeat:no-repeat;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
color:#FFFFFF;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:70%;
color:#FFFFFF;
}

p a{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#0099FF;
text-decoration:none;
}

p a:hover{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#FFCC00;
text-decoration:none;
}
