@charset "UTF-8";
/* CSS Document */

a {
	font-weight: bold;
	text-decoration: underline;
    color: inherit;
}
h1 {
	font-family: cursive;
	font-size: 65px;
    font-style: italic;
	margin: 0;
    float: left;
	padding-right: 25px;
    padding-top: 5px;
}
h2 {
	font-size: 30px;
    color: #FF2D21;
}
h3 {
  font-size: 20px;
  color: #1F61E5;
}
h4 {
  font-size: 18px;
  color: #FF2D21;
  text-indent: 10px;
}
h5 {
  font-size: 16px;
  color: blue;
  text-indent: 15px;
}
html, body {
	margin: 0px;
    padding: 0px;
    height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: dimgray;
}
img {
  max-width: 100%;
  height: auto;
}
background-image {
  max-width: 100%;
  width: auto\9; /* ie8 */
  border-image-repeat: none;
}
section {
  float:none;
}
footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	background-color: #FFF;
	margin: 0px;
    width: 100%;
    text-align: center;
}
<!-- ids -->
#body {
    padding-bottom: 170px;

}
#container {
    min-height: 100%;
    position: relative;
    width:auto;
	background: #FFF;
    margin: 0; 
	padding-left: 10px;
	padding-right: 10px;
    overflow:hidden;
}
#header {
	color: crimson;
	position: relative;
	background-color: #ffffff;
    padding: 0;
    padding-bottom: 10px;
}

#header p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	font-variant: small-caps;
	margin-top: 0px;
    margin-bottom: 0px;
	padding-top: 40px;
}
#header a {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 140px;
	display: block;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#header ul li {
	float: left;
}
#header h1 a {
	font-variant: normal;
	color: #FFF;
	font-size: 65px;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	top: -83px;
	left: 25px;
}
#header h2 {
   	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	font-variant: small-caps;
	text-align: center;
	word-spacing: 0.3em;
	clear: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px; 
}
#menu {
  float:left;
  color: #1F61E5;
  position: relative;
  background-color: #FFA93A;
  padding: 10px;
  margin-right: 25px;
  margin-bottom: 25px;
}
#menu a {
  color: #1F61E5;
  text-decoration: none;
}
#footer {
    position: absolute;
    bottom:0;
    width:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	margin: 0px;
    height: 170px;
	padding: 10px;
    text-align: center;
}
#left_column, #center_column, #right_column {
	width: 200px;
	float: left;
    margin-bottom: 25px;
    margin-right: 25px;
}
#main_text {
	background-color: #FFF;
	background:rgba(255,255,255,0.8);
	width: auto;
	right: 24px;
	bottom: 45px;
	padding-left: 150px;
	border-radius: 10px;
}
#main_text h2 {
	color: #4A7891;
	margin-top: 0px;
}
#main_text h3 {
	font-size: 16px;
	margin: 0px;
}
#main_text p {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#list_to_columns {
	margin-right: 5px;
	margin-left: 5px;
}
#list_to_columns ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-style: solid;
}
#list_to_columns ul li {
	float: left;
	width: 200px;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: thin;
	padding-left: 5px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 5px;
}
#list_to_columns ul li p {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	font-weight: normal;
}
#centered_Image img {
	text-align: center;
}
#right_column .post_header p {
	font-size: 12px;
	color: #FFF;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#single_column {
}
#title_img {
	position: relative;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	text-align: center;
}
#title_text {
	position: absolute;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #000000;
	bottom: 30px;
	left: 390px;
}
/* Define list elements for single column pages. */
#single_column ul li {
	padding-top: 10px;
	padding-bottom: 3px;
	list-style-position: inside;
}
#single_column .floatright  {
	float: right;
	margin-left: 20px;
}
#h2left {
    float:left;
    text-align: center
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    clear:left;
}
#featuredimageleft {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}
<!-- classes -->
/* do not place site-footer within page-wrap scope */
.page-wrap {
  min-height: 100%;
  /* margin-bottom must equal to footer height */
  margin-bottom: -170px;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .push, .page-wrap:after {
  /* next line determines footer height */
  height: 170px;
  text-align: center;
}
.two_col #left_column {
	color: #FFF;
	background-color: #000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
}
.two_col #left_column a {
	color: #FFF;
}
.two_col #right_column  {
	position: relative;
	width: auto;
}
.two_col #right_column ul {
	list-style-type: disc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.post_header   {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.post_header_with_image   {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
    width: 200px;
}
.post_header h3 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.two_col #right_column p {
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.single_col h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 35px;
	font-variant: small-caps;
	text-align: center;
	word-spacing: 0.3em;
	clear: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.indented p {
	margin-left: 25px;
}
.two_col {
}
.two_col #footer {
	height: 170px;
	padding: 10px;
    text-align: center;
}
.two_col #right_column ul li {
	margin-bottom: 5px;
}
/* Float any element right with 10px margin on left. */
.floatright {
	float: right;
	font-variant: normal;
	margin-left: 10px;
	padding: 0px;
}
/* Float any element left with 10px padding on right and 15px padding on bottom. */
.floatleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
}
.homepage_container_container {
  position:relative;
  padding:0;
  margin:0;
}
.homepage_container {
  float:left;
  max-width: 175px;
  padding-right:10px;
  padding-bottom: 15px;
}
.homepage_container_final {
  float:left;
  max-width: 175px;
  padding-right:10px;
  padding-bottom: 15px;
}

/* Place a textbox 200px wide on the right at the insertion point. */
.textboxright {
	font-variant: normal;
	background-color: #FFC;
	max-width: 200px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
	margin: 10px;
	border-radius: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
/* Create a left sidebar 100 pixels wide. */
.leftsidebar {
	float: left;
	height: 100%;
	width: 100px;
}
.video_container {
    text-align: center; 
    padding: 20px; 
    background-color: #1F61E5; 
    border-style: solid; 
    border-color: #FF2D21; 
    border-width: 7px;
}
