/* CSS Document */

* {margin:0; padding:0;}

body, html {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #667580;
}

#page {width: 903px; margin:0 auto; text-align:center; padding-top: 80px}
#frame  {width: 903px; height: 564px; border: 1px solid #e1e2e4; margin:0; padding:0; position:relative; text-align:left}

#lhs {position:absolute; top: 28px; left:28px; width: 216px; height: 508px; background:#020003;}

#rhs {position:absolute; top: 28px; right:28px; width: 600px; height: 508px; }

h1 {font-size: 50px; padding:5px 0; font-weight: normal; line-height: 60px; padding-bottom: 30px}
h1 a {color:#667580;}
h2 {font-size: 24px; padding:5px 0; font-weight: normal; }
h3 {font-size: 18px; padding:5px 0; font-weight: normal; color:#020003; padding-top: 30px; padding-bottom: 15px;  }

#lhs p {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; padding: 12px; font-size: 11px; line-height: 16px;}
#lhs a {color: #FFFFFF; text-decoration:none}
#lhs h2 {padding: 10px; color: #FFFFFF; padding-top: 20px;}

#rhs a.social  {padding: 60px 30px;  border-right: 1px solid #e1e2e4;	color: #667580; margin-top: 10px; display:block; float:left; font-size: 19px}
#rhs a.social:last-child  {border-right: 1px solid #fff;	}

.clear {clear:both}
