@CHARSET "ISO-8859-1";

body {
	font-family: Arial, sans;
	width: 98%;
}

body a {
	color: #617ebd;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#page, #startpage {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	height: 870px;
}

#page {
	background: url(../images/full_bg.png) 0px 0px no-repeat;
}

#categoryimage {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 810px;
	height: 140px;
	overflow: hidden;
}

#logobox {
	position: absolute;
	left: 810px;
	top: 27px;
	width: 156px;
	height: 100px;
}

#navigation {
	left: 820px;
	position: absolute;
	top: 155px;
	width: 140px;
	height: 670px;
	z-index: 2;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	font-size: 12px;
	margin: 0px;
	margin-bottom: 10px;
}

a.active {
	color: #000;
}

#navigation ul ul {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#navigation ul ul li {
	font-size: 10px;
	margin: 0px;
	margin-bottom: 5px;
}

#navigation ul ul ul {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#navigation ul ul ul li {
	margin-bottom: 0px;
}

#content {
	position: absolute;
	left: 15px;
	top: 155px;
	width: 790px;
	height: 637px;
	background-color: transparent;
	overflow: auto;
}

#more_buttons {
	position: absolute;
	top: 756px;
	left: 815px;
	z-index: 10;
	font-size: 0.9em;
	width: 140px;
}

.next {
	position: absolute;
	right: 0px;
}

.prev {
	position: absolute;
	left: 0px;
}

#location_buttons {
	position: absolute;
	top: 815px;
	right: 225px;
	font-size: 10px;
}

#location_buttons a {
	margin-left: 10px;
}

#content .magazine_gallery {
	margin-left: 5px;
	z-index: 85;
}

.mceContentBody {
	background-color: transparent !important;
}

.flashvideo {
	margin: 10px auto;
}

