﻿#container {
	width: 960px;
	height: 685px;
	padding-top: 0px;
	margin: 0px auto;
}
#containereditor {
	width: 960px;
	height: 1085px;
	padding-top: 0px;
	margin: 0px auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dddddd;
	background-image: url('../images/backgroundtile.jpg');
    background-repeat: repeat;
   }
#content {
	width:700px; 
	height:546px;
    text-align: justify; 
    padding: 20px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
#content li{
	margin-top:15px;
	margin-bottom:15px;
}

#editor {
    margin-left:20px;
	width:720; 
	height:886px;
    overflow: auto;
}
#footer {
    margin-left: 100px;
}
/* Navigation */
#navigation {
	margin: 0px;
	padding: 0px;
	height: 586px;
	width: 200px;
    font-size: 0; 
    background-image: url('../images/line-left.png');
    background-repeat: repeat-y;
}
#navigation ul {
	list-style-type: none;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 70px;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	height:70px;
	width:200px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#navigation a:hover {
	color: #990000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#navigation img {
	padding: 0px;
	margin: 0px;
	font-size: 0;
}


#navigationeditor {
	margin: 0px;
	padding: 0px;
	height: 586px;
	width: 200px;
    font-size: 0; 
}
#navigationeditor ul {
	list-style-type: none;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#navigationeditor li {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 70px;
}
#navigationeditor a {
	color: #ffffff;
	text-decoration: none;
	height:70px;
	width:200px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#navigationeditor a:hover {
	color: #990000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#navigationeditor img {
	padding: 0px;
	margin: 0px;
	font-size: 0;
}







#rightborder {
	width:20px;
	padding: 0px;
	margin: 0px;
}

.catlinks {
	color: black;
}

img.imgFader {
	font-size: 0;
}
a, a:visited {
	color:#ffffff;
}

#ticker {
	font-weight: bold;
}

