body {
    font: 11px Verdana,Tahoma,georgia;
    background: #000 url("http://www.jellystonela.com/images/outside_bg.gif"); /* #ccc */
    margin: 10px;
    padding: 0;
    text-align: center;
	color: #000000;
}

body a {
    color: #000000;
}

body a:visited {
    
}

/* STRUCTURE */

div#main {
 
	border: 1px solid #000;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 700px;
	background:#000;
}


div#header {
    background: #cc9;
    color: #cc9;
    height: 202px;

}

div#banner {
    background: #8D468D; /* #cc9 */
    color: #cc9;
    height: 202px;
    margin: 0;
    padding: 0;
}
div#banner table {
margin:0px;
padding:0px;
}

div#navigation {
    margin: 0;
        color: #000000; /* #cc9; */
    height: 20px;
    font: 14px Arial;
    font-weight: bold;
    padding: 4px;
    letter-spacing: .5pt;
    text-align: center;
    vertical-align: middle;
}

div#menu {
    float: left;
    width: 200px;
    height: auto;
    color: #000000;
    background: #FFFFFF; /* #9f9; */
    border: 2px solid #8D468D; 
    padding: 10px;
    font-size: 11px;
}

div#content {
    display: block;
    background: #FFFFCC; /* #fff; */
    letter-spacing: .5pt;
    /* text-align: center; */
    padding: 10px;
	border:0px solid #000;
}

div#footer {
    height: 20px;
    font-size: 10px;
    padding: 5px;
    color: #fff;
    background: #8D468D;
	text-align:center;
}

div#footer a {
    color: #fff;
}

div.category {
    margin-top: 10px;
	color: #000000;
}

div.clear_div {
    clear: both;
    height: .1em;
}


div.clear_left {
    clear: left;
    height: .1em;
}

p {
color: #000000;
}

div.album {
color: #000000;
}

/* START: LIST OF CATEGORIES */

table.thumbnail_small {
    margin: 0;
    padding: 0;
}
table.thumbnail_small tr td {
    border: 1px solid #000000;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    text-align: center;
}

table.category tr td.category_cols {
    width: 50%;
    vertical-align: middle;
    padding: 2px;
    font-size: 11px;
	color: #000000;
}


table.category tr td.category_cols_heading {
    border: 1px solid #FFFFCC;
    padding: 2px;
    background: #FFFFCC;
    font-size: 11px;
	color: #FFFFCC;
}

table.category {
    margin: 10px;
    border: 1px solid #000000;
    width: 90%;
    border-collapse: collapse: 
}

/* END: LIST OF CATEGORIES */

/* START: ALBUM BOX */

div.album {
    margin: 10px;
    border: 1px solid #FFFFCC;
    padding: 2px;
}

table.thumbnail_list tr td div {
    border: 1px solid #8D468D;
    width: 150px;
    height: 150px;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
}

table.thumbnail_list tr td a {
    font-size: 11px;
}

table.thumbnail_list tr td {
    padding: 12px;
}


/* END: ALBUM BOX */

/* TYPOGRAPH */

div#content h1 {
    margin: 0;
    padding: 0;
    font-size: 14px;
	color: #000000;
}

div#content h2 {
    margin: 0;
    padding: 0;
    font-size: 13px;
	color: #8D468D;
}


input.submit {
    background: #093;
    color: #fff;
    font-size: 10px;
    border: 2px groove #ccc;
}

input.text {
    font: 11px Verdana,Tahoma,georgia;
    border: 2px groove #ccc;
}

select {
    font: 11px Verdana,Tahoma,georgia;
    border: 2px groove #ccc;
	color: #000000;
}

textarea.text {
    font: 11px Verdana,Tahoma,georgia;
    border: 2px groove #ccc;
	color: #000000;
}

div#menu a {
    text-decoration: none;
    color: #000000;
}

div#menu a:hover {
    text-decoration: none;
    color: #999999;
}

div#right_content {
    margin-left: 230px;
	margin-top: 20px;
    width: 450px;
	color: #000000;
}

div#right_content table {
    font-size: 11px;
}

div#right_content table tr th {
    background-color: #000000;
    color: #fff;
    padding: 2px;
}

div#right_content table tr td {
    border-bottom: 1px solid #000;
    padding: 2px;
}

