@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 12px;
	line-height: 150%;
	color: #333;
	text-align: center;
	background: url(../admin/images/head.gif) repeat-x top;
}

a, a:visited {
	text-decoration: none;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#head {
	height: 85px;
}
.logo {
	float: right;
}

#main  {
	padding: 0 0 0 220px;
}

#menu {
	width: 180px;
	min-height: 300px;
	float: left;
	background: #cdcdcd;
	padding: 10px;
	margin: 0 10px 10px 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 0 0 5px 0;
}

#menu li a, #menu li a:visited {
	color: #000;
	text-decoration: none;
}

.edit {
	color: #CC9900;
}

.delete {
	color: #FF0000;
}