a img { border:0 }
A:link {color:#FFF;}
A:visited {color:#FFF;}
A:active {text-decoration: none}
A:hover {color: #c3ad2e;}

@font-face {
    font-family: 'MerriweatherRegular';
    src: url('fonts/merriweather-regular-webfont.eot');
    src: url('fonts/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweather-regular-webfont.woff') format('woff'),
         url('fonts/merriweather-regular-webfont.ttf') format('truetype'),
         url('fonts/merriweather-regular-webfont.svg#MerriweatherRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MerriweatherBold';
    src: url('fonts/merriweather-bold-webfont.eot');
    src: url('fonts/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweather-bold-webfont.woff') format('woff'),
         url('fonts/merriweather-bold-webfont.ttf') format('truetype'),
         url('fonts/merriweather-bold-webfont.svg#MerriweatherBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 { color:#FFF; font-size:30px;}

h2 { color:#FFF; font-size:30px; margin-left:20px; text-decoration:underline; font-weight:normal;} /* Pizzad / Burger */

h3 { color:#FFF; font-size:30px; margin-left:20px;  font-weight:normal;} /* Pizzad / Burger */

p { color:#FFF; }

#wrapall {
width:960px;
height:700px;
margin:auto;
margin-top:-10px;
border-left:2px solid #cbb530;
border-bottom:2px solid #cbb530;
border-right:2px solid #cbb530;
}

#wrapbutton {
width:960px;
height:100px;
margin:auto;
margin-top:2px;
background-color:transparent;
}

body {
background-image: url(images/noise.jpg);
background-repeat: repeat-x,y;
}

#wrapper {
	
	font-family: Merriweather;
	background-image:url(images/body.jpg);
width:960px;
height:600px;
background-color:#000;
}

#headwrap {
	font-family: Merriweather;
width:960px;
height:100px;
background-color:transparent;
}

#header {
	
background-color:transparent;

float:left;
width:400px;
height:100px;
}

#headerfb {
	
background-color:transparent;

float:left;
width:75px;
margin-top:1px;
height:55px;
}

#menu li{
	
	list-style:none;
border-bottom:1px dotted #FFF;
line-height:1.5;
margin:0 0 0 0;
position:relative;
width:100%;
float:left

}

#menu li span{
	font-size:18px;
font-style:normal;
color:#fff;
float:right;

}

#menu li em{
	font-size:18px;
font-style:normal;
color:#fff;
float:left;

}

#clear {
clear:both;
}



#content {
	
overflow:auto;

background-color:transparent;
padding:30px;
float:right;
margin-right:20px;
margin-top:70px;
width:500px;
height: 470px
}

#sidebar {
font-size:26pt;
background-color:transparent;
width:300px;
height:600px;
float:left;
padding:0px;
margin-left:75px;
}

#sidemenu {
	font-size:25px;
	text-align:center;
	position: relative; top: 35%;
width:290px;
height:300px;
background-color:transparent;
}

#sidebar a {
text-decoration:none;
}

#sidebar li {
list-style:none;
}



