/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #000000;
}

#main {
	width: 902px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -451px;
	/*border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #FFFFFF;*/
}

#header {
	width: 339px;
	height: 81px;
	background-image: url(../im/images/adminhead_01.jpg);
	background-repeat: no-repeat;
	margin: 10px;
}

#header h1 {
	display: none;
}

#movetable {
	width: 452px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -226px;
	margin-top: 200px;
	border: 1px solid #999999;
}

#movetable table {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navigation {
	width: 200px;
	height: auto;
	float: left;
	background-color: #666666;
	margin-top: 30px;
}	

#editingnavtop{
	width: 160px;
	height: auto;
	background-color:#333333;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	color: #CCCCCC;
	font-weight: bolder;
	padding-left: 40px;
	padding-bottom: 5px;
	border-bottom: 3px groove #000000;
}

#navigation ul {
	list-style: none;
	margin-top: 5px;
}

#navigation ul li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #333333;
	/*padding-top: 10px;*/
}

#navigation ul li a:link {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#navigation ul li a:visited {
	text-decoration: none;
	color: #ffffff;
}

#navigation ul li a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #333333;
	
}

#navigation ul li a:active{
	text-decoration: none;
	color: #ffffff;
}

#loggedin {
	color:#FFFFFF;
	width: 480px; 
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	padding-bottom: 10px; 
	margin-top: 200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	border-bottom: 1px solid #666666;
}

#bottomarticle{
	width: 650px;
	height: auto;
	margin-top: 40px;
	float: left;
	margin-left: 25px;
	/*background-color: #CCCCCC;*/
}

#bottonarticleheader{
	width: 650px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
}
	
#bottomarticleedit{
	width: 600px;
	height: 100px;
	margin: 25px;
	color:#FFFFFF;
	/*background-color: #009999;*/
}

#bottomarticleedit strong{
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#bottomarticleedit span{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#bottomarticleeditarticle{
	width: 400px;
	height: 90px;
	overflow: hidden;
	color:#FFFFFF;
}

#bottomarticleeditarticle span{
	overflow: hidden;
}
