/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #003300;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	
}

p{
	margin: 0px auto;
	padding: 10px;
}/* Commonly used to style page titles. */
h1 {
padding:10px 0px 10px 0px;
	color: #996600;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align:center;
}
/* Commonly used to style section titles. */
h2 {
	padding: 0px 10px 5px 10px;;
	color: #666600;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #3c982d;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #2d7336;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #09760d;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #09760d;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #164619;
}
#topDiv {
  background-color: #ACA05E;
  border-bottom: solid 1px #628152; /* Sets the bottom border properties for an element using shorthand notation */
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left;
}
#wrapper {
	background-color: #FFFFFF; /* Sets the left border properties for an element using shorthand notation */
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Redefines the text alignment defined by the body element. */
	width: 780px;
position: relative;}
 #header {
	background-color: #9E964A;
	background-image: url(../graphics/header2.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 5px #202D23; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 120px;
	line-height: 15px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin: 0px auto;
}
img.snake{
	background-image: url(/snakesalive/graphics/rightcolumnsnake.jpg);
	position: absolute;
	background-repeat: no-repeat;
	left: 602px;
	top: 391px;
}

#main{
	position:static;
	background-repeat: repeat-y;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin: 0px auto;
	padding:0px 0px 15px 0px;
	background-image: url(/graphics/vidcolumns.jpg);
	}

#sidebar1 {
	float: left;
	text-align: left;
	width: 150px;
	margin: 0px auto;
	padding: 5px 10px 0px 10px;
	background-color: #FFFFCC;
	border-right: 1px solid #8ab573;
	display: inline;
	background-image: url(/graphics/yellowtexture.jpg);
	background-repeat: repeat;
}



#sidebar1 a:link {
	color: #003300;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
}
#sidebar1 a:visited {
	color: #666600;
	font-weight: bold;
	text-align: leftr;
	font-size: 12px;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #996600;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	text-decoration: underline;
}


p.sidebar1 {
text-align: center;
line-height: 16px;
font-size: 10px;
color: #3f3f3f; }

img.turtle{
	position: absolute;
	left: 80px;
	top: 335px;
	margin:0px auto;
	padding: 0px;
}

#sidebar2 {
	position: relative;
	text-align: center;
	float: right;
	width:150px;
	background-color: #FFFFCC;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	display: inline;
	border-left: solid 1px #8ab573;
	background-image: url(/graphics/yellowtexture.jpg);
	background-repeat: repeat;
}
 ul.mainNav{
	margin-left: 10px ;
}

li.nav{
	padding:5px 0px 5px 10px;
	margin: 0px auto;
	list-style-position:outside;
	list-style-type: square;
}
li.nav2{
	padding:5px 0px 5px 15px;
	margin-left: 10px;
	list-style-position: inherit;
	list-style-type: disc;
}

#sidebar2 a:link {
	color: #003300;
	font-weight: bold;
	text-align: leftr;
	font-size: 12px;
	text-decoration: none;
}
#sidebar2 a:visited {
	color: #666600;
	font-weight: bold;
	text-align: leftr;
	font-size: 12px;
	text-decoration: none;
}
#sidebar2 a:hover {
	color: #996600;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	text-decoration: underline;
}

#flash{text-align: center;
padding:10px;
}


p.sidebar2 {
text-align: center;
line-height: 16px;
font-size: 10px;
color: #3f3f3f; }

#content {
margin: 0px 154px 0px 174px;
background-color: #ffffff;
padding: 0px;
}
#content  a:link, #content a:visited {
color: #980007;
text-decoration: none;
font-weight: bold;
 }

#mainContent {
margin: 0px auto;
padding: 5px 0px 0px 0px;
}
#clearFloat {
  clear: both;
  display: block;
height: 1px;
margin:0 auto;}

#clearone {
clear: both;

display: block;}


 #footer {
	background-color: #ACA05E;
	border-top: solid 5px #202C23; /* Sets the top border properties for an element using shorthand notation */
	color: #1F2D23;
	font-size: 10px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
}
 #footer a, #outerWrapper #footer a:link {
  color: #202D23;
  font-size: 10px;
}
#footer a:visited {
  color: #666633;
}
#footer a:hover {
  color: #996600;
  text-decoration: underline;
}
# footer a:focus {
  color: #996600;
}
# #footer a:active {
  color: #202D23;
}
