* {
        padding: 0;
        margin: 0;
}

body {
        background: #150f0f;
        font-family: arial, sans-serif;
}

#main {
        margin-left: auto;
        margin-right: auto;
        width: 788px;
        height: 647px;
}

#main h1 {
        font-size: 11pt;
        margin-top: 10px;
}

#main p {
        font-size: 8.5pt;
        padding: 5px 0;
}

#y_bar {
        background: #b48f2e;
        width: 788px;
        height: 11px;
}

#nav {
        background: #312f2f;
        width: 788px;
        height: 30px;
        font-size: 9pt;
        font-weight: bold;
}

#nav ul {
        list-style-type: none;
        padding: 8px 0 0 0;
        margin: 0;
        text-align: center;
}

#nav li {  
        display: inline;
        padding: 0 10px 10px 10px;
        letter-spacing: 1px;
}

#nav a {
        color: #c7c7c7;
        text-decoration: none;
}

#nav a:hover {
        color: #b48f2e;
        text-decoration: none;
}

#center {
        background: #f4efe4;
        position: absolute;
        top: 119px;
        width: 788px;
        height: 481px;
}
/*
#content {
        width: 788px;
        height: 481px;
		z-index: 0;
}
*/
#foot {
        position: absolute;
        top: 600px;
}

#l_bar {
        background: #b48f2e;
        width: 788px;
        height: 5px;
}

#footer {
        background-image: url(images/foot.jpg);
        width: 788px;
        height: 42px;
        font-size: 8pt;
        font-weight: bold;
        color: #adadaf;
}

#footer ul {
        list-style-type: none;
	padding: 14px 0 0 0;
	margin: 0;
	text-align: center;
}

#footer li {
	display: inline;
    padding: 0;
	margin: 0;
}

#footer a {
        color: #adadaf;
        text-decoration: none;
}

#footer a:hover {
        color: #b48f2e;
        text-decoration: none;
}

#head {
	position: relative;
	z-index: 10;
}

#menuAbout {
	position: absolute;
	top: 115px;
	left: 458px;
	background-color: #b48f2e;
	display: none;
	z-index: 10;
}

#menuAbout ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menuAbout ul li {
	display: block;
	padding: 6px;
}

#menuAbout ul li a {
	color: white;
}

#menuAbout ul li a:hover {
	color: white;
}#boxRightBottom h2 {
	font-size: 17px;
	color: #FFF;
	padding-left: 0px;
	margin-left: -8px;
	padding-top: 0px;
	margin-top: 0px;
}

