html {
overflow-y:scroll
}

body {
margin: 10px 50px 50px 50px;
background-color: #FFFFFF;
}

h1 {
font-family:'Fredericka the Great',proxima-nova-1,proxima-nova-2,"Helvetica Neue", Helvetica, Arial, sans-serif;
font-style:normal;
font-size:88px;
font-weight:300;
text-transform:uppercase;
color:#222;
text-align:left;
margin-top:0;
margin-bottom:0
}

h2 {
font-family:'Indie Flower',proxima-nova-1,proxima-nova-2,"Helvetica Neue", Helvetica, Arial, sans-serif;
font-style:normal;
font-size:45px;
font-weight:800;
text-transform:uppercase;
color:#000;
text-align:center;
margin-top:0;
margin-bottom:0
}

h3 {
font-family: 'Indie Flower',"proxima-nova-1","proxima-nova-2","Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-size: 30px;
font-weight: 800;
color: #000000;
margin-top: 0;
margin-bottom: 0;
}

h4 {
font-family:'Indie Flower',proxima-nova-1,proxima-nova-2,"Helvetica Neue", Helvetica, Arial, sans-serif;
font-style:normal;
font-size:20px;
font-weight:200;
color:#000;
margin-top:0;
margin-bottom:0
}

ul, li { 
    margin: 0;
}

a:link {
text-decoration:none;
color:#000;
}

a:visited {
text-decoration:none;
color:#000;
}

a:active {
text-decoration:none;
color:#000;
}

a:hover {
text-decoration:underline;
color:#9D1309;
}

a.email {
	color:#0000FF;
	text-decoration:underline;
}

#topbar {
    position: fixed;
    z-index: 100; 
    top: 0; 
    left: 0;
    width: 100%;
    background-color:#222222;
    height:20px;
}

#bottombar {
    position: fixed;
    z-index: 100; 
    bottom: 0; 
    left: 0;
    width: 100%;
    background-color:#222222;
}

#menu {
font-family: 'Indie Flower',"proxima-nova-1","proxima-nova-2","Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:700;
text-transform:uppercase;
list-style-type:none;
font-size:20px;
height:40px;
width:500px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#menu li {
float:right;
margin:0
}

#menu li a {
text-decoration:none;
display:block;
line-height:40px;
color:#000;
padding:0 20px
}

#menu li a:hover,#menu li.active a {
border-bottom:2px solid #DDD;
color:#000
}

/* Black Menu */
#menu_wrapper.black ul {
border-top: 2px solid
border-bottom: 2px solid
background: #FFFFFF;}

#menu_wrapper.black a {color: #000;}

#menu_wrapper.black li a:hover, #menu_wrapper.black li.active a {color: #000; border-bottom: 2px solid #444444;}

#menu_wrapper {
    position: absolute;
    top: -5;
    left: 50;
}

#sub_wrapper {
    position: relative;
}

#bar {
    position: absolute;
    top: -55;
    left: -15;
}


#bottom {
    top: 500;
    left: -35;
}

#menuwrapper {
    z-index: 10;
}

#main {
position:relative;
float:left;
background:#FFFFFF;
width:700px;
z-index:20;
}

#wrapper {
width:900px;
background:#FFFFFF;
padding:25px;
overflow: auto;
/* border:4px double; */
-moz-border-radius: 15px;
border-radius: 15px;
margin-left: auto ;
margin-right: auto ;
z-index:20;
}

#indent {
	margin-left:75px;
}

#sidebar {
float:right;
align:right;
width:200px;
background:#FFFFFF;
}

#contactleft {
position:relative;
width:100px;
height:400px;
float:left;
}

#contactright {
position:relative;
width:450px;
height:400px;
float:right;
z-index:-10;
}

#sidebar img {
margin:50 90;
text-align:right;
}

#sidebar p,#sidebar h4 {
text-align:right
}

#sidebar .social img {
width:30px;
height:30px;
border:0
}


#strike {
text-decoration:line-through
}

.socialWrapper {
text-align:center
}

.socialWrapper img {
width:175px;
height:175px;
border:0
}

.socialWrapper img#banned {
width:300px;
height:100px
}