    body {
        margin:0px;
        background-color:#2E2E2E;
    }
    .header {
        margin-left:50px;
        margin-top:20px;
    }
    #whites {
	font-family: "Trebuchet MS", Arial;
	font-size: 30pt;
        color:#DF7401;
	text-shadow: #000 0 0 15px;
    }
    title {
        width:500px;
        float:left;
    }
    slogan {
	font-family: "Trebuchet MS", Arial;
	font-size: 30pt;
	text-shadow: #000 0 0 15px;
        width:150px;
    }
    #red {
        font-family: "Trebuchet MS", Arial;
	font-size: 30pt;
	text-shadow: #000 0 0 15px;
	color: #B40404;
    }
    #trade {
        font-family: "Trebuchet MS", Arial;
	font-size: 15pt;
	text-shadow: #000 0 0 15px;
	color: #848484
    }
    #green {
        font-family: "Trebuchet MS", Arial;
	font-size: 30pt;
	text-shadow: #000 0 0 15px;
	color: #75af2d;
    }
    .name {
        width:340px;
        float:left;
    }
    .slogan {
        font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
	text-shadow: #000 0 0 15px;
        color:#DF7401;
        float:right;
    }
    .buttons {
        width:320px;
        margin-top:20px;
        margin-right: 150px;
        float:right;
    }

    .awesome, .awesome:visited {
        font-family: "Arial", Arial;
	background: #222 url(http://www.zurb.com/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
    }
 
    .awesome:hover { background-color: #111; color: #fff; }
    .awesome:active { top: 1px; }
    .awesome, .awesome:visited,
    .medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
    .large.awesome, .large.awesome:visited { color:#FFFFFF; font-size: 14px; padding: 8px 14px 9px; }
    .green.awesome, .green.awesome:visited { background-color: #91bd09; }
    .green.awesome:hover { background-color: #749a02; }
    .magenta.awesome, .magenta.awesome:visited { background-color: #a9014b; }
    .magenta.awesome:hover { background-color: #630030; }

    .container {
        /* margin-left:6.5%; */
        margin: 0 auto;
        margin-top:100px;
        border: 1px solid #ffffff;
        width:839px;
        background-color:#FFFFFF;
        padding:10px;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        height:100%;
	padding-bottom:150px;
    }
    .page_title {
        font-family: "Arial", "Trebuchet MS";
	font-size: 26pt;
        font-weight:bold;
	text-shadow: #0174DF 0 0 1px;
	color: #0080FF; 
    }
    .page_meta {
        border-bottom:1px solid #A4A4A4;
        width:100%;
        text-align:right;
	font-size:10pt;
	padding-right:10px;
	font-weight:none;
	background-image: -moz-linear-gradient(100% 100% 90deg, #E6E6E6, #D8D8D8);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E6E6E6), to(#D8D8D8));
        -moz-border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -webkit-border-radius: 8px;
    }
    .page_content {
	font-family: "Myriad Pro",Myriad,"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight:bold;
        /* color:#04B404; */
        color:#848484;
        width:500px;
        float:left;
        margin-top:10px;
    }
    .page_sidebar {
        width:290px;
        float:right;
        margin-top:16px;
        margin-right:30px;
    }
    .sidebar_title {
        font-family: "Arial", Arial;
	background: #222 url(http://www.zurb.com/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
        width:100%;
    }
    .web_thumb {
        width: 125px;
        height:125px;
        border:1px solid #6E6E6E;
        margin-left:15px;
        margin-top:15px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }
    .container_head {
        font-family: "Myriad Pro",Myriad,"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight:normal;
        /* color:#04B404; */
        color:#848484;
        height:20px;
        text-align:center;
        vertical-align:middle;
    }
    A:link, A:visited {
        text-decoration:none;
	font-weight:normal;
        color:#0080FF;
    }
    A:hover {
        text-decoration:none;
	font-weight:normal;
        color:#04B404;
    }
    .container_foot_1 {
	width:360px;
	float:left;
    }
    .container_foot_2 {
	width:400px;
	float:right;
	text-align:right;
	padding-right:20px;
    }
    .container_foot {
	font-family: "Arial", Arial;
	color: #fff;
	font-size:10pt;
        margin:0 auto;
        border-bottom: 1px solid #3B0B0B;
        width:842px;
        height:20px;
	padding-left:20px;
	padding-top:4px;
        background-color: #B40404; /* fallback color */
        background-image: -moz-linear-gradient(100% 100% 90deg, #B40404, #8A0808);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B40404), to(#8A0808));
        margin-bottom:20px;
    }
    .color_bars {
	text-align:center;
    }