/*header.inc.php*/
body {
margin:0 auto;
text-align:center;
font-size: 12px;
color:#555;
}
#main {
width:760px;
border:1px solid silver;
margin:10px auto;
padding: 10px 0;
}
#nav UL {
list-style:none;
height: 30px;
margin: 8px 2px;
padding: 6px;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
background: #f6f6f6;
}
#nav LI {
display: inline;
font-size: 14px;
}
#nav LI a {
color: #000;
text-decoration: none;
font-weight: bold;
}
#nav LI a:hover {
color: #000;
text-decoration: underline;
font-weight: bold;
}
/*global config*/
H1 {
color: #808080;
font-size: 20px;
}
H2 {
color: #808080;
font-size: 18px;
text-align: left;
margin: 5px 20px;
padding: 15px 80px;
height: 60px;
}
SELECT {
	BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #808080 1px solid; COLOR: #000000; BORDER-BOTTOM: #808080 1px solid; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #ffffff
}
OPTION {
	BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #808080 1px solid; COLOR: #000000; BORDER-BOTTOM: #808080 1px solid; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #ffffff
}
TEXTAREA {
	BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #808080 1px solid; COLOR: #000000; BORDER-BOTTOM: #808080 1px solid; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #ffffff
}
INPUT {
	BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #808080 1px solid; COLOR: #000000; BORDER-BOTTOM: #808080 1px solid; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #ffffff
}
TD {
font-size:12px;
}
a {
color: #555;
}
a:visited {
color: #555;
}
a:hover {
color:red;
}
/*index.php*/
#home {
background:url(images/home.gif) no-repeat left;
}
/*register.php*/
#register {
background:url(images/register.gif) no-repeat left;
}
/*list.php*/
#list {
background:url(images/list.gif) no-repeat left;
}
/*help.php*/
#help {
background:url(images/help.gif) no-repeat left;
}
#helptitle {
background: url(images/help_small.gif) no-repeat left top;
text-align:left;
color: #808080;
font-size: 14px;
margin: 2px 50px 2px 50px;
padding-left: 20px;
}
#helpcontent {
margin: 5px 20px;
text-align:left;
}
/*search.php*/
#search {
background:url(images/search.gif) no-repeat left;
}
/*guestbook*/
#guestbook {
background:url(images/guestbook.gif) no-repeat left;
}
/*manage.php*/
#manage {
background:url(images/manage.gif) no-repeat left;
}
/*error.php*/
#error {
background:url(images/error.gif) no-repeat left;
}
.error {
color:red;
font-weight:bold;
}
