@charset "utf-8";

body {
	margin:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	background-image:url(../images/bg.gif);
}
div {
	text-align:left;
}
img {
	padding-left:4px;
	padding-right:4px;
	padding-top:3px;
	padding-bottom:3px;
}
#menu {
	position:fixed;
	top:40px;
	left:40px;
	z-index:1000;
}
#main {
	position:absolute;
	top:40px;
	left:250px;
	width:600px;
	padding-bottom:40px;
	/*height:600px;*/
	z-index:333;
	overflow:auto;
}
#desc {
	position:absolute;
	top:40px;
	left:830px;
	width:250px;
	padding-bottom:40px;
	/*height:600px;*/
	z-index:1000;
	overflow:auto;
}
#current_message {
	position:absolute;
	left:260px;
	top:15px;
	width:500px;
	height:15px;
	z-index:1000;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#990000;
}

table {
	width:100%;
	border:none;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
}

/*################# News ###################*/
#news_list {
	padding-top:0px;
	padding-bottom:0px;
}
#news_list .news_title {
	margin-top:5px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:3px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
#news_list .title_format {
}
#news_list .news_contents {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	border-top:none;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

/*################# Links ##################*/
A:link, A:visited, A:active {
	color:#CC1111;
	text-decoration:none;
}
A:hover {
	color:#CC1111;
	text-decoration:underline;
}


/*################# Paging ##################*/
.paging {
	text-align:center;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

/*################ Guestbook ################*/
#guestbook_list {
	padding-top:15px;
	padding-bottom:20px;
}
#guestbook_list .guestbook_title {
	margin-top:10px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:10px;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	border-top:none;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom:none;
}
#guestbook_list .title_format {
	width:395px;
	float:left;
}
#guestbook_list .admin_format {
	text-align:right;
	float:right;
	width:85px;
}
#guestbook_list .contents_format {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	border-top:none;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

/*################## Forms ##################*/
input {
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
}
.button {
	width:75px;
}
.chkbox {
	width:14px;
}
textarea {
	width:500px;
	height:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
}

#picture_selector {
	width:100px;
	height:20px;
}

/*################### Box ###################*/
#box .boxtop{
	/*make this the same size as the top image*/	
	display:block;	
	width:550px;	
	height:16px;	
	/*set the image as a background*/	
	background-position:left top;	
	background-repeat:no-repeat;	
	background-image:url(../images/box.top.FA.gif);	
}	
#box .boxbottom{	
	/*make this the same width as the bottom image*/	
	/*don’t set the height as this needs to be flexible*/	
	display:block;	
	width:550px;	
	/*set the image as a background*/	
	background-position:left bottom;	
	background-repeat:no-repeat;	
	background-image:url(../images/box.bottom.FA.gif);	
}	
#box .box_content{	
	/*set the font style for the main content*/	
	color:#000000;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	display:block;	
	/*align the main content nicely*/	
	padding-top:10px;	
	padding-left:25px;	
	padding-bottom:30px;	
	padding-right:25px;	
}

#desc .desc_boxtop{
	/*make this the same size as the top image*/	
	display:block;	
	width:250px;	
	height:16px;	
	/*set the image as a background*/	
	background-position:left top;	
	background-repeat:no-repeat;	
	background-image:url(../images/box.desc.top.gif);	
}	
#desc .desc_boxbottom{	
	/*make this the same width as the bottom image*/	
	/*don’t set the height as this needs to be flexible*/	
	display:block;	
	width:250px;	
	/*set the image as a background*/	
	background-position:left bottom;	
	background-repeat:no-repeat;	
	background-image:url(../images/box.desc.bottom.gif);	
}	
#desc .desc_content{	
	/*set the font style for the main content*/	
	color:#000000;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	display:block;	
	/*align the main content nicely*/	
	padding-top:10px;	
	padding-left:25px;	
	padding-bottom:30px;	
	padding-right:25px;	
}

#menu .menu_boxtop{
	/*make this the same size as the top image*/	
	display:block;	
	width:180px;	
	height:69px;	
	/*set the image as a background*/	
	background-position:left top;	
	background-repeat:no-repeat;	
	background-image:url(../images/box.menu.top.FA.gif);	
}	
#menu .menu_boxbottom{	
	/*make this the same width as the bottom image*/	
	/*don’t set the height as this needs to be flexible*/	
	display:block;	
	width:180px;	
	/*set the image as a background*/	
	background-position:left bottom;	
	background-repeat:no-repeat;	
	background-image:url(../images/box.menu.bottom.FA.gif);	
}	
#menu .menu_content{	
	/*set the font style for the main content*/	
	color:#000000;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	display:block;	
	/*align the main content nicely*/	
	padding-top:10px;	
	padding-left:25px;	
	padding-bottom:30px;	
	padding-right:25px;	
}

