body
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/new/background.jpg);
	background-repeat: repeat;
	text-align: left;
}

p, blockquote, li, h3, table
{
        margin: 0 auto;
        padding: 0;
	font-size: 0.7em;
	line-height: 1.4em;
	text-align: left;
	/*padding-left: 10px;
	padding-right: 10px;*/
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

h1
{
	font-weight: normal;
        font-size: 0.7em;
        color: #ff6500;
}

h2
{
	padding-top: 15px;
	font-weight: bold;
	font-size: 100%;
	color: #fff;
	text-align: left;
}

h3
{
	font-weight: bold;
	font-size: 1.0em;
	color: #ff6500;
	text-align: left;
}

#sidebar-2 p, #sidebar-1 p
{
	line-height: 1.4em;
}

#sidebar-1 p
{
	text-align: right;
}

#sidebar-2 p
{
	text-align: left;
}

a
{
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	font-size: 100%;
	border: none;
}

a:hover
{
	color: #fff;
	text-decoration: none;
}

h3 a
{
	font-weight: bold;
	color: #ff6500;
	font-size: 100%;
}

h1 a, h2 a
{
	border: 0px;
}

#sidebar-2 a
{
	border: 0px;
	font-size: 100%;
}

#sidebar-1 a
{
	border: 0px;
	font-size: 0.9em;
	color: #fff;
}

#menu a
{
	font-size: 0.8em;
	color: #fea502;
	text-decoration: none;
}

img
{
	border: none;
}

.caps
{
	letter-spacing: 0.1em;
	font-size: 100%;
}

.comments_error
{
	background-color: #ffa;
}

div.comments_error
{
	border: 1px solid #cc8;
	padding: 0.3em;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

#container
{
	margin: 0 auto;
	padding: 0;
        background-image: url(/new/background-repeat.jpg);
        background-repeat: repeat-y;
	width: 940px;
	\width: 950px;
	w\idth: 940px;
}

#head
{
        height: 80px;
	text-align: center;
}

#sidebar-1, #sidebar-2
{
        margin: 0;
        padding: 0;
	/*margin-top: 0px;
	margin-bottom: 0px;
	height: 150%;*/
	\width: 115px;
	w\idth: 115px;
}

#sidebar-1
{
	float: left;
	background-image: url(/new/sidebar-1.jpg);
	background-repeat: repeat-y;
	height: 400px;
	width: 115px;
}

#sidebar-2
{
	float: right;
	background-image: url(/new/sidebar-2.jpg);
	background-position: right;
	background-repeat: repeat-y;
	height: 400px;
	width: 115px;
}

#content
{
	margin: 0 115px;
        /*width: 100%;*/
         padding: 5px;
	/*overflow: hidden;*/
}

#content img
{
/*padding: 5px;*/
}

#foot
{
	height: 40px;
	clear: both;
}

#placeholder
{
	padding: 0px;
	text-decoration: none;
	border: 2px #fff solid;
}

/* 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: /*#000*/ url(/css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 5px outset #ff9500;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/css/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/css/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(/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.smd_slimbox {
	float:left;
	width:600px;
	margin:1em 0;
	clear:both;
	list-style:none;
}

.smd_slimbox li {
	width:150px;
	height:150px;
	float:center;
	margin:1em auto;
	text-align:center;
}

.smd_slimbox img {
	margin:0 auto;
}
.smd_slimbox span {
	float:left;
	width:140px;
	padding:2px 0 0 5px;
}
.smd_slimbox_nav {
	clear:both;
	width:500px;
	padding:20px;
}

.smd_slimbox_prev {
	float:left;
}

.smd_slimbox_next {
	float:right;
}
