body {
    font-family: arial;
    font-size: 14px;
    text-align: center;
    background-color: #998f89;
    margin: 0px;
    margin-bottom: 1em;
}

img {
	border: 0px;
}

a {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    text-decoration: underline;
}

h2 {
    letter-spacing: 2px;
    margin-top: 5px;

}

.heading {
    text-transform: uppercase;
    font-weight: bold;
}

#edit_account input {
    width: 225px;
}

#header{
        background-color: #554d49;
        background-image: url(images/header.jpg);
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 0px;
        height: 134px;
        width: 100%;
}

#nav {
        background-color: #34160c;
        background-image: url(images/subHeader.jpg);
        background-repeat: repeat-x;
        height: 30px;
        width: 100%;
        letter-spacing: 1px;
        color: #FFFFFF;
        padding-top: 11px;
}

#main {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    width: 700px;
    padding: 1em;
    border: 2px solid #79716d;
}

#main table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#main td {
    padding: 5px;
}

#special {
    font-size: 125%;
    font-style: italic;
    letter-spacing: 1px;
}

#shop_nav {
	text-align: left;
	background-color: #79716d;
	margin: -1em -1em 0 -1em;
	padding: 2px 2px 2px 5px;	
}

.cat {
	margin-top: 1em;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: left;
	margin-left: 175px;
}

.star_pic {
	vertical-align: middle;
}
