* {
	font-family: verdana, helvatica, serif;
	font-size: 12px;
}
a {
	color: #F2761C;
	text-decoration: underline;

}
#container {
	width: 856px;
	margin: 0px auto;
	text-align: center;
}
#head {
	background: url(images/head.jpg) no-repeat;
	width: 856px;
	height: 99px;
	text-align: right;
	padding-top: 20px;
}
#menu {
	background: url(images/menu.gif) no-repeat;
	width: 844px;
	height: 25px;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 12px;
	font-weight: bold;
	text-align: left;
}
#menu a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu_under {
	background: url(images/menu_under.jpg) no-repeat;
	width: 856px;
	height: 35px;
}
#content {
	width: 549px;
	float: left;
}
#box {
	width: 285px;
	float: right;
}
#content_top {
	background: url(images/content_top.jpg) no-repeat;
	width: 549px;
	height: 66px;
}
#content_main {
	text-align: left;
	padding-left: 3px;
}
#action {
	background: url(images/action_box_middle.gif) repeat-y;
	width: 270px;
	text-align: left;
	padding: 0px 15px 0px 5px;
}
#pictures {
	margin-top: 10px;
	padding: 3px 0px 3px 0px;	
}
#data {
	background: url(images/data_box_middle.gif) repeat-y;
	width: 285px;
	text-align: left;
	padding: 0px 5px;
}
#data b {
	color: #F2761C;
	font-weight: bold;
}
#footer {
	clear: both;
	background: url(images/divider.gif) top repeat-x;
	width: 856px;
	height: 60px;
	text-align: left;
	color: gray;
	padding-top: 10px;
}
#contact_form { width: 450px; height: 170px; vertical-align: middle;}
#contact_form #left {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 3px;
}
#contact_form #right {
	float: left;
	width: 250px;
	text-align: left;
	margin: 2px 0px;
}
ul { padding: 2px 0px 2px 20px; margin: 0px; }
#rand_picture {
	float: left;
	width: 133px;
	height: 80px;
	background: url(box/random_image/images/background.gif) no-repeat;
	padding: 5px 4px 5px 4px;
	margin-right: 1px;
}
#content_main #gallery_category #holder {
	float: left;
	width: 131px;
	height: 131px;
	padding: 2px;
	margin: 2px;
	border: 1px solid silver;
	text-align: center;
}
#clear {clear: both;}
#category2 {display: none;}
#gallery_link, #gallery_link a {
	font-size: 19px;
}


/* slimbox start */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

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

#lbImage {
	border: 10px solid #fff;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Verdana, 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(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

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

#lbCaption {
	font-weight: bold;
}
/* slimbox end */

