body	{
        background : #2a2a2a url('images/back1.jpg') no-repeat center top; 
	margin     : 0px;
	padding    : 0px;
        font-weight: normal;
	font-family: arial, helvetica, sans-serif;
        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           : #ffffff;
	background      : transparent;
	}
	
div    {
       margin  : 0px;
       padding : 0px;
       }
       
#main_wrapper {
		width     : 100%;
		text-align: center;
                margin    : 0px auto 0px auto;
               }

#body_wrapper {
		width         : 952px;
		height        : 100%;
		text-align    : left;
		margin-bottom : 0px;
                position: absolute; left: 50%; margin-left: -477px;
               }

#logo {
		padding-top   : 0px;
		width         : 296px;
		float         : left;
               }

#nav_text {
		width         : 641px;
		padding-top   : 35px;
		padding-right : 15px;
		font-size     : 15px; 
		background    : #2a2a2a;
		float         : left;
		text-align    : right;
               }

#main_body {
		width        : 952px;
		height       : 575px;
		text-align   : center;
		padding-top  : 18px;
		background   : #ffffff;
		float        : left;
               }

#main_body2 {
		width        : 952px;
		height       : 575px;
		text-align   : center;
		padding-top  : 18px;
		padding-bottom  : 18px;
		background   : #ffffff;
		float        : left;
               }
               
#gradient {
		width        : 952px;
		height       : 100%px;
		color        : #ffffff;
		text-align   : left;
                float        : left;
                background   : #2a2a2a url('images/content_background.jpg')  no-repeat bottom left;
               }
               
#left_grad {
		width          : 450px;
		font-size      : 14px; 
		text-align     : left;
		margin-top     : 15px;
		padding-left   : 30px;
		padding-right  : 20px;
		padding-bottom : 25px;
		border-right   : solid 1px #ffffff;
		float          : left;
               }

#title_1  {
                font-size      : 20px;
                float          : left;
                font-weight    : bold;
               }

#title_2  {
                width          : 185px;
                padding-top    : 6px;
                padding-left   : 15px;
                float          : left;
               }

#body_1   {
                width          : 400px;
                padding-top    : 10px;
                line-height    : 19px;
                float          : left;
               }

#body_2   {
                width          : 400px;
                padding-top    : 10px;
                line-height    : 19px;
                float          : left;
               }
#body_2_left   {
                width          : 200px;
                padding-top    : -5px;
                line-height    : 19px;
                float          : left;
               }

#body_2_right   {
                width          : 200px;
                padding-top    : 0px;
                line-height    : 19px;
                float          : left;
               }

#right_grad {
		width          : 400px;
		font-size      : 14px; 
		text-align     : left;
		margin-top     : 15px;
		padding-left   : 20px;
		padding-bottom : 25px;
		float          : left;
               }

#footer {
		width          : 100%;
		font-size      : 12px; 
		text-align     : center;
		padding-top    : 15px;
		padding-bottom : 25px;
               }
             }
