body {
	background-color: #EEE;
	color: #000;
	padding: 80px 50px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#index_title_box {
	margin: 110px auto;
	text-align: center;
	font-size: 16px;
	text-transform: lowercase;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 40px;
}

#index_title_box a { text-decoration: none; color: #999; }
#index_title_box a:hover { text-decoration: none; color: #000; }

#page_title_box {
	font-weight: bold;
	font-size: 26px;
	text-transform: lowercase;
	letter-spacing: 1px;
	word-spacing: 1px;
}

#page_backlink_box {
	font-size: 12px;
	text-transform: lowercase;
}

#page_backlink_box a { text-decoration: none; color: #000; }
#page_backlink_box a:hover { text-decoration: none; color: #999; }

#page_notification_box {
	font-size: 12px;
	color: #C00;
	border: dotted #C00 1px;
	padding: 10px 5px;
}

#page_single_column {
	position: absolute;
	top: auto;
	left: 50px;
	width: 800px;
}

#page_left_column {
	position: absolute;
	top: auto;
	left: 50px;
	width: 400px;
}

#page_right_column {
	position: absolute;
	top: auto;
	left: 450px;
	width: 400px;
}

div.leftalign {
	text-align: left;
}

div.rightalign {
	text-align: right;
}

#page_gallery_box {
	margin: 40px auto;
	text-align: center;
	font-size: 12px;
	color: #666;
	text-transform: lowercase;
}

#page_gallery_box a { text-decoration: none; color: #000; }
#page_gallery_box a:hover { text-decoration: none; color: #999; }

#news_box {
	margin: 40px 0 0 50px;
	font-size: 12px;
}

.news_item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid #CCC 1px;
}

.news_item h4 {
	font-weight: bold;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 5px;
}

.news_item p {
	margin-top: 0;
	margin-bottom: 10px;
}

#news_navbox {
	font-size: 12px;
	text-transform: lowercase;
}

#news_navbox a { text-decoration: none; color: #000; }
#news_navbox a:hover { text-decoration: none; color: #999; }

.menu_box {
	margin-top: 60px;
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
}

.menu_box a { text-decoration: none; color: #000; }
.menu_box a:hover { text-decoration: none; color: #999; }

.menu_box .cyanbubble {
	background: url("images/cyanbubble.png") no-repeat 0 0;
	height: 30px;
	padding: 16px 7px;
}

.menu_box .redbubble {
	background: url("images/redbubble.png") no-repeat top right;
	height: 30px;
	padding: 26px 23px;
	font-size: 14px;
}

.menu_box .yellowbubble {
	background: url("images/yellowbubble.png") no-repeat top right;
	height: 30px;
	padding: 26px 23px;
	font-size: 14px;
}

.single_photo_box {
	margin-top: auto;
}

.single_photo_box img {
	max-width: 400px;
	max-height: 400px;
}

.gallery_photo_box {
	margin-top: auto;
}

.gallery_photo_box img {
	max-height: 400px;
	border: 0;
}

#page_left_footer_box {
	position: absolute;
	top: auto;
	bottom: 80px;
	left: 50px;
	width: 400px;
	text-align: left;
}

#page_right_footer_box {
	position: absolute;
	top: auto;
	bottom: 80px;
	left: 450px;
	width: 400px;
	text-align: right;
}

#page_right_footer_box img {
	width: 12px;
	height: 12px;
}

#page_right_footer_box, #page_left_footer_box {
	font-size: 12px;
	color: #666;
}

#page_right_footer_box a, #page_left_footer_box a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#page_right_footer_box a:hover, #page_left_footer_box a:hover {
	text-decoration: none;
	color: #000;
}
