/* page */
body { font-family: Arial, Sans-Serif; color: #000; margin: 0px; }

/* font */
a { font-size: 10px; text-decoration: none; color: #000; font-weight: bold; }
a:hover { text-decoration: none; color: #fff; background: #000; font-weight: bold; }
.normal_m { font-size: 12px; line-height: 20px; margin: 0px; }
.normal { font-size: 12px; line-height: 20px; }
.column_right { padding-left: 15px; }
.text { font-size: 10px; line-height: 16px; margin-top: 10px; }
.toptitle { font-size: 11px; margin: 0px; }
.title { font-size: 11px; margin: 0px; padding-top: 10px; }

/* layout */
#container { margin: 0px auto; width: 850px; }
#header { border-bottom: 1px solid #000; }
#content { margin-top: 30px; height: 322px; }
#video { float: left; width: 481px; }
#info { float: right; width: 339px; }
.award { margin-top: 15px; }
.column_left, .column_center, .column_right { width: 188px; float: left; height: 175px; }
.column_left { border-right: 1px solid #000; padding-right: 15px; }
.column_center { border-right: 1px solid #000; padding: 0px 15px; }
#spacer { height: 75px; }

/* special */
.clear { clear: both; }