html
{
	background: #f8f3b7 url(/images/www/bg.gif) repeat-y top center;
}

body
{
	padding: 0px;
	margin: 0px;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 138.5%; }
h4 { font-size: 108%; }

a { color: #d2232a; }
a:visited { color:#999999; }
a:hover { color: #d2232a; }
a:active { color: #d2232a; }

input[type=text],input[type=password],textarea{width:35em;*width:34em; padding: 0.25em 0em 0.25em 0em; border: 1px solid #000;}

input.small { width:5em;*width:4.85em; }
input.medium { width:10em;*width:9.7em; }

hr
{
	border: 0px solid #fff;
	border-bottom: 2px dotted #d2232a;
}

blockquote
{
	width: 500px;
	color: #f8f3b7;
	background: #cc211e url(/images/www/bq-top.gif) no-repeat top left;
	margin:0;
	padding:0;
}
blockquote a, blockquote a:hover { color: #f8f3b7;}

blockquote div
{
	margin-top: 10px;
	padding: 1em;
	background: url(/images/www/bq-bottom.gif) no-repeat bottom left;
}

strong em { font-weight: bold; }

table tr td { border: 0px solid #000; padding: 0.25em; }
blockquote div tr td a { color: #f8f3b7; }
blockquote div tr td a:hover { color: #f8f3b7; }

blockquote.simple, div.simple
{
	color: #000;
	padding: 1em;
	background: none;
	background-color: #ffece2;
}

#container
{
	width: 1048px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
} 

#banner
{
	padding: 0px;
	margin: 0px;
}

#outer
{ 
} 

#inner
{
	overflow: hidden;
	margin:0; width:100%;
} /* The ie/pc pecularity */ 

#left
{
	width: 200px; 
	float: left; 
	position: relative; 
	margin-left: 0px; 
	margin-right: 0px;
}

#right
{
	width: 200px;
	float: left;
	position:relative;
	margin-left: 0px;
	margin-right: 0px;
}

#content
{ 
	width: 648px;
	float: left;
	position: relative; 
	margin: 0px;
}

#footer
{
	clear: both;
	padding:0px;
	margin:0px;
}

ul#nav
{
	margin: 0;
	margin-top: 12em;
	padding: 0;
	width: 200px;
}

ul#nav li
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.77em;
}

ul#nav li a
{
	text-decoration: none;
	display: block;
	padding: 0.7em 0.5em 0em 2.75em;
	margin: 0;
	background: #f8f3b7;
}

ul#nav li a:visited
{
	color: #d2232a;
}

ul#nav li a:hover, ul#nav li a.current
{
	font-weight: bold;
	color: #4b4b4b;
	background: #f8f3b7 url(/images/www/menu_item.gif) bottom left no-repeat;
}

.entries
{
	padding-left: 2em;
	padding-top: 6em;
	padding-right: 6em;
}

.footer-links
{
	color: #d2232a;
	padding-left: 2em;
}

.header-links
{
	color: #d2232a;
	padding-right: 12em;
	padding-top: 1em;
}

.footer-links a, .footer-links a:hover, .footer-links a:visited, .footer-links a:active
{
	color: #d2232a;
	text-decoration: none;
	font-size: 93%;
}

.header-links a, .header-links a:hover, .header-links a:visited, .header-links a:active
{
	color: #d2232a;
	text-decoration: none;
	font-weight: bold;
}

.warn
{
	color: #d2232a;
	text-decoration: none;
	font-weight: bold;
}

#deco
{
	padding-top: 100px;
	padding-left: 32px;
}

.ph
{
width: 100%;
border: 1px solid #000;
font-size: 138.5%;
background-color: #ffece2;
}

.pb
{
color: #d2232a;
font-weight: bold;
}

ul.thumbnails img
{
	margin: 2px 2px 4px 2px;
	vertical-align: middle;
}

ul.thumbnails li
{
	float: left;
	display: block;
	text-align: center;
	width: 133px;
	height: 166px;
	padding: 0 0 25px 0;
	margin: 0 28px 0 0;
}

ul.thumbnails li.big
{
	width: 155px;
	height: 166px;
	padding: 0;
	margin: 0 6px 0 0;
}

ul.thumbnails li a, ul.thumbnails li a:link, ul.thumbnails li a:visited
{
	display: block;
	text-align: center;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/www/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/www/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/www/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/www/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
