/* CSS Document */
*{
margin:0px;
padding:0px;
}
body {
background-color:#333333; color:#FFFFFF;  /*CHANGE BG COLOR AND FONT COLOR!*/
}

input {background: #CCCCCC; color: #000000;}
textarea {background: #CCCCCC; color: #000000;}
select {background: #CCCCCC; color: #000000;}

a:link {color: #FFFFFF;text-decoration: underline;}
a:visited {color: #FFFFFF;text-decoration: underline;}

#wrapper {
border: 0;
width:730px;
margin:15px auto auto auto;
}

#header {
width:100%;
height:120px;
border:solid 1px;

}
#left {
width:170px;

float:left;
margin-top:10px;
}

#main {
width:550px;
float:left;
margin-top:10px;
margin-left:10px;


}
#mainwindow {

	border-left:solid 0px;
	border-right:solid 0px;
	border-bottom:solid 0px;
	margin-bottom:10px;
	min-height:400px;
	text-align: center;
	}
#mainadmin {

	border-left:solid 0px;
	border-right:solid 0px;
	border-bottom:solid 0px;
	margin-bottom:10px;
	min-height:400px;
	}	

#footer {
width:100%;
height:30px;
float:left;
border:solid 0px;
}

.img {
border: 0px;
margin: 5px;
}

.footer {
font-size:10px;
text-align:center;
}
#leftside {
margin: 10px 10px 0px 0px;
width:180px; 
float:left;
}
	#leftside p {
	width:168px;
	padding:5px;
	border-left:solid 0px;
	border-right:solid 0px;
	border-bottom:solid 0px;
	background:#FFFFFF;
	}
		.leftnews p a:link {color: #0000FF;text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
		.leftnews p a:visited {color: #0000FF;text-decoration: underline; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
	.cats {
	border-left:solid 0px;
	border-right:solid 0px;
	
	margin-bottom:10px;
	}
	.cats p{
	padding:3px;
	border-bottom:dotted 0px;
	}
	
	        
		/*CHANGE HERE IF YOU WANT TO CHANGE COLOR!*/
		.container {
		background:#000000;
		height:25px;
		text-align:center;
		font: bold 14px verdana;
		color:#FFFFFF;
		}
		.roundtop {background:#333333;}
		.roundbottom {background:none;}
		.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #000000;}
		.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #000000;}
		.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #000000;}
		.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #000000;}
		.content {padding: 10px;}	