body, html {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #111111;
}

* {
	font-family: tahoma, verdana, sans-serif;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

table * {
	vertical-align: top;
}

.clear {
	clear: both;
}

.space_below {
	margin-bottom: 10px;
}

.small {
	font-size: 10px;
}

h1, h2, h3 {
	font-family: georgia, Times, serif;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 14px;
}

#layout {
	text-align: center;
	min-height: 100%;
}

#top_banner {
	margin: 10px auto;
	border: 1px solid #222222;
	width: 930px;
	height: 180px;
}

#layout_center {
	width: 900px;
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
}

#top_logo {
	width: 900px;
	height: 120px;
}

#top_menu {
	width: 900px;
	height: 25px;
	background-color: #111111;
}

#top_menu .item {
	float: left;
	text-align: center;
	width: 180px;
	height: 25px;
}

#top_menu .item a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 5px;
	width: 100%;
	height: 100%;
	padding-top: 4px;
	display: block;
}

#top_menu .item a:hover {
	background-color: #222222;
}

#content {
	padding: 10px;
}

#column_left {
	float: left;
	width: 300px;
	margin-right: 10px;
}

#column_center {
	float: left;
	width: 570px;
	position: relative;
}

#facebook_logo {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 70px;
	height: 32px;
}

#bottom {
	text-align: center;
	padding-top: 10px;
	background-color: #111111;
	color: #FFFFFF;
	font-size: 10px;
}

#bottom a {
	color: #FFFFFF;
}

/* Elements */

#gallery_box {
}

#gallery_box .header {
	font-size: 16px;
}

#gallery_box .imagebox {
	width: 100px;
	height: 70px;
	overflow: hidden;
	float: left;
}

#gallery_box .space {
	margin-left: 15px;
}

.numberlist {
	padding-left: 70px;
	font-size: 16px;
	height: 52px;
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.numberlist .inner {
	padding-top: 15px;
}

.no1 {
	background-image: url(images/no_1.png);
}

.no2 {
	background-image: url(images/no_2.png);
}

.no3 {
	background-image: url(images/no_3.png);
}

#upload_box {
	background-image: url(images/upload_box.png);
	width: 550px;
	height: 50px;
	position: relative;
}

#upload_box .inner {
	padding: 11px 10px;
}

#upload_box .input {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 345px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

#upload_box .ff_hack {
	position: absolute;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	width: 194px;
	height: 25px;
	top: 11;
	left: 10;
	z-index: 10;
}

/* Tags */

#tag_input {
	font-size: 16px;
	padding-top: 20px;
}

#tag_input .form {
	background-image: url(images/upload_box.png);
	width: 550px;
	height: 50px;
	margin-top: 20px;	
}

#tag_input .inner {
	padding: 10px 10px;
}

#tag_input .input {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	width: 420px;
	font-size: 18px;
	font-weight: bold;
}

#tag_input .button {
	font-size: 16px;
}

.tag_cloud {
	padding: 10px 0px;
}

.tag_cloud .tag {
	padding: 0px 5px;
}

.tag_cloud .header {
	font-size: 14px;
}

/* Banner */

.center_banner_container {
	height: 250px;
	text-align: center;
}

.banner_300_250 {
	height: 250px;
	width: 300px;
	border: 1px solid #EEEEEE;
	margin: 0px auto;
}

#banner_fly_left {
	height: 600px;
	width: 160px;
	position: absolute;
	margin-left: -170px;
}

#banner_fly_right {
	height: 600px;
	width: 160px;
	position: absolute;
	margin-left: 910px;
}

/* Diverse */

.notice {
	font-size: 16px;
	margin-bottom: 20px;
}

.login_info {
	margin-top: 10px;
	padding-left: 100px;
	clear: both;
}

.login_info .left {
	float: left; 
	width: 100px;
}

.login_info .right {
	float: left; 
	width: 200px;
}

/* Archive */

#archive .image_border {
	width: 180px;
	height: 200px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #999999;
}

#archive .image {
	width: 180px;
	height: 170px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#archive .space {
	margin-left: 10px;
}

#archive .info {
	font-size: 11px;
	padding: 0px 5px;
}

#archive .pagenav {
	text-align: center;
	margin-bottom: 15px;
}

#archive .banner, #forum .banner, #guide .banner {
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #999999;
	padding: 5px;
}

#archive .search_bar {
	font-size: 16px;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

#archive input.number {
	width: 50px;
}

#archive input, #archive select {
	font-size: 16px;
}

#archive_image .image_example {
	width: 568px;
	height: 300px;
	border: 1px solid #999999;
	background-position: center center;
	background-repeat: no-repeat;
}

/* contact */

#contact input {
	width: 300px;
	font-size: 14px;
}

#contact .textarea {
	width: 300px;
	height: 150px;
	font-size: 14px;
}

/* Sharefile */

.file_example {
	padding: 15px 0px;
	text-align: center;
	font-size: 16px;
}