 

body {
	font-size: 12px;
	font-family: Arial;
	background-size: cover;
	background-color: #fff;
	position: relative;
	z-index: 2;
	background-attachment: fixed;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #404040 ; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #B8B8B8; }
a:hover { text-decoration: underline; }

a img {
	border: black;
}

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
  left: 15px;
    position: fixed;
    height: 100%;
  background-color: #fff;
}

#menu ul {
  list-style: none;
  margin: 0px 0px 12px 15px;
}

#menu ul li.section-title {padding-top:15px;padding-left:15px; }

#menu2 {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
  left: 15px;
    position: fixed;
    height: 100%;
  background-color: #fff;
}

#menu2 ul {
  list-style: none;
  margin: 0px 0px 12px 15px;
}

#menu2 ul li.section-title {padding-top:15px;padding-left:15px; }

#content2 {
    height: 100%;
    margin: 0 0px 0 100px;
    top: 0;
}


#content {
    height: 100%;
    margin: 0 0px 0 10%;
    top: 0;
}

.container {
    padding: 50px 5px 25px 5px;
}

#content p {
	width: 800px;
	margin-bottom: 9px;
	border-color: #000;
	outline-color: #000;
	}

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: right;
	margin-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 { font-size: 24px; }
h3 {
	font-size: 16px;
	color: #000;
}
h4 { font-size: 12px; }

#content form {
	font: normal.9em Arial, Helvetica, sans-serif;
	color:black;
}

#content fieldset {
	padding: 40px 20px 0 0;
	margin: 0 0 2em;
	background-color: #dfdfdf;
	border: none;
	position: relative;
	float: left;
}

#content fieldset legend {
	padding: 0;
	margin: 0;
	color: #dfdfdf;
}

#content form#frmContact fieldset {
	width: 800px;
	background-color: #dfdfdf;
}

#content form p {
	color: black;
	background-color: #dfdfdf;
	margin: 0 0 10px 0px;
	}

#content form label {
	width:100px;
	float:left;
	clear:left;
	margin-right: .75em;
}
	
#img-container  { margin: 0; padding: 0; }
#img-container p  { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/** MEME STYLES **/
#meme-cat-list{list-style: none; padding-left: 0;}
#meme-cat-list li{padding-bottom: 5px;}

#meme-index-img{margin-top: 8px; width: 800px; height: 800px; }
#meme-home-img {display: block; margin-bottom: 8px; height: 250px; width: 250px;}

#meme-list {margin-left: 10px; margin-right: 20px; margin-bottom: 20px; float: left; width: 850px;}

#meme-list dl{margin-right: 30px; float: left; margin-bottom: 20px;}
#meme-list dl dt img{ width: 250px; height: 250px; margin-bottom: 5px;}
#meme-list dl dd {margin-left: 0;  width: 250px;}

a#index-meme-link h3{color: black;}
a#index-meme-link:hover {text-decoration: none;}

.other_center_copy{
  margin-top: 50px;
  margin-left: 20px;
}
.warning {
	color: #F00;
}
.dload {
	color: #0F0;
}
