
@media screen
{

    /*default styles*/
    *
    {
        margin: 0;
        padding: 0;
    }
    body
    {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #cc9900;
        font-size: 14px;
        text-align: center;
        background:#e6e0a4 url(../img/bodyBg.gif) repeat;

		
    }
	

    *
    {
        margin: 0;
        padding: 0;
    }
    /*page headline*/
    h1
    {
        font-size: 2em;
text-transform:lowercase;
        color: #cc6600;
        font-weight: bold;
        float: left;
        width: 100%;
		padding:1em 1em 1em 0.4em
    }

    h2
    {
        font-size: 1.2em;
     
        color: #ea7806;
		font-weight:normal;

    }

    p
    {
	      font-size:14px;
       padding:.5em;
	   line-height:150%;
    }
    ul
    {
        list-style-type: disc;
        padding: 0;
		
  margin:0 0 0 1.5em;
padding:0 0 0 1.5em;
display:block;

    }
    ul li
    {
        padding: 0;
        margin: 0;
  
    }
    a img
    {
        border: none;
    }
    a
    {
        cursor: pointer;
        color: #CC6600;
 
	   
    }
    a:visited
    {
        color: #e49020;
        text-decoration: none;
    }
    a:hover
    {
        text-decoration: none;
    }
    .noBorder
    {
        border: none !important;
    }

    .wrapper
    {
        width: 965px;
        margin: 0 auto;
        text-align: left;

        height:auto;
        overflow: hidden;
    }
	.flashcontent{
	width:965px;
	height:640px;
	float:left;
	background:#fff;
	}
    /*addit*/
    .addit
    {
        width: 915px;
        height: 158px;
        float: left;


    }


    
}
