﻿body
{
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #ff3600;
    text-align: center;
	background-image: url(images/cash-4-gold_pg_bck_GD.jpg);
}

img
{
    border: 0;
}

a
{
    text-decoration: none;
}


/* main.php */

#banner
{
    width: 904px;
    height: 117px;
    background: url(images/ship-my-cash_header.jpg) no-repeat scroll 0 0;
}


.main_container
{
    background: #fff;
}

.nav_bar
{
    background: transparent;
    height: 39px;
    border-collapse:collapse;
    font-weight:bold;
    font-size:11px;
}

.nav_bar_sel
{
    background:transparent url(images/nav_bg_sel.jpg) repeat-x scroll 0 0;
}

.nav_bar a
{
    display:block;
    padding-top:9px;
    padding-bottom:9px;
     color:#333333;   
}

.nav_seperator
{
    margin-top:2px;
    margin-bottom:2px;
}

.nav_seperator div
{
    height:35px;
    width:0px;
    border-left:solid 1px #bbbbbb;
    border-right:solid 1px #ffffff;
}



.address
{
 height:33px;
 color:#000;
 font-weight:bold;
 font-family:Tahoma;   
}

#main_content
{
    overflow-y: visible;
    font-family: Verdana,Arial,sans-serif;
    text-align: justify;
    font-size: 12px;
    min-height: 500px;
    color: #000;
    margin: 10px;
}


.rightbar img
{
    border:solid 1px #000;
}

/* footer.php */

#footer
{
    height: 37px;
    text-align: center;
    background: transparent url(images/footer_bg.jpg) repeat-x scroll 0 0;
}

#footer ul
{
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#footer li
{
    display: inline;
    font-size: 12px;
    color: #333333;
}

#footer li a
{
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}


#footer li a:hover, #footer li a.selected
{
    text-decoration: underline;
}


/* photo_gallery.php */
.album_heading a
{
 color:#fff;   
}

.album_heading a:hover
{
 text-decoration:underline;
}


.browse_photo_link:hover, .browse_photo_link.selected
{
    text-decoration: underline;
}
.browse_photo_link
{
    text-decoration: none;
    color: #fff;
}

.album_link
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.album_link:hover, .album_link.selected
{
    text-decoration: underline;
}

.copyright
{
    color: #000;
    font-size: 10px;
    text-align:center;
}

.awebsdesign
{
    text-align: right;
    display: block;
    padding-right: 10px;
}

.awebsdesign a
{
    color: #000000;
    font-weight: bold;
    font-size: 10px;
    text-decoration: underline;
}

