html {
background:/*#033202 url(../images/bgrepeat.png) repeat-x*/;
text-align:center;
width:100%;
}

body {
background:url(../images/menu/bgrepeat.png) repeat-x #000000;
background-color:#000000;
font-family:Helvetica;
font-size:16px;
text-align:left;
margin:0 auto;
padding-top:0px !important;
text-align: center;
}

/*#mainarea {
background:url(../images/menu/contentbg.jpg) repeat-x #000000;
width:1024px;
height:832px;
text-align:center;
margin: 0 auto;
position: relative;
}*/

#contentarea {
background:url(../images/menu/contentbg.png) repeat-x #000000;
width:960px;
height:550px;
text-align:left;
margin: 0 auto;
position: relative;
top: 4px;
color:#E3CFC8;
text-decoration:none;
font-family: verdana, arial;
font-size: 12px;
/*overflow-y:scroll;*/
scrollbar-face-color: #E3CFC8;
scrollbar-base-color: #E3CFC8;
scrollbar-3dlight-color: #E3CFC8;
scrollbar-highlight-color: #E3CFC8;
scrollbar-track-color: #E3CFC8;
scrollbar-arrow-color: #000000;
scrollbar-shadow-color: #E3CFC8;
scrollbar-dark-shadow-color: #E3CFC8;
}

#bigcontent {
width:960px;
height:550px;
overflow-y:scroll;
scrollbar-face-color: #E3CFC8;
scrollbar-base-color: #E3CFC8;
scrollbar-3dlight-color: #E3CFC8;
scrollbar-highlight-color: #E3CFC8;
scrollbar-track-color: #E3CFC8;
scrollbar-arrow-color: #000000;
scrollbar-shadow-color: #E3CFC8;
scrollbar-dark-shadow-color: #E3CFC8;
}

#navbar {
padding-top: 293px;
margin: 0;
width: 960px;
height: 30px;
}

#socialarea {
position: absolute;
top: 10px;
left: 840px;
margin: 0;
width: 128px;
height: 48px;
}

#musicplayer {
position: absolute;
top: 164px;
left: 740px;
margin: 0;
width: 300px;
height: 80px;
}

#blogbuttonarea {
position: absolute;
top: 140px;
left: 620px;
margin: 0;
width: 88px;
height: 48px;
}

#pgbutton {
position: absolute;
top: 132px;
left: 635px;
margin: 0;
width: 110px;
height: 53px;
}

#ad {
position: absolute;
top: 232px;
left: 1000px;
margin: 0;
width: 120px;
height: 600px;
}

#logo {
position: absolute;
top:28px;
left:58px;
width:280px;
height:150px;
}

#marlonbutton {
position: absolute;
top:24px;
left:800px;
width:155px;
height:155px;
}

#marlonstartimg {
position:absolute;
top:190px;
left:290px;
text-align:center;
}

.nav{
height:30px;
margin: 0;
padding: 0;
list-style: none outside none;
}

.nav ul li {
display: inline;
}

table {
    padding: 5px;
  	color:#E3CFC8;
  	border-spacing: px 5px;
  	border-collapse: separate;
  	vertical-align: top;
}

td {
    padding: 10px;
    vertical-align: top;
    text-align:center;
}

.recipeimage { 
   border:1px solid #EAEB5E;
}

.recipebutton { 
   border:1px solid #000000;
}

.socialimg { 
   padding: 4px;
}

/* unvisited link */
a:link {
    color: #E3CFC8;
    text-decoration:none;
}

/* visited link */
a:visited {
    color: #E3CFC8;
    text-decoration:none;
}

/* mouse over link */
a:hover {
    color: #E3CFC8;
    text-decoration:none;
}

/* selected link */
a:active {
    color: #E3CFC8;
    text-decoration:none;
}