/* CSS Document */
body {
	margin:0;
	color:#666666; font-size:70%; font-family:arial; line-height:1.5em;
}

.pink {color: #C80066}
.white {color:#FFFFFF}

#nav { width:680px; }
#nav a { float:left; padding:27px 15px 5px 15px; border-right:1px solid #5C5C5C; background:#333333; }
#nav a.home { padding:7px 3px 5px 3px; }
#nav a:hover, #nav a.current { background:#C80066;}

#content { margin-left:35px; }
#content a {font-weight:bold;text-decoration:none; color:#C80066;}
#content a:hover, { color:#EE6304;}
h2 {font-size:100%; font-weight:bold; margin:0; padding:0; display:inline;}
#anim{padding:3px; background:#C80066; width:355px; height:450px;}

.thumb {margin:0 15px 0 0;  }
.clear {clear: both; line-height: 0; height: 0; }