@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	border: 0;
	margin: 0;
}

body {
	background-color: #333333;
}

#menu_bg {
	position: absolute;
	width: 920px;
	height: 70px;
	top: 50%;
	left: 50%;
	margin-left: -460px;
	margin-top: 100px;
	z-index: -5;
	background-image: url(images/menu_bg_bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#menu {
	position: absolute;
	width: 920px;
	height: 70px;
	top: 50%;
	left: 50%;
	margin-left: -460px;
	margin-top: 100px;
	background-image: url(images/menu_bg.jpg);
	border: solid 1px #FFFFFF;
	z-index: 10;
}

#main {
	position: absolute;
	width: 800px;
	height: 515px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -258px;
	border: solid 1px #FFFFFF;
	background-color: #333333;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.main_home {
	background-image: url(images/bg_img_home.jpg);
}

.main_news {
	background-image: url(images/bg_img_news.jpg);
}

.main_about_me {
	background-image: url(images/bg_img_about_me.jpg);
}

.main_guestbook {
	background-image: url(images/bg_img_guestbook.jpg);
}

.main_contact {
	background-image: url(images/bg_img_contact.jpg);
}

#watermark {
	position: absolute;
	width: 260px;
	height: 294px;
	left: 100%;
	top: 100%;
	margin-left: -265px;
	margin-top: -299px;
	background-image: url(images/watermark.jpg);
	z-index: -10;
}

h1 {
	position: absolute;
	font-family: "Goudy Old Style","Goudy Old Style",Palatino,serif;
	font-size: 20px;
	font-weight: lighter;
	font-variant: small-caps;
	color: #FFFFFF;
	top: 22px;
	left: 30px;
}

h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

h1 a:hover {
	text-decoration: none;
}

ul#nav_menu {
	list-style-type: none;
}

ul#nav_menu li a {
	color: #FFFFFF;
	text-decoration: none;
}

ul#nav_menu li a:hover {
	text-decoration: underline;
}

#nav_news, #nav_about, #nav_portfolio, #nav_guestbook, #nav_contact {
	position: absolute;
	top: 30px;
	font-family: "Goudy Old Style","Goudy Old Style",Palatino,serif;
	font-size: 12px;
	font-variant: small-caps;
}

#nav_news {
	left: 465px;
	display: none;
}

#nav_about {
	left: 536px;
}

#nav_portfolio {
	left: 635px;
}

#nav_guestbook {
	left: 730px;
}

#nav_contact {
	left: 829px;
}

#footer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: 270px;
	font-family: "Goudy Old Style","Goudy Old Style",Palatino,serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	font-variant: small-caps;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer a img {
	padding-left: 2px;
	padding-right: 2px;
}

.slide-out-div {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 120px;
	background-color: #000000;
	border: solid 1px #999999;
	z-index: 10;
}

.slide-out-div .handle {
	cursor: pointer;
}

.slide-out-div a {
	display: block;
	color: #FFFFFF;
	font-family: "Goudy Old Style","Goudy Old Style",Palatino,serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
}

.slide-out-div a:hover {
	text-decoration: underline;
}

#gall_title {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	height: 24px;
	awidth: 200px;
	background-image: url(images/gall_title_bg.png);
	background-position: right;
	font-family: "Goudy Old Style","Goudy Old Style",Palatino,serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 25px;
	z-index: 10;
}

#main #gallery {
	position: absolute;
	display: block;
	height: 495px;
	width: 780px;
	top: 10px;
	left: 10px;
	overflow: auto;
	overflow-y: hidden;
	white-space: nowrap;
	background-color: #000000;
}

#main #gallery img.first {
	padding-left: 0;
}

#main #gallery img {
	display: inline;
	padding-left: 10px;
	height: 475px;
}

#content_news {
	position: absolute;
	width: 400px;
	height: 425px;
	top: 10px;
	left: 10px;
	padding-top: 40px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 350px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	overflow: auto;
}

#content_about {
	position: absolute;
	width: 360px;
	height: 435px;
	top: 40px;
	left: 400px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

#content_guestbook {
	position: absolute;
	width: 760px;
	height: 455px;
	top: 10px;
	left: 10px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	overflow: auto;
}

#content_contact {
	position: absolute;
	width: 260px;
	height: 335px;
	top: 90px;
	left: 500px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

#content_contact a, #content_about a, #content_news a {
	text-decoration: underline;
}

#content_contact a:hover, #content_about a:hover, #content_news a:hover {
	text-decoration: none;
}

.news_date {
	display: inline-block;
	width: 85px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.news_title {
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}

.news_content {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.guest_post {
	width: 452px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(images/guest_post_bo.png);
	background-position: bottom;
	border-top: solid 1px #CCCCCC;
	margin-top: 40px;
	margin-bottom: 5px;
}

.guest_name {
	width: 350px;
	float: left;
	padding-left: 10px;
}

.guest_date {
	width: 80px;
	float: left;
	text-align: right;
}

fieldset {
	width: 300px;
	margin-left: 120px;
	margin-bottom: -50px;
}

label {
	width: 7em;
	display: inline-block;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
}

input {
	display: inline;
	border: solid 1px #333333;
	width: 200px;
	margin-bottom: 20px;
}

textarea {
	width: 200px;
	height: 100px;
	border: solid 1px #333333;
}

#captcha {
	height: 50px;
	border: solid 1px #666666;
}

#captcha_code {
	width: 50px;
}

#submit {
	width: 120px;
}

.hidden {
	display: none;
	color: #FF0000;
}

#fullscreen {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,0.7);
	display: none;
	z-index: 20;
}

#del {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 100px;
	width: 200px;
	margin: -100px auto auto -200px;
	display: none;
	text-align: center;
	z-index: 30;
}

#del img {
	padding: 10px;
	border: 0;
}

legend.legend_del {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #000000;
	background-color: #FFFFFF;
}

fieldset.fieldset_del {
	width: 200px;
	border: solid 1px #666666;
	background-color: #FFFFFF;
}