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

body	{font-family: 'Anonymous Pro', courier;}
header	{}
header nav	{width: 955px; float:left; background-color: #f3f3f3; height: 50px; margin-bottom: 15px; }
header nav ul	{list-style: none; padding: 0; }
header nav ul li	{float: left;}
header nav ul li a	{margin: 15px; text-decoration: none; border-bottom: 1px dashed #0024ff; color: #0024ff}
header nav ul li a:hover	{border-bottom: none; background-color: #0024ff; color: #FFF}
aside	{float: left; width: 160px; clear: both; margin: 0 15px 20px 0; padding-right: 15px; border-right: 1px solid #666; }
aside h1	{text-transform: uppercase; margin-top: 5px; border-bottom: 1px solid #000}
aside h2	{text-transform: uppercase; font-size: 14px; font-weight: 400;}
aside ul	{list-style: none; padding: 0; font-size: 14px;}
aside ul li	{padding: 10px 0; border-top: 1px solid #f3f3f3}
main	{float: left; width: 780px; padding-left: 20px;}
footer	{clear: both; width: 955px; font-size: 12px; margin-top: 50px; border-top: 1px solid #666;}