div.menu {
        position:fixed;
        top:185px;
        left:1em;
}

div.menu_item {
        width:7em;
        height:1em;
        color:#faeeee;
        margin-top:1em;
        display: block;
}
div.menu_item a:link {
	   display: block;
		color: #990000;
		border-bottom: 1px solid #CC6600;
		font-weight: bold;
		}

body {
	background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #F7F9C8
}

div.menu_item a:visited {
		color: #CC6600;
		display: block;
		border-bottom: thin solid #CC6600;
        font-weight: bold;
}

div.menu_item a:hover {
        color: #FF6633;
		  background-image: url(../images/main.gif);
}

div.menu_item:hover {
        background-color:#AA0000;
        color:#FFFFFF;
        font-weight: bolder;
}
div.hidetop {
	position:fixed;
    background: url(../images/top.gif) no-repeat;
    top: 0px;
    left: 0px;
    height: 134px;
    width: 100%;
    z-index: 10;
}

div.ie_container {
}

div.content {
	position:absolute;
	left:203px;
	top:153px;
	color:#000000;
	overflow: hidden;
	width: 590px;
	z-index: 1;
	padding-left: 2em;
	padding-right: 2em;
	height: 3691px;
}

div.menu_background {
	position:fixed;
	top:134px;
	left:0px;
	height:100%;
	width:100%;
	background-image:url(../images/mid.gif);
  background-repeat: no-repeat
}

div.brot {
  font-stretch: expanded;
  color: #666666;
  text-align: left;
  letter-spacing: 2px
}
div.main {
	position:fixed;
	top:580px;
	left:0px;
    height:30%;
	width:100%;
  background-image: url(../images/main.gif);
  background-repeat: repeat-y
}
div.bot {
	position:fixed;
	bottom:10px;
    right: 20px;
    height:65px;
	width:120px;
    background-image: url(../images/men.gif);
    background-repeat: no-repeat;
    z-index: 15;
}
div,body {
	font-family:Verdana, Arial, Helvetica;
    color: #993333;
}
p,h1,h2,h3 {
	font-family:Verdana, Arial, Helvetica;
    color: #993333;
    text-align: left
}
a {
    font-family:Verdana, Arial, Helvetica;
	text-decoration:underline;
	color:#993333;
}

a:hover {
	text-decoration:none;
}

h2 {
	font-size:140%;
}
h1 {
	font-size:160%;
}
.pic {
	position:fixed;
	top:200px;
	right:7%;
}

.hide {
   display: none;
}
.left {
	background-position: left;
	font-weight: bold;
	color: #993333;
}
.contentmenu {
	text-align: left;
	padding-left: 200px;
}
