html {
overflow-y:scroll
}

body {
margin: 10px 50px 50px 50px;
background-color: #FFFFFF; /*formerly BBBBBB */
/* background-image:url('../images/nasty_fabric.png'); */
}

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

h2 {
font-family:'Lato',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: 'Lato',"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:'Lato',proxima-nova-1,proxima-nova-2,"Helvetica Neue", Helvetica, Arial, sans-serif;
font-style:normal;
font-size:14px;
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:#0B2D69;
    height:20px;
}

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

#menu {
font-family: 'Lato',"proxima-nova-1","proxima-nova-2","Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:700;
text-transform:uppercase;
list-style-type:none;
background-color:#eee;
font-size:13px;
height:40px;
width:625px;
border-top:2px solid #eee;
border-bottom:2px solid #eee;
-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:#666;
padding:0 20px
}

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

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

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

#menu_wrapper.black li a:hover, #menu_wrapper.black li.active a {color: #CCC; background: #0C3E8A; border-bottom: 2px solid #0B2D69;}


#main {
float:left;
background:#FFF;
width:600px;
}

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

#indent {
	margin-left:75px;
}

#sidebar {
float:right;
align:right;
width:300px;
background:#FFF;
}

#sidebar img {
margin:0 auto;
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
}