/* CSS Document */
* body {margin: 0 0; background-color: #000000; text-align: center; color: white; font:Arial, Helvetica, sans-serif;}

span {font-wieght: bold;}
h1 {font-size: 30px; font-weight: bold; color: white;}
h2 {font-size: 20px; color:#FF3399;}
h3 {font-size: 18px; color: #FFFF00;}
p {font-size: 14px; color: white; text-align: justify;}
p span {font-wieght: bold; color: yellow;}

#container {width: 600px; margin: 0 auto 0 auto;}
#navigation {width: 600px; height: 30px; margin: 30px auto 0 auto;}
#navigation ul {  list-style-type: none; text-align: center;}
#navigation li {float: left; margin: 0 10px; font-size: 16px}
#navigation li.active {font-size: 16px; font-weight: bolder;}
#navigation a {text-decoration: none; color: white;}
#countDown {margin: 60px 0 60px 0;}
#center p{text-align: center;}

.red {color: red; font-weight: bold;}

#model h1 {font-size: 30px; font-weight: bold; color: white;}
#model h2 {font-size: 20px; color: #0066FF;}
#model h3 {font-size: 14px; color: #0066FF; font-style: italic;}
#model p {text-align: center;}

#yellowbox {border: 1px solid #FF9400; margin: 10px 0 40px 0;}
#yellowbox p {margin: 10px 20px;}

#yellowboxP {border: 1px solid #FF9400; margin: 80px 0 20px 0;  }
#yellowboxP p {margin: 10px 20px; text-align: center;}
#yellowboxP img{float: left; margin: -60px 0 0 -40px; clear: both;}
