body{
        font-family: georgia;
        text-align: center;
        color: #606060;
    }
    
    .mn_all{
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 40;
    }
    
    .mn_toggle {
        z-index: 50;
        height: 67px;
        background-image: url(../images/play/mn_br_bg.png);
        background-repeat: repeat-x;
    }
    

    
    .mn_tog_container {
        width: 910px;
        margin: 0 auto;
    }
    
    .mn_wrapper {
        width: 100%;
        background-color: #00f0ff;
    }
    
    .mn_content {
        height: 550px;
        width: 910px;
        margin: 0 auto;
        text-align: left;
    }

    
    .graphic_header {
        width: 910px;
        height: 240px;
        background-image: url(../images/play/header_graphic.jpg);
        background-repeat: no-repeat;
    }
    
    .about_para {
        width: 635px;
        float: left;
        color: #606060;
    }
    
    .about_para h1 {
        color: #606060;
        font-size: 24px;
        font-style: oblique;
        font-weight: bold;
    }
    
    .emp {
        font-weight: bold;
        font-style: oblique;
    }
    
    .contact_para{
        float: right;
        width: 240px;
    }
    
    .contact_para h2 {
        color: #606060;
        font-size: 18px;
        font-style: oblique;
        font-weight: bold;
        margin-top: 5px;
        
    }
    
    .contact_para a {
        display: block;
        width:240px;
        height: 33px;
        background-image: url(../images/play/button.jpg);
        background-repeat: no-repeat;
        text-decoration: none;
        font-size: 18px;
        font-style: oblique;
        font-weight: bold;
        color: #606060;
        text-align: center;
        padding-top: 6px;
        margin-top: 12px;
    }
    
    .contact_para a:hover, a:hover:visited {
        background-position: 0 -71px;
    }
    
    .left_para{
        width: 302px;
        float: left;
    }
    
    .right_para {
        width: 302px;
        float: right;
    }
    
    .right_para ul {
        font-style: oblique;
        font-weight: bold;
        font-size: 12px;
        line-height: 2.3em;
        margin: 12px 0 0 28px;
        list-style-image: url(../images/play/list_arrow.jpg);
    }
    
    
    .mn_content p {
        font-size: 12px;
        color: #4a4a4a;
        line-height: 1.5em;
        padding-top: 10px;
    }
    
    .toggle {
        font-size: 16px;
        font-weight: bold;
        font-style: oblique;
        color: #606060;
        float: right;
        text-decoration: none;
        padding-top: 23px;
        text-align: center;
        display: block;
        width: 120px;
        height: 50px;
        background-image: url(../images/play/tog_button.png);
        background-repeat: no-repeat;
    }
    
    .toggle:hover, .toggle:hover:visited {
        background-position: 0 -83px;
        
    }
    
    .z_wrapper {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 6;
    }
        
    .wrapper {
        width: 900px;
        margin: 0 auto;
    }
    
    .main_content{
        text-align: left;
        width: 727px;
        float: right;
    }

    
    .buttons {
        float: right;
        width: 20px;
        margin-top: 180px;
    }
    
    .buttons a#prev  {
        width: 20px;
        height: 32px;
        margin-bottom: 10px;
        display: block;
        background-image: url(../images/play/scroll_arrows03.jpg);
        background-position: 0px -2px;
    }
    
    .buttons a#next  {
        width: 20px;
        height: 31px;
        margin-bottom: 10px;
        display: block;
        background-image: url(../images/play/scroll_arrows03.jpg);
        background-position: 0px -53px;
    }
    
    .buttons a:hover#prev {
        background-position: 0px -104px;
    }
    
    .buttons a:hover#next {
        background-position: 0px -155px;
    }
    
    .buttons a {
        text-decoration: none;
    }
    
    .buttons a:active {
        outline: none;
    }
        
    .pics {
        height:  565px;  
        width:   692px;
        padding: 0;  
        margin:  0;
        
    }
    
    .all{
        width:  692px; 
        height: 565px; 
        position: absolute;
        overflow: hidden;
        margin: 15px 0;
    }
    
    .all p, .all h3, .all q{
        font-size: 13px;
        color: #4a4a4a;
    }
    
    .all p {
        line-height:1.5em;
        margin-top: 10px;
    }
    
    .all h3{
        font-style: oblique;
        font-weight: bold;
        width: 600px;
        margin-top: 3px;
    }
    
    .all a {
        text-decoration: none;
        color: #4a4a4a;
        font-weight: bold;
        font-style: oblique;
        border-bottom: 1px dotted #4a4a4a;
    }
    
    .all a:hover, .all a:hover:visited {
        color: #20aac3;
    }
    
    .goto_link {
        text-decoration: none;
        float: right;
        font-size: 13px;
        border-bottom: 1px dotted #4a4a4a;
        color: #4a4a4a;
        font-weight: bold;
        font-style: oblique;
        margin-top: 3px;
    }
    
    .goto_link:hover, .goto_link:visited {
        color: #20aac3;
    }
 
    .pics img {  
        width:  692px; 
        height: 430px; 
    }
    
    #nav{
        text-align: left;
        list-style:none;
        font-size: 14px;
        width: 142px;
        margin-top: 25px;
        float: left;
    }
    
    #nav a {
        text-decoration: none;
        font-style: oblique;
        color: #4a4a4a;
        line-height: 2em;
    }
    
    #nav a.activeSlide {
        font-weight: bold;
    }
    
    #nav a:focus {
        outline: none;
    }
    
    #nav a:hover {
    }

    :-moz-any-link:focus {
        outline: none;
    }
        
    .clear {
        clear: both;
        width: 900px;
        height: 1px !important;
    }
    
    .footer {
        width: 900px;
        margin: 0 auto 20px auto;
        border-top: 1px dotted #b8b8b8;
        text-align: left;
    }
    
    .twitter {
        width:382px;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
        font-style: oblique;
        color: #606060;
        margin-top: 10px;
        line-height: 1.5em;
    }
    
    .twitter a{
        font-size: 11px;
        color: #20aac3;
    }
    
    .tweet_button {
        float: left;
        display: block;
        width: 105px;
        height: 48px;
        background-image: url(../images/play/tweet_button.jpg);
        background-repeat: no-repeat;
        text-decoration: none;
        font-size: 12px !important;
        color: #fff !important;
        text-align: center !important;
        padding-top: 3px;
        margin-top: 10px;
        }
        
.tweet_button:hover, .tweet_button:hover:visited {
        background-position: 0 -91px;
}
    
/*---Reset---*/    
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal;}