body {
    background-color:white;
    font-size:1em;
    font-family: Script MT Bold, Helvetica;
    background: url(background.jpg) no-repeat top left;
}

a {
    text-decoration: none;
}
a:link {
    color: silver;
}
a:visited {
    color: black;
    font-weight:bold;
}
a:hover {
    color: black;
}
a:active {
    color:black;
}

h1 {color:black;
	font-size:50px;
	font-family: Script MT Bold, Helvetica;
}

h2 { color:#000000;
	 text-align: center;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
}

#title_block {
	position:absolute;
	top: 10px;
	left: 360px;
}


#left_block {
	position:absolute;
	top: 216px;
	left: 42px;
	width: 200px;
	text-align: center;
	font-size: 2em;
}
#top_menu {
	height: 91px;
	background: url(menu_head.jpg) no-repeat center center;
}
#bottom_menu {
	height: 80px;
	background: url(menu_bottom.jpg) no-repeat center center;
}
#left_block .active {
    color: silver;
}


#content {
    position: absolute;
    top: 200px;
    left: 350px;
    width: 400px;
    text-align: center;
}

    #content #top {
        height: 69px;
        background: url(top_bg.gif) repeat-x;
        text-align: center;
    }
        #top A IMG {
            border: none;
        }
    #content #text {
        background: #bed3ce;
        margin-top: 30px;
    }
    #text.center {
        padding: 2em;
    }
    #text.text {
        padding: 3px;
        height: 15em;
        overflow: auto;
        text-align: left;
    }
	
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 700px;
	height: 600px;
	left: 100px;
	top: 25px;
	background-color:#0099CC;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
	background-color:#FFFFFF;
	
	
	
}
