body {
	line-height: 110%;
	position: relative;
	margin: 0px 0px 0px 0px;
	background-image: url(/img/background.gif);
	background-repeat: repeat;
}

a {
	text-decoration: underline;
}

a:link {
	color: #62798E;
}

a:visited {
	color: #62798E;
}

a:active {
	color: #62798E;
}

a:hover {
	color: #62798E;
}

h1, h2, h3 {
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

hr {
	color: #505050;
	border-width: 2px;
	border-style: dotted;

	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}

img {
	border: 0px;
}

img.border {
	border: 3px;
	border-style: solid;
	border-color: #62798E;
}

pre {
	width: 460px;
	border: solid 1px #CCCCCC;
	padding: 5px;

	background-color: #F6F6F0;	

	overflow: auto;
}

.important {
	color: #CC3300;
	font-weight: bold;
}

p.span {
	height: 30px;
}

#container {
	position: absolute;

	/* width: 3280px; */
	width: 3290px;
	height: 640px;

	top:40px;

	margin: 0px;
	padding: 0px;

	background-color: #FFFFFF;
}

#header {
	text-align: center;
	width: 170px;
	height: 640px;
	margin-top:  0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
	float: left;
}

#header object {
	position: relative;
	top: -288px;
}

#header2 {
	width: 40px;
	height: 640px;
	margin: 0px;
	padding: 0px;

	float: left;
}

#tools {
	width: 120px;
	height: 400px;
	margin-top: 10px;
	padding: 0px;

	float: left;
}

.tool {
	width: 120px;
	padding-top: 10px;
	padding-bottom: 10px;

	color: #505050;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

.paginate {
	font-family: Verdana, Arial, sans-serif;
	padding: 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#entries {
	/* width: 2900; */
	width: 2903px;
	height: 640px;

	margin: 0px;
	padding: 0px;

	float: left;
}

.entry {
	position: relative;

	color: #505050;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;

	width: 520px;
	height: 640px;
	margin: 0px;
	padding: 0px;

	background-image: url(/img/line.gif);
	background-repeat: repeat;

	overflow: auto;

	float: left;
}

.entrycontent {
	padding: 15px;
	marging: 0px;
}

.entryfooter {
	position: absolute;

	left: 30px;
	bottom: 1em;
}

.gap {
	width: 60px;
	height: 640px;
	
	float: left;
}


#footer {
	width: 50px;
	height: 640px;
	margin: 0px;
	padding: 0px;

	background-image: url(/img/footer.jpg);
	background-repeat: no-repeat;

	float: right;
}


#subcontainer {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;

	background-color: #FFFFFF;
}

#blogparts {
	position: absolute;
	right: 10px;
	top: 200px;
	padding: 3px;
	border: solid 2px #62798E;
	background-color: #FFFFFF;
}

#subheader {
	width: 640px;
	height: 200px;

	margin: 0px;
	padding: 0px;
}


#subentries {
	width: 520px;

	margin-left: auto;
	margin-right: auto;
	padding: 0px;

	background-image: url(/img/subline.gif);
	background-repeat: repeat;
}

.subentry {
	width: 520px;

	color: #505050;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.comments {
	width: 520px;
}

.commentform {
	width: 520px;
	
	color: #505050;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}


#subfooter {
	width: 640px;
	height: 80px;
}

.yellowmarker {
	background-color: #FFFF88;
}

.greenmarker {
	background-color: #88FF88;
}

.redmarker {
	background-color: #FFCCCC;
}