/* CSS Document */

BODY{
	margin: 0px;
	background-color: #666666;
}

BODY,
TD,
INPUT,
TEXTAREA{
	font-family: verdana;
	font-size: 11px;
}

BODY,
TD,
DIV{
	color: #ffffff;
}

h1, .header1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2, .header2{
	font-size: 15px;
	font-weight: bold;
}

A:link,
A:visited{
	text-decoration: none;
	color: #77B31F;
}

A:hover{
	text-decoration: underline;
}

A.textlink:link,
A.textlink:visited{
	color: white;
	text-decoration: none;
}
A.textlink:hover{
	text-decoration: none;
	color: white;
}

#conatiner{
	width: 1005px;
}

#left_column{
	position: relative;
	float: left;
	width: 280px;
}

#left_menu{
	position: relative;
	left: 65px;
	width: 175px;
}

#left_menu A{
	font-family: Arial;
	text-decoration: none;
}

DIV.menu_item,
DIV.menu_item_highlighted{
	margin-top:8px;
	font-size: 18px;
}

DIV.menu_item A:link,
DIV.menu_item A:visited{
	color: #ffffff;
}


DIV.menu_item_highlighted A:link,
DIV.menu_item_highlighted A:visited{
	color: #77B31F;
}

DIV.sub_menu_item{
	margin-left: 10px;
	margin-top: 3px;
}
DIV.sub_menu_item A{
	font-size: 14px;
	color: #C8D219;
}

#main_content{
	position: relative;
	float: left;
	width: 725px;
}

#photo_frame_big{
	position: absolute;
	top: 167px;
	left: 0px;
	width: 487px; 
	height: 564px; 
	background-image: url(/images/frame_big.gif);
}

#photo_frame_small{
	position: relative;
	background-image: url(/images/frame_small.gif);
	width: 190px;
	height: 216px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#photo_frame_small .thumbnail IMG{
	margin-left: 22px;
	margin-top: 11px;
}

#gallery_header, h1{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #C8D219;
	margin-bottom: 15px;
}

#gallery_text{
	font-size: 14px;
	font-weight: normal;
	width: 700px;
}

A.paging{
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}

SPAN.current_paging{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

A.paging:link,
A.paging:visited{
	color: white;
	text-decoration: underline;
}

A.paging:hover{

}

.darkbox {
  margin-bottom: 20px;
  background-color: #565656;
  color: #FFFFFF;
  padding:10px;
  border: 1px solid #777777;
}
.darkbox h2 {
	border-bottom: double;
	border-bottom-color: #C0C0C0;
	margin-bottom:15px;
}

.doublecell {
	float:left;
	width:80%;
	margin-bottom:6px;
	align:right;
	clear:both;
}

.cell {
	float:left;
	width:50%;
	margin-bottom:6px;
	align:right;
}

.cell input, .doublecell input {
	float:right;
	margin-right:15px;
}

.doublecell input {
	width:64%;
}

.break {
	clear:both;
	height:15px;
}

#container {
	width:1010px;
}
