/* CSS Document */
html {
    height: auto%;
}


body {
	/*background-color : #798590; original*/ 
	/*background-color : #4d626c;  dark teal */
	/*background-color : #1a2730;  darker teal */
	/*background-color : #bfe8f9;  lightest blue */
	/*background-color : #9fd8ef;  light blue */
	height: auto%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color : #1a2730; /* greenish blue; */
	background: #1a2730; /* Old browsers */
	background: -moz-linear-gradient(top,  #5e7882 1%, #5c747e 30px, #4d626c 80px, #1a2730 190px, #1a2730 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1px,#5e7882), color-stop(30px,#5c747e), color-stop(80px,#4d626c), color-stop(190px,#1a2730), color-stop(100%,#1a2730)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5e7882 1%,#5c747e 30px,#4d626c 80px,#1a2730 190px, #1a2730 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5e7882 1%,#5c747e 30px,#4d626c 80px,#1a2730 190px,#1a2730 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5e7882 1%,#5c747e 30px,#4d626c 180px,#1a2730 190px,#1a2730 100%); /* IE10+ */
	background: linear-gradient(top,  #5e7882 1%,#5c747e 30px,#4d626c 80px,#1a2730 190px,#1a2730 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e7882', endColorstr='#1a2730',GradientType=0 ); /* IE6-9 */
}

#allContent {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;	
	font-family:"Comic Sans MS", cursive;
}

#maincontent {
	width: 800px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	
}

#navigation_bar {
	width: 800px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	
}

#content_padder {
	position:relative;
	display:block;
	padding:15px;
}


