/* Start of Column CSS */

/************************
/*Brown Template*/
/********************

#container2, .content {
background: #F4F4C9;
}
#container1 {
background: #c1a06f
}

#header, #footer
{
  background-color: #724513;
  color: #e8aa4e;
}

#navigation
{
  background-color: #996633;
}

#navigation li a:link, #navigation li a:visited 
{
  color: #f5db81;
}

************************/

/************************
/*Purple Template*/

#container2, .content, .content {
background: #F2ebF7;
}
#container1 {
background: #b898a3;
}

#header, #footer
{
  background-color: #532C45;
  color: #e8aa4e;
}

#navigation
{
  background-color: #6a445e;
}

#navigation li a:link, #navigation li a:visited 
{
  color: #f5db81;
}


/***************************
/*Grey Template*/
/*****************************
#container2, .content {
background: #e9e9e9
}

#container1 {
background: #9d9d9d
}

#header, #footer
{
background: #353535;
color: #FFF;
}

#navigation
{
  background: #5c5c5c
}
#navigation li a:link, #navigation li a:visited 
{
  color: #FFF;
}

************************************/



body 
{
  background-color: #FFF;
}
div
{
  background-color: #FFF;
}
iframe

{
  width: 410px;
  border: 0px;
  border: none;
}

#linksframe
{
  margin-left: -40px;
  height: 800px;
  width: 410px;
}

#contentframe
{
  width: 100%;
  display: block;
  height: 800px;
}

#container2, .content {
	clear:left;
	float:left;
	


}

#container2{
  border-color: black;
  border-style: solid;
  border-width: 2px;
  border-top: none;
  overflow:hidden;
  width:100%;

}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:70%;
  border-color: black;
  border-style: solid;
  border-width: 2px;
  border-top: none;
  border-bottom: none;
}
#col1 {
	float:left;
	width:30%;
	position:relative;
	left:70%;
	overflow:hidden;
		background: #b898a3;
}
#col2 {
	float:left;
	width:68.5%;
	position:relative;
	left:71%;
	overflow:hidden;
}

#col2 img
{
  display: block;
}

#col2 h3
{
  color: #600;

}
#col2 p
{
  width: 100%;
}

#col2 li
{
  list-style-type: none;
  text-decoration: none;
  line-height: 150%;
}

#col2 li a
{
   color: #000;
   text-decoration: none;

}

#col2 li a:hover, #col2 li a:active
{
  font-weight: 900;
  font-size: 110%;
  text-decoration: underline;
}



#col1 li 
{
  display: block;
  list-style-type: none;
  text-decoration: none;
  color: #600;
  line-height: 200%;
  font-size: 110%;
}

#col1 li a
{
  display: block;
  color: #600;
  text-decoration: none;
}

#col1 li a:hover, #aside span li a:active
{
  display: block;
  font-weight: 900;
  font-size:110%;
} 

#picture a:link, #picture a:visited
{
  color: #000;
}

#picture a:hover, #picture a:active
{
  font-weight: 900;
  font-size: 110%;
  text-decoration: underline;
}
#footer
{
	clear: both;
  margin: 0px;
  clear: left;
  float: left;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-top: none;
  text-align: center;
}
#header
{
  margin: 0px;
  clear: left;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  min-height: 3%;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-bottom: none;
  text-align: center;
}


#container4
{
top: 0px;
width: 100%;
left: 0px;
position: fixed;
z-index: 10;
}

#container3
{
left: 0px;
margin: 0px;
top: 110px;
width: 100%;
height: 100%;
position: relative;
z-index: 0;
}
#navigation
{ 
  margin: 0px;
  float: left;
  top: 10%;
  left: 0;
	width: 100%;
	text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
}

#navigation li
{
  display: inline;
  list-style-type: none;
  padding-right: 20px;

}

#navigation li a:link, #navigation li a:visited 
{
  text-decoration: none;
}

#navigation li a:hover, #navigation li a:active { font-weight: bold; }
