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

body {background:url(images/bg.jpg) repeat-x #000; height:800px; font-family:"Myriad Pro", Arial, Verdana}

#wrapper {width:940px; padding:20px; margin:auto;}

#menu {float:right; text-align:right;}
#menu ul {margin:0; padding:53px 0px 0px 0px; list-style:none;}
#menu ul li {display:inline; padding:0px 0px 0px 20px;}
#menu ul li a {color:#fff; text-decoration:none; font-size:14px;}
#menu ul li a:hover {text-decoration:underline; color:#fff;}

#left {width:420px; float:left; color:#fff; font-size:14px; margin-right:20px; padding:20px;}
.left_title {color:#5d9942; font-size:18px; font-weight:bold; padding-bottom:5px; border-bottom:double 3px #373737;}

#right {width:420px; float:left; padding:20px; background-color:#434242; color:#000; font-size:14px;}
.right_title {color:#fff; font-size:18px; font-weight:bold; padding-bottom:5px; border-bottom:double 3px #373737;}

#press_release {color:#fff; font-size:14px;}

h1 {color:#5d9942;}

a {color:#5d9942; text-decoration:none;}
a:hover {color:#5d9942; text-decoration:underline;}

#copyright {margin-top:125px; width:900px; color:#666; font-size:11px; float:left; text-align:center; padding:20px; border-top:3px solid #373737;}