body	{
        background : #585858 url('images/back1.jpg') repeat-y center top; 
	margin     : 0px;
	padding    : 0px;
        font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	font-size      : 14px;
        color      : #ffffff;
	}

a:link	{
	font-weight     : normal;
	text-decoration : none;
	color           : #ffffff;
	background      : transparent;
	}

a:visited {
	font-weight     : normal;
	text-decoration : none;
	color           : #ffffff;
	background      : transparent;
	}

a:hover	{
	font-weight     : normal;
	text-decoration : none;
	color           : #ffffff;
	background      : transparent;
	}

a:active {
	font-weight     : normal;
	text-decoration : none;
	color           : #faa319;
	background      : transparent;
	}
	
div    {
       margin  : 0px;
       padding : 0px;
       }
       
#main_wrapper {
		width     : 100%;
		text-align: center;
                margin    : 0px auto 0px auto;
               }

#body_wrapper {
	width         : 870px;
	height        : 100%;
	text-align    : left;
	margin-bottom : 0px;
	position      : absolute;
	left          : 50%;
	margin-left: -436px;
        background    : #2a2a2a;
	top: 0px;
               }

#logo {
		padding-top   : 0px;
		width         : 233px;
		float         : left;
		background    : #2a2a2a;
               }

#nav_text {
		width         : 637px;
		padding-top   : 35px;
		padding-bottom: 42px;
		font-size     : 15px; 
		background    : #2a2a2a;
		float         : left;
		text-align    : left;
               }

#main_body {
		width        : 870px;
                height       : 100%;
		text-align   : center;
		background   : #ffffff;
		float        : left;
               }


               
#pic_wrapper {
		width        : 870px;
		text-align   : center;
		background   : #ffffff;
		float        : left;
               }

#body_txt   {
                width          : 534px;
                padding-top    : 30px;
                padding-left   : 236px;
                padding-right  : 100px;
                padding-bottom : 50px;
                line-height    : 19px;
		text-align     : left;
		background     : #ffffff;
                float          : left;
		color          : #58585a;
               }


               
               
#title_1  {
                font-size      : 20px;
                float          : left;
                font-weight    : bold;
		color          : #58585a;
               }

#title_2  {
                font-size      : 13px;
				width          : 470px;
                padding-top    : 3px;
                float          : left;
				color          : gray;
               }

#base_div {
		width          : 870px;
		height         : 100%;
		background     : #dcdad9;
		color          : #faa319;
               }
#footer {
	width          : 870px;
	font-size      : 12px;
	text-align     : center;
	padding-bottom : 25px;
	background     : #585858;
        }








