body {
	background-color: #2d0103;
	color: #fff;
	direction: ltr;
	font-family: Times New Roman;
	margin: 0;
    padding: 0;
}

#wrapper {
	height: 550px;
	margin: 0 auto;
	width: 700px;
}

#container {
    background-image: url('images/table.jpg');
	height: 500px;
	top: 50px;
	position: relative;
	width: 700px;
}

#menu {
    display: inline;
    left: 0;
    position: relative;
    top: 22%;
    width: 160px;
}

#menu ul {
    display: inline;
    margin: 0;
    padding: 0;
    width: 160px;
}

#menu ul li{
    display: block;
    list-style: none;
    padding-bottom: 10px;
}

#menu ul li a{
    font-size: 16pt;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

#menu ul li a:hover{
    color: #bbb;
    text-decoration: underline;
}

#marquee {
    display: inline;
    float: left;
    font-size: 15pt;
    font-weight: bold;
    color: #f8de93;
    left: 0;
    position: relative;
    top: 20%;
    width: 160px;
}

#content {
    display: inline;
    float: left;
    margin: 0 auto;
    position: relative;
    width: 400px;
    text-align: center;
    top: -30px;
}

#content p {
    color: #fff;
    font-size: 18pt;
    font-weight: bold;
    text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}

#content p a {
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    padding-top: 15px;
    text-decoration: none;
    text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}

#content p a:hover {
    text-decoration: underline;
    color: #bbb;
    text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}

#aboutContent {
    display: inline;
    float: left;
    left: -5px;
    position: relative;
    width: 540px;
    text-align: left;
    top: -10%;
}

#aboutContent p {
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    margin: 25px 0 5px -5px;
    padding: 0;
    text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}

#aboutContent ul {
    color: #fff;
    font-size: 13pt;
    font-weight: bold;
    margin: 0 0 0 25px;
    padding: 0;
}
#aboutContent ul li{
    line-height: 15pt;
    list-style-type: disc;
    padding-bottom: 10px;
    text-align: justify;
    text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}

#contactContent {
    display: inline;
    float: left;
    left: 0;
    position: relative;
    width: 400px;
    top: -5%;
    text-align: center;
}

#contactContent p {
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
    width: 400px;
}

#contactContent p.email:hover {
    text-decoration: underline;
}

#contentDonwload {
    display: inline;
    float: left;
    left: 2%;
    position: relative;
    width: 470px;
    top: -5%;
    text-align: left;
}

#contentDonwload p {
    line-height: 20pt;
    padding-bottom: 10px;
}

#contentDonwload p a {
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    padding-top: 15px;
    text-decoration: none;
    text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}

#contentDonwload p a:hover {
    text-decoration: underline;
    color: #bbb;
    text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}