/* MAIN */
body {
	background-color:#34769C;
	background-image:url("/_img/bkg.png");
	background-repeat:repeat-y;
	color:#000000;
	font-size:12px;
	font-family:verdana,arial,helvetica,sans-serif;
	margin:0px;
	}
a:link { color:#2065D0; text-decoration:none; text-decoration:none; }
a:visited { color:#2065D0; text-decoration:none; text-decoration:none; }
a:hover { color:#FFFFFF; text-decoration:none; background-color:#2065D0; }

#contentBKG {
	width:768px;
	background-image:url("/_img/content_wrap_bkg.png");
	background-repeat:no-repeat;
	}

#content {
	width:520px;
	padding:20px;
	background-image:url("/_img/content_bkg.png");
	background-repeat:repeat-y;
	}

#tabs { width:560px; }

.date { font-size:10px; font-family:tahoma,verdana,arial,helvetica,sans-serif; }
.headline { font-size:14px; font-weight:bold; color:#115379; }
.header { font-size:12px; font-weight:bold; color:#115379; }
.line { height:0px; margin-top:2px; margin-bottom:2px; border-bottom-width:1px; border-bottom-style:dashed; border-bottom-color:#115379; }
.clear { clear:both; height:0px; }

hr { color:#115379; height:1px; }

.newsEntry { margin-bottom:30px; }

#footer { width:520px; background-image:url("/_img/footer_bkg.png"); background-repeat:no-repeat; padding-top:10px; padding-left:20px; padding-right:20px; }

#cDebris { position:absolute; left:588px; top:561px; width:139px; height:99px; }

#rss { position:absolute; left:566px; top:673px; width:183px; }

#moblog { overflow:hidden; width:260px; height:120px; text-align:center; float:left; }
#counter { width:260px; text-align:center; float:left; }

#shirtAd { border-top:1px solid #E3E3C3; padding:3px; text-align:center; margin-bottom:5px; }

/* ADMIN */
table.addnews { width:500px; }
td.addnewsDesc { width:150px; font-weight:bold; padding:5px; }
td.addnewsDescError { width:150px; font-weight:bold; background-color:#880000; color:#FFFFFF; padding:5px; }
td.addnewsInput { width:350px; padding:5px; }
input.addnewsInput { width:300px; border-width:1px; border-color:#000000; border-style:solid; }
textarea.addnewsTextArea {
	font-family:verdana,arial,helvetica,sans-serif;
	width:340px;
	height:250px;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	padding:2px;
	}
input.addnewsButton { width:100px; border-width:1px; border-color:#95C8F3; border-style:outset; background-color:#395C72; font-weight:bold; color:#FFFFFF; padding:2px; }