 body {
      
  margin:1px auto;
    font-family: Arial, Helvetica, verdana, Geneva, Trebuchet MS, sans-serif;
    color: #B8B7B7;
    background: url("/style/1071/image/bkgd.jpg");
  
}
img { border: 4px; }

/*Body Links*/
a { color: Gold; text-decoration: none;}
a:hover {   color: gold; text-decoration: underline;}
a:visited { color: red; text-decoration: none;}
/*----------MAIN TABLE----------------------*/
table#main {
     margin:25px auto;
                border-collapse: collapse 
        border: 3px solid #F5F5F5;
}

td#header {
        padding: 0px 40px 40px 0px;
        background:#343434;
        background-norepeat: 
        background-position: center;
        height: 23px;
    	text-align:right; 
        border-left: 1px solid #F5F5F5;
        border-right: 1px solid #F5F5F5;
        border-top: 1px solid #F5F5F5;
        border-bottom: 1px solid #F5F5F5;


        font-family:  tahoma, verdana, Arial, Helvetica, Geneva, Trebuchet MS, sans-serif;
}

td#nav {
        width: 150px;
        padding: 0px 0px 0px 0px;
        vertical-align: top;
        font-size: 20px;
        font-weight: bold;
        font-style: none;
        background:#343434;
        background-repeat: repeat;
        background-position: center;
        border-left: 1px solid #F5F5F5;
        border-right: 1px solid #F5F5F5;
        border-top: 1px solid #F5F5F5;
        border-bottom: 1px solid #F5F5F5;
        }

td#body {
        vertical-align: top;
        padding: 15px 15px 15px 15px;
        line-height: 15px;
        background:#000000;
    	font-size: 13px;
        border-left: 1px solid #F5F5F5;
        border-right: 1px solid #F5F5F5;
        border-top: 1px solid #F5F5F5;
        border-bottom: 1px solid #F5F5F5;

}

td#footer {
        padding: 10px 20px 10px 20px;
        font-size: 13px;
        text-align: right;
        background: #343434;
		color: #f5f5f5;
        border-left: 1px solid #F5F5F5;
        border-right: 1px solid #F5F5F5;
        border-top: 1px solid #F5F5F5;
        border-bottom: 1px solid #F5F5F5;
}
#powered {
        padding: 5px 10px 45px 0px;
        color: #ff3030;
        font-size: 10px;
        text-align: center;
        width: 400px;
}

#powered a { color: #fdfdfd; text-decoration: none;}
#powered a:hover {   color: teal; text-decoration: underline;}
/*----------MAIN TABLE END----------------------*/

/*----------HEADERS----------------------*/
/*Site Title*/
#header h1 {
    margin: 65px 0px 0px 43px;
    font-size: 30px;
    color: #62583d;
    font-weight: normal;
    font-style: none;
    font-family: Lucida Grande, helvetica, arial, sans-serif;

}

#header h1 span {}

#header h1 a { color: #ff3030; text-decoration: none;}
#header h1 a:hover {   color: #f08080; text-decoration: none;}
#header h1 a:visited { color: #62583d; text-decoration: none;}
#header h1 a:visited:hover { color: #62583d ; text-decoration: none;}

/*Site Tagline*/
#header h2 {
   padding: 0px;
    margin: 22px 0px 0px 45px;
    font-size: 18px;
    color: gold;
    font-weight: normal;
    font-style: normal;
    font-family: Lucida Grande, helvetica, arial, sans-serif;

}

#header h2 span {}

/*Page Titles*/
#body h3.pageTitle {
        padding: 0px;
        margin: 0px 0px 5px 0px;
        font-size: 15px;
        color: #E5E3E3;
        font-weight: normal;
        font-style: italic;
}

#body h3.pageTitle span {}

/*Page Categories*/
#body h3.category {
        font-size: 12px;
        font-weight: bold;
        border-bottom: 1px solid #F5F5F5;
        color: #E5E3E3;
        margin: 1px;
}

#body h3.category span {}


/*----------HEADERS END----------------------*/


/*----------NAVBAR----------------------*/
#menu {
    margin: 35px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: verdana, Arial, Helvetica, Geneva, Trebuchet MS, sans-serif;
    border-top: 0px solid #F5F5F5;
    width: 150px;
	font-size: 14px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    clear: left;
}

#menu ul li {
    width: 100%;
    display: block;
    float: left;
    margin: 0px;
    border-bottom: 0px solid #F5F5F5;
}

/* MENU buttons */
#menu li a {
    margin: 0px 0px 0px 0px;
    display: block;
    text-decoration: none;
}

/* MENU buttons level one */
#menu li.selected_one a {
    padding: 3px 0px 3px 8px;
    color: gold;
	border-bottom: 0px solid #F5F5F5;
}
#menu li.unselected_one a {
    padding: 3px 0px 3px 8px;
    color: #62583d;
}
#menu li.unselected_one a:hover {
	color: teal;
}
/* MENU buttons level two */
#menu li.selected_two a {
    padding: 3px 0px 3px 15px;
    color: red;
	background: #5C5C5C;
}
#menu li.unselected_two a {
    padding: 3px 0px 3px 15px;
    color: orange;
	background: #5C5C5C;
}
#menu li.unselected_two a:hover {
	color: #F5F5F5;
}
/*----------NAVBAR END----------------------*/

/*----------SIDEBAR----------------------*/
.sideBox {
	padding: 4px 4px 4px 4px;
	margin: 10px 5px 5px 5px;
    font-size: 11px;
	line-height: 9px;
	background: #;
}

.sideBoxTitle {
    font-weight: normal;
    font-size: 12px;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 3px 0px;
	color: #B8B7B7;
	border-bottom: 1px solid #F5F5F5;
}

.sideBox a {color: #B8B7B7; text-decoration: none;}
.sideBox a:hover { color: #E5E3E3; text-decoration: underline;}

/*----------SIDEBAR END----------------------*/


/*----------JOURNAL----------------------*/
.postBox {
        margin: 5px 0px 5px 0px;
        padding: 2px 5px 2px 5px;
        border-top: 1px solid #B8B7B7;
}

.postHdr {
        margin: 5px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-weight: bold;
        color: #B8B7B7;
        border-bottom: 0px solid #DCDBDB;
}

.postDate {
        padding: 0px 0px 5px 0px;
        font-size: smaller;
        font-style: italic;
        text-align: right;
}
/*----------JOURNAL END----------------------*/


/*----------GALLERY|LIBRARY -------------------------*/
div.pic {
        float: left;
        width: 190px;
        height: 220px;
        padding: 0px;
        margin: 2px 5px 2px 5px;
        text-align: right;
}

div.picSQ {
	float: left;
	width: 100px;
	height: 150px;
	padding: 0px;
	margin: 2px 5px 2px 5px;
	text-align: right;
}

Table.embed {
        padding: 0px;
        margin: 0px 4px 0px 4px;
        border-collapse: collapse;
        border: 1px solid #ff4500;
        font-size: 11px;
}

td.embedThumb {
        width: 100px;
        height: 110px;
        vertical-align: middle;
        text-align: center;
}

td.embedTitle {
        width: 145px;
        vertical-align: middle;
        text-align: center;
        font-size: 14px;
}

img {margin: 0px;}
div.pic img {border: 0px solid; border-color: #444 #AAA #444 #AAA;}

.detailTitle {font-size: 14px;}
.detailSub {font-size: 10px;}



/*----------GALLERY|LIBRARY END----------------------*/
