#banner {
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat-x;
	height: 95px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#mainbox {
	background-image: url(images/box-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	background-color: #f3f4fa;
	text-align: center;
	height: 200px;
}

#logo {
	position: absolute;
	right: 0px;
	top: 0px;
}
#listedbox {
	width: 50%;
	float: left;
	font-size: x-small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#subbox {
	background-color: #E2E5F2;
	background-image: url(images/subbox-bg.jpg);
	background-repeat: repeat-x;
	float: right;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	height: 200px;
}

.navbox {
	background-color: #F3F4F9;
	position: absolute;
	top: 15px;
	border: 1px solid #666666;
	padding: 2px;
	visibility: hidden;
}
a:link,a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
}
.ecks {
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bclink:link,.bclink:visited {
	text-decoration: none;
	color: #666666;
	padding-right: 2px;
	padding-left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F3F4F9;
	border-left-color: #F3F4F9;
}
.quote {
	font-style: italic;
	background-color: #F3F4F9;
	border: 1px dotted #CCCCCC;
	padding: 5px;
	margin-right: 5%;
	margin-left: 5%;
}
.quotecred {
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
}


.bclink:hover {
	background-image: url(images/navoverbg.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	color: #333333;
}



#breadnav {
	position: absolute;
	top: 75px;
	height: 20px;
	padding-left: 5px;
	left: 0px;
	font-size: 10pt;
}
#content {
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer {
	background-color: #F3F4F9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: center;
	width: 100%;
	clear: both;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
.entry img {
	float: left;
	margin-right: 5px;
}

h1 {
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333366;
	color: #333366;
}
#contact {
	float: right;
	border: 1px dashed #999999;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: right;
}
.entry {
	border: 1px dotted #CCCCCC;
	background-color: #F3F4F9;
	margin-bottom: 10px;
	padding: 5px;
	clear: left;
}
.error {
	color: #FF0000;
	background-color: #FFFFCC;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #FF0000;
}
h2 {
	font-size: medium;
	color: #333366;
}
.tags {
	font-size: x-small;
	text-align: right;
	float: right;
	font-weight: normal;
}
input,textarea,select,option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#appearances {
	padding: 2px;
	font-size: x-small;
	clear: both;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(images/appbox-bg.jpg);
	background-repeat: repeat-x;
}
hr {
	border: 1px solid #666666;
	color: #666699;
}
.box-top {
	background-image: url(images/box_top.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-position: bottom;
	height: 15px;
}


.box-topleft {
	background-image: url(images/box_topleft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	width: 15px;
}
.box-topright {
	background-image: url(images/box_topright.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 15px;
	width: 15px;
}
.box-middle {
}
.box-center {
	padding: 5px;
}

.box-left {
	background-image: url(images/box_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
	width: 15px;
}
.box-right {
	background-image: url(images/box_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	width: 15px;
}
.box-bottom {
	background-image: url(images/box_bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 15px;
	width: 100%;
}
.box-bottomleft {
	background-repeat: no-repeat;
	background-image: url(images/box_bottomleft.jpg);
	background-position: right top;
	height: 15px;
	width: 15px;
}
.box-bottomright {
	background-image: url(images/box_bottomright.jpg);
	background-position: left top;
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
}
#adsense {
	float: right;
	width: 120px;
	background-color: #F3F4F9;
	height: 600px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.tags2 {
	font-size: x-small;
	text-align: right;
	font-weight: normal;
	background-color: #F3F4F9;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: -5px;
}
