body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F7F81;
	background-color: #EEEBEC;
	background-image: url(cssImg/img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	margin:0 auto;
	width: 980px;
	background: url(../images/img01.jpg) repeat-x left top;
}
h1, h2{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 2.4em;
	color: #000;
}
p, ul{
	margin-top: 0;
	line-height: normal;
}
a {
	text-decoration: none;
	color: #AD1443;
}
a:hover {
	text-decoration: underline;
}
/* Header */
#header {
	width: 980px;
	margin: 0px auto;
}
#logo {
	width: 980px;
	height: 70px;
	margin: 0px auto;
}
#logo p {
	padding: 30px 0px 0px 30px;
	margin:0;
}
#logo h1 {
	margin:0;
	float: left;
	padding: 10px 10px 0px 30px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	color: #FFFFFF;
}
/* Menu */
#menu {
	width: 980px;
	height: 28px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}
#menu ul {
	margin: 0;
	padding: 0px 0px 0px 4px;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	float: left;
	height: 24px;
	padding: 3px 0 0 0;
	background: url(../images/img02.jpg) no-repeat left top;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #8A5608 0px 1px 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
	width: 100px;
	text-align: center;
}
#menu a:hover {
	text-decoration: none;
	background-image: url(../images/menu_hover.png);
	background-repeat: repeat-x;
	font-size: 16px;
	font-family: "Comic Sans MS", cursive;
}
#search {
	width: 980px;
	height: 200px;
	margin: 1px auto;
	padding-bottom: 10px;
	border-bottom: 2px #999 dashed;
	background-color: #FCF;
}
#search form {
	float: right;
	padding: 15px 25px 0px 0px;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search-text {
	width: 195px;
	padding: 6px 10px;
	border: none;
	background: none;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #7F7F81;
}
#search-submit {
	display: none;
}

/* Page */
#page {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}
/* Content */
#content {
	float: left;
	width: 660px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	}
.title {
	margin: 0px;
	padding-bottom: 10px;
	letter-spacing: -1px;
}

.title a {
	border: none;
	text-decoration: none;
	color: #45121D;
	text-align: left;
}
.meta {
	border-top: 1px solid #CCC2A9;
	border-bottom: 1px solid #CCC2A9;
	padding: 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.entry {
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 18px;
}
#bisaList {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#bisaList table #list2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	background-color: #CCC;
	text-align: center;
}
#bisaList table a {
	color: #C00;
}
#bisaList table #list1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #900;
	text-align: center;
}

#bisaList table #title1 td a:hover {
	color: #090;
	text-decoration: none;
}
#bisaList table a:hover {
	color: #390;
	text-decoration: none;
}




/* Sidebar */
#sidebar {
	float: right;
	width: 220px;
	background-image: url(../images/img07.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 0;
}
#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}
#sidebar li li {
	padding-left: 15px;
	line-height: 35px;
	border-bottom: 1px solid #CCC2A9;
}
#sidebar h2 {
	height: 38px;
	margin-bottom: 20px;
	padding: 0px 0px 0px 15px;
	letter-spacing: -1px;
	font-size: 28px;
	color: #45121D;
}
#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: left;
}
#sidebar a {
	border: none;
	color: #ad1443;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #5D9800;
}
/* Footer */
#footer {
	clear: both;
	width: 980px;
	height: 40px;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#wrapper #page #content .entry #bisaList table tr td #c27img table {
	text-align: center;
}
