/* Setting Up Basic Styles */

body {
background:url(https://i.imgur.com/YmcemLp.png);
background-repeat: no-repeat;
background-attachment: fixed;
font-family:Calibri, Arial, Tahoma, sans-serif;
color:#bcbcbc;
font-size:12px;
}

br {
   display: block;
   margin: 3px 0;
}

hr {
   display: block;
   margin: 3px 0;
}

#wrapper {
width:950px;
margin:0 auto;
}

table {
width:100%;
background:url(https://i.imgur.com/GJXHoHf.png);
background-repeat: no-repeat;
background-attachment: scroll;
border-radius: 20px;
border: 2px solid #060606;
}

/* Here's for the top most links */

th {
padding:10px;
}

/* Next is our background for the title box, just save your image to the media folder, and put it's name and type in the box. */

#image {
background:url("https://i.imgur.com/Wyb58EK.png") center no-repeat #262626;
height:150px;
border-bottom: 1px solid #272727;
}

#image span {
position:relative;
font-size:25px;
padding:10px;
font-family:Georgia, Times New Roman, serif;
}

/* Change the color of the link for your site title here */

#image a{
color:#a0a0a0;
text-decoration:none;
font-style:italic;
font-weight:bold;
text-shadow: 0px 1px 1px #a1a1a1;
}
#image a:hover {
text-shadow: 0px 1px 1px #a1a1a1;
}

/* Standard table cell definitions */

td {
background:url(https://i.imgur.com/GJXHoHf.png);
background-repeat: no-repeat;
background-attachment: scroll;
}

/* Let's fix up your menu */

#menu {
width:22%;
background:url(https://i.imgur.com/6y131C4.png);
background-repeat: repeat;
background-attachment: scroll;
vertical-align:top;
margin-bottom: 10px;
border-right: 1px solid #000000;
text-align:center;
}

#menu p{
margin:auto 10px;
padding:2px;
text-align:center;
}

#menu h1 {
font-size: 11pt;
border-bottom: none;
margin:2px auto 3px 10px;
color: #bcbcbc;
text-transform:none;
}

#menu a {
margin:auto 10px;
display: block;
padding: 2px;
text-transform: none;
letter-spacing: 1px;
text-align:center;
}
		
#menu a:hover {
color: #d1d1d1;
}
	
#content {
padding-left: 25px;
padding-right: 20px;
vertical-align:top;
background:url(https://i.imgur.com/6y131C4.png);
background-repeat: repeat;
background-attachment: scroll;
}

#footer {
font-size:10px;
text-align:center;
}

#footer a:link {
color:#a1a1a1;
}

#content p {
padding:3px;
margin:auto 10px;
}


#content h1 {
font-size: 16pt;
font-family:Constantia;
text-align:center;
border-bottom: 1px solid #a0a0a0;
margin:10px;
color: #bcbcbc;
}

a{
text-decoration:none;
color:#a0a0a0;
}
a:hover {
color:#d1d1d1;
}      

#tbody table {
border:none;
}   