@CHARSET "ISO-8859-1";

body {
	background-color: #261d0c;
	background-image: url("/img/bodybg.jpg");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a3a8ac;
	margin: 0;
}

img {
border-style: none;
}

a {
	color: #a3a8ac;
	text-decoration: none;
}
a:hover {
	color: #cfd4d8;
}

#wrapper {
	width: 880px;
	height: 570px;
	margin: auto;
	margin-top: 30px;
	
	position: relative;
	
}

#nav_pri {
	width: 140px;
	position: absolute;
	left: 10px;
}

#nav_pri ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

#nav_pri ul li {
	list-style-type: none;
	margin: 15px 0 15px 0;
	padding: 0;
}

#nav_pri ul li a#selected {
	color: #ffffff;
}

#content {
	width: 540px;
	height: 540px;
	padding: 15px;
	position: absolute;
	left: 170px;
	top: 0px;
	background-color: #ffffff;
	/*background-image: url("/img/bg_index.jpg");*/
	background-position: 15px 15px;
	background-repeat: no-repeat;
}

#content ul {
	margin-left: 0;
	padding: 0;
	position: absolute;
	left: 345px;
	top: 60px;
}

#content ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

#content ul li a span.imgcount {
	font-size: 14px;
	position: relative;
	top: 3px;
}

#contact {
	color: #a3a8ac;
	position: absolute;
	bottom: 15px;
	right: 0px;
	width: 120px;
	font-size: 11px;
}

#contact img {
	margin-bottom: 5px;
}

#contact br {
	margin-bottom: 5px;
}

#imageleftlink {
	position: absolute;
	top: 265px;
	left: 5px;
}

#imagerightlink {
	position: absolute;
	top: 265px;
	right: 5px;
}

#imagedelete {
	position: absolute;
	top: 15px;
	right: 15px;
}