/*** font-size
xx-small
x-small
small
medium
large
x-large
xx-large
***/

/*** TAGS ***/
a:link, a:visited {
	text-decoration: none;
	color: #666634;
}

a:hover, a:active {
	text-decoration: underline;
	color: #970000;
}

body {
/*	background-color: #CEB094; */
	background-color: #970000;
	margin: 0;
	min-width: 955px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: small;*/
	line-height: 1.3em;
	font-size: 13px;
}

/* ### */

body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override imported rule
    font-size:    x-small;      */ 
    /* false value for WinIE4/5
    voice-family: "\"}\"";    */
    /* trick WinIE4/5 into thinking rule is over 
    voice-family: inherit;   */
    /* recover from trick 
    font-size:    small*/
    /* intended value for better browsers */
    }

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
     /* font-size:    small
   be nice to Opera */
    }
    
/* ### */


h1,
#imageTitleEditable,
#albumTitleEditable {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #970000;
	font-variant: small-caps;
	line-height: .9em;
	font-weight: normal;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #666634;
	font-variant: small-caps;
	line-height: .9em;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

html {
}


/*** IDS ***/
#admin {
	margin-left: auto;
	margin-right: auto;
}

#footer_address {
	background-color: #000;
	/*height: 20px;*/
	border-top: 1px solid #E7DACA;
}

#footer_icon {
	width: 100px;
}

#footer, #footer tr, #footer td {
	border-collapse:collapse;
	padding: 0;
	margin: 0;
}

#footer {
	width: 100%;
	/*height: 56px;*/
	text-align:center;
	color: #FFF;
	font-variant: small-caps;
	font-weight: bold;
	clear: both;
}

#footer a:link, #footer a:visited {
	color: #FFF;
}

#footer_text {
	text-align: center;

}

#footer, #header {
	font-family: "Times New Roman", Times, serif;
}

#frame {
	background-color: #CEB094;
	width: 955px;
	border: 1px solid black;
	margin: 10px auto;
}

#header {
	/*background-color: #666634;*/
	background-image:url(/images/global/header_back.gif);
	/*background-position: -9px;*/
	height: 40px;
	font-variant: small-caps;
	font-weight: bold;
	/* font-size: larger; */
}

#header_logo {
	float: left;
	padding: 2px 0 0 10px;
}

#main {
	width: 863px;
	/*height: 470px;*/
	margin: 35px auto 15px auto;
	/*clear: both;
	background-color: #E7DACA;*/
	background-image:  url("/images/global/subpages_main_bkgrd.gif");
	background-repeat: repeat-y;
}

#main_left {
	float: left;
	width: 765px;
	margin: 0px 0px 20px 50px; /* for Mac FF */
	// margin: 20px 0px 0px 20px; /* override for IE */
	/*border: 1px solid blue;*/
}

#main_right {
	float: right;
	/*clear: left;*/
	margin: 25px 0px 15px 25px; /* for Mac FF */
	/* margin: 30px 0 0px 0px; */ /* override for PC IE */
	width: 385px;
}

#main_footer {
	background-image:  url("/images/global/subpages_main_btm.gif");
	background-repeat: repeat-x;
	height: 21px;
	margin-top: 30px;
	clear:both;
}

#main_footer_l {
	float: left;
}

#main_footer_r {
	float: right;
}

#main_header {
	background-image:  url("/images/global/subpages_main_top.gif");
	background-repeat: repeat-x;
	height: 21px;
}

#main_header_l {
	float: left;
}

#main_header_r {
	float: right;
}

/*** CLASSES ***/
.nav_local li {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: medium;
	line-height: 1.2em;
}

ul.nav_local {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media print {
	body { background-color: #FFFFFF; }
	#frame { width: 900px; }
	#slideshow_script { display: none; }
}
