@charset "utf-8";
/* CSS Document */

/* Page settings */
body{
	background: #CCCCCC;
	margin: 0;
	padding: 0;
}

#page{
	background: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	height: 580px;
	width: 1000px;
}

/* Header settings */
#header{
	background: url(../images/header_bg.png) repeat-y;
	height: 66px;
}
#header_left{
	background: url(../images/logo.png) no-repeat;
	float: left;
	height: 70px;
	margin: 14px 0 0 10px;
	width: 370px;
}
#header_right{
	background: url(../images/address.png) no-repeat;
	float: right;
	height: 70px;
	margin: 14px 10px 0 0;
	width: 180px;
}

#photo{
	background: url(../images/photobar.jpg) no-repeat;
	border-bottom: #990000 1px solid;
	height: 106px;
}

/* Coontainer settings */
#container{
	height: 400px;
	margin: 7px 0 0 0;
	width: 1000px;
}

#menu{
	background: url(../images/menu/menu_bg.png) no-repeat;
	float: left;
	height: 400px;
	width: 170px;
}

ul.links{
	color: #FFFFFF;
	font-family: Eras Demi ITC;
	font-size: 14px;
	list-style: none;
	padding: 25px 0 0 0;
}

ul.links li a{
	color: #FFFFFF;
	text-decoration: none;
}

div.button{
	float: left;
	margin: 0 5px 0 10px;
}

/* Content settings */
#content{
	background: url(../images/background.jpg) no-repeat;
	height: inherit;
	margin: 0 0 0 165px;
	overflow: auto;
}

#title{
	margin: 10px 0 0 10px;
}

p{
	margin: 0 0 0 10px;
	padding: 10px 0 10px 0;
}

/* Guestbook */
#book{
	margin: 0 auto;
	width: 600px;
}

#book_write,
#book_fade{
	background: url(../images/book_write.png) repeat-y;
	margin: 0 auto;	
	width: 320px;
}
#book_fade{
	text-align: right;
}
#book_fade a{
	margin: 5px 5px 5px 0;
}

#book_write img{
	margin: 5px 0 0 0;
}

input.input{
	margin: 5px 0 0 0;
	width: 200px;
}
input.captcha{
	height: 19px;
	margin: 5px 0 0 5px;
	width: 80px;
}
textarea.area{
	width: 300px;
}

table.head{
	background: url(../images/book_head.png) repeat-y;
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
}
table.mid{
	background: url(../images/book_mid.png) repeat-y;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
}
