#mainwrapper {
    position:absolute;
	width: 1024;
	background-position: left;
	margin: 0px 0px;
}
body {
	background-color: #ffdadf;
    font-family:"Verdana","sans-serif";
}

a {
	text-decoration: none;
	color: #990000;
}

a:link, a:visited {
	text-decoration: none;
	color: #990000
}
a:hover {text-decoration: underline; color: red;}


#head_main {
	background-image: url(../../images/top_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 61px;
    width:1024px;
}
#head_ujpest1 {
    position: absolute;
    width:770px;
	height:61px;
    left:0px;
    background-image: url(../../images/topbar01.jpg);
}

#head_lower {
	background-image: url(../../images/top_bg2.gif);
	background-repeat: repeat;
	background-position: left;
	height: 150px;
}

#head_ujpest2 {
    position: absolute;
    left:0px;
    width:486px;
	height:150px;
    background-image: url(../../images/topbar02.jpg);
}

#head_ujpest3 {
    position: absolute;
    left: 486px;
    width:279px;
	height:150px;
    background-image: url(../../images/logo.jpg);
}

#head_ujpest4 {
    position: absolute;
    left: 763px;
    width:180px;
	height:150px;
    background-image: url(../../images/anim.gif);
}

#head_bottom {
	background-image: url(../../images/but_bg.gif);
	background-repeat: repeat;
	background-position: left;
	height: 30px;
    width:1024px;
}

#head_ujpest5 {
    position: absolute;
    left:0px;
    width:210px;
	height:30px;
    background-image: url(../../images/topbar03.gif);
}
 
#head_buttons {
    position: absolute;
    left:211px;
	height:30px;
}

#selector_right {
    position:relative;
    top:0px;
    margin-right:12px;
    margin-left:0px;
    float:right;
    width:250px;
}

#content_menu {
    position:relative;
    width:228px;
    float:left;
}

#content_main {
    position:relative;
    width:580px;
    float:left;
}
#content_select {
    position:relative;
    width:864px;
    float:left;
}
#footer {
    background-image: url(../../images/bottom_bg2.gif);
    clear:both;
    text-align:center;
    }

    #popin{
		position:absolute;
		top:100px;
		padding:10px 10px 30px 10px;
		left:50%;
		margin-left:-300px;
		width:600px;
		background:white;
		border:3px solid #4e1e07;
		z-index:3000;
		display:none;
		opacity:0;
		filter:alpha(opacity=0);
	}

	#popinclose{
		position:absolute;
		bottom:0px;
		left:0px;
		width:620px;
		height:20px;
		text-align:right;
		background:#4e1e07;
		line-height:22px;
		font-size:12px;
	}

	#popinclose a{
		color:#c9b38e;
		text-decoration:none;
	}
