@charset "UTF-8";
/* CSS Document */
* { 
margin: 0; 
padding: 0; 
border: 0; 
} 
 
body { 
padding: 3% 0 0; 
background: #fff; 
color: #663300; 
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif; 
} 

a:link {text-decoration:underline; color:#663300;}
a:active {text-decoration:underline; color:#993300;}
a:visited {text-decoration:underline; color:#663300;}
a:hover {text-decoration:underline; color:#993300;}

#TableTop {
background: #663300; 
color: #fff;
}


#TableTop a:link {text-decoration:none;font-weight: normal; color:#fff;}
#TableTop a:active {text-decoration:none; font-weight: normal; color:#FCEEDC;}
#TableTop a:visited {text-decoration:none; font-weight: normal; color:#fff;}
#TableTop a:hover {text-decoration:none; font-weight: normal; color:#FCEEDC;}

#TableFoot {
background: #663300; 
color: #fff;
font-weight: normal;
}

#TableFoot a:link {text-decoration:underline;font-weight: normal; color:#fff;}
#TableFoot a:active {text-decoration:underline; font-weight: normal; color:#FCEEDC;}
#TableFoot a:visited {text-decoration:underline; font-weight: normal; color:#fff;}
#TableFoot a:hover {text-decoration:underline; font-weight: normal; color:#FCEEDC;}

#container { 
width: 700px;
height:500px;
margin: 0 auto; 
}

#header { 
background: #fff;
width: 700px; 
height: 30px; 
}


#media { 
background: #fff;
width: 650px; 
height: 420px;
margin: 10px auto;
} 

#text { 
width: 650px; 
height: 420px; 
font-size: .8em; 
color: #663300; 
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
margin: 10px auto;
} 
 
#text p { 
text-align: justify; 
text-indent: 1.5em; 
margin: 0; 
padding: 0 15px;
} 
 
#text a { 
color: #396; 
} 
 
#text a:hover { 
color: #f36; 
border-bottom: #f36 dotted 1px; 
} 

#text li {
padding: 0 15px; 
} 

#footer { 
background : #fff; 
color: #663300;
font-size : 70%; 
padding : 5px; 
clear : both;
} 
 
.clearfloat { 
clear : both; 
} 

#videoplayer451 {
margin: 40px auto 0; 
} 

#audioplayer301 {
margin: 40px auto 0; 
}

#photoplayer83 {
margin: 40px auto 0; 
} 

.button {
width:170px;
height:20px;
color: #663300;
border: 2px outset #663300;
background: #FCEEDC;
}
