@charset "UTF-8";
/* CSS Document */


html{
height: 100%;
border:0px;
margin:0px;
padding:0px;
}

body{
height:100%;
border:0px;
margin:0px;
padding:0px;
background-color:#333333;
text-align:center; /* FOR IE5 */
font-family:Arial, Helvetica, sans-serif;
}

#flashcontent{
width: 480px;
height:400px;
}

#animationContainer{
top:20px;
width: 480px;
margin-left:10px;
height:400px;
border:dashed #444444 10px;
}

#mainContainer{
margin-left: auto;
margin-right:auto;
margin-top:60px;
padding-bottom: 20px;
border-bottom: 20px solid #111111;
top:100px;
left:200px;
width: 510px;
text-align: left;
}

#textContent{
margin-left:10px;
width:500px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 10px solid #111111;
}

#emph{
color:#444444;
font-size: 18px;
}

#headerContainer{
height:30px;
background-color: #111111;
}

.spaced{
letter-spacing: 1.5em;
color:#333333;
}

a, a:visited, a:link{
color:#444444;
text-decoration: none;
}

a:hover{
color:#111111;
text-decoration: none;
}

a:visited{
color:#1111111;
text-decoration: none;
}

h3{
font-size: 16px;
margin:0;
line-height: 2.8em;
}
