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

body { font-family:Arial, Helvetica, sans-serif; text-align:center; margin:0px; font-size:12px; }
#wrap { width:800px; margin:0px auto; text-align:left; padding:15px;}
#left { float:left; width: 270px; }
#right { float:right; width: 500px; text-align:left; }
#logo { clear:both; margin-bottom:50px; }

.question { font-weight: bold; padding: 3px; border-bottom:1px solid #FFFFFF; font-size:14px;}

#footer { clear:both; text-align:center; margin-top: 30px; }

a, a:link { color:#999999; }
a:hover { color:#FF9900; }

a.orng { color:#FF9900; }

p.strong { font-weight:bold; }

.left { float:left; width: 50%; }
.right { float:right; width: 50%; }