
body {
	background-color: #333;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

p {
	line-height: 18px;	
}

a {
	color: #5299DE;
	text-decoration: none;
}

a:hover {
	color: #2867A3;
	text-decoration: overline;	
}

a, a img {
	border: none;
}


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

li {
	list-style: none;
	padding-top: 3px;
}

#container {
	margin: 0px auto;
	width: 700px;
}

#header {
	margin: 20px 0px;
	width: 700px;
	color: #EEE;	
}

#header div#title {
	float: left;
	width: 450px;
	font-size: 26px;
	font-weight: bold;	
}

#header div#find_me {
	float: right;
	text-align: right;
	font-size: 11px;	
	width: 250px;
}

#find_me .icon {
	width: 24px;
	height: 24px;
	margin: 0px 3px;
}

#header .avatar {
	border: 1px solid #EEE;
	width: 48px;
	height: 48px;
	margin-right: 10px;
}

#header_desc {
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
}

#header_note {
	background-color: #525252;
	color: #CCC;
	padding: 5px 10px;
	margin: 0px 0px 20px 0px;
	font-size: 11px;
}

#arrow {
	clear: both;
	margin-left: 15px;
	background: url('../images/arrow.png') no-repeat;
}





#menu {
	float: left;
	width: 220px;
}

#menu .box {
	width: 90px;
	float: left;
	background-color: #525252;
	color: #EEE;
	text-align: center;
	margin: 0px 10px 10px 0px;
	padding: 20px 0px;
	cursor: pointer;
	font-size: 11px;
	display: block;
}

#menu div.box:hover {
	border: 2px solid #DDD;	
}

.non-active_menu {
	border: 2px solid #999;	
}

.active_menu {
	border: 2px solid #DDD;	
}

.non_active_thumb {
	border: 1px solid #CCC;
}

.active_thumb {
	border: 1px solid #999;
}

#content {
	float: right;
	width: 450px;
	background-color: #FFF;
	border: 3px solid #909090;
	min-height: 320px;
	padding: 10px;
	color: #333;
}

#content p { font-size: 11px; }

#footer {
	clear: both;
	color: #CCC;
	font-size: 11px;
	text-align: right;
	padding: 10px 0px;
}


#loading_container, #thumb_loading_container {
 	position: absolute;
 	top: 50%;	
 	left: 50%;
}

#loading, #thumb_loading {
	background-color: #909090;
	color: #EEE;
	padding: 10px;
	text-align: center;	
}

#loading img, #thumb_loading img {
	width: 16px;
	width: 16px;
	margin-right: 10px;
}

.hidden {
	display: none;
}


#gallery_container {
	padding: 10px;
	background: #EEE;
	border: 1px solid #CCC;
	width: 300px;
	min-height: 265px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

#gallery_container img {
	border: 3px solid #FFF;
}


ul.gallery {
	
}

ul.gallery li {
	float: left;
	display: block;
	padding: 0px 2px;
}

.thumb_container{

}

.thumb {
  	height: 48px;
  	width: 48px;
	padding: 3px;
    cursor: pointer;
}

.thumb:hover {
  	height: 48px;
  	width: 48px;
	padding: 3px;
    border: 1px solid #999;
}

.footnote {
	color: #AAA;
	font-size: 12px;
	line-height: 1.3em;
}

#ads_box {
	float: left;
	margin-top: 10px;
	padding: 10px 0px;
	color: #CCC;
	width: 194px;
	text-align: center;
	background: #525252;
	border: 2px solid #999;	
}	
