body {
    width: 100%;
    margin: 15 auto;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	background-image: url(images/bg.gif);
}
a {
	color: #990000;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page {
	background: #FFFFFF;
	width: 800px;
	border: 3px double #000000;
	text-align: left;
    position: relative;
    margin: 0 auto;
}
input,textarea,select {
	border: 1px solid #AAAAAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.checkbox,.radio {
	border: none;
	font-size: 11px;
}

.notice {
	color: red;
	background-color: inherit;
}
.line {
	width: 800px;
	clear: both;
	color: inherit;
}


#top {
	width: 800px;
}
#middle {
	width: 800px;
}
#footer {
	width: 800px;
	padding-top: 10px;
	text-align: center;
    position: relative;
    margin: 0 auto;
}


#header {
	width: 800px;
	height: 93px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
}


#col_left {
	float: left;
	width: 150px;
}
#col_center {
	padding: 10px;
	margin-left: 150px;
}
#col_center_content {
	width: 600px;
	text-align: left;
}


#admin_logout {
	width: 150px;
	text-align: left;
	padding: 15px 0px 0px 15px;
}


#submit_notice {
	color: #FF0000;
	background-color: #FFFFFF;
	margin: 20px;
	border: 3px double #FF0000;
	padding: 5px 10px;
}


#menu {
	margin: 5px;
}
#menu a {
	padding-top: 5px;
	display: block;
	text-decoration: none;
	height: 20px;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: #990000;
}
#menu .link1 {
	padding-left: 10px;
	font-weight: bold;
}
#menu .link2 {
	padding-left: 20px;
}

#list {
	color: inherit;
	background-color: #EFEFEF;
	overflow: hidden;
	width: 600px;
	margin: 10px;
	border: 3px double #CCCCCC;
}
#list .title {
	color: inherit;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
} 
#list .rowHeader {
	color: inherit;
	background-color: #CCCCCC;
	font-weight: bold;
}
#list .row {
	overflow: hidden;
}
#list a {
	color: #990000;
	background-color: none;
	text-decoration: none;
}
#list a:hover {
	text-decoration: underline;
}
#list .pageNav {
	color: inherit;
	background-color: #FFFFFF;
	padding-left: 5px;
	border-top: 1px solid #CCCCCC;
}

#listimage {
	overflow: hidden;
	width: 600px;
	margin: 10px;
}
#listimage .title {
	color: inherit;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
#listimage .delete {
	padding-right: 10px;
	text-align: right;
}
#listimage .delete a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#detail {
	color: inherit;
	background-color: #EFEFEF;
	width: 600px;
	margin: 10px;
	border: 3px double #CCCCCC;
}
#detail .title {
	color: inherit;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
} 
#detail .row {
	margin: 5px 0px 5px 0px;
	padding-left: 10px;
}