@charset "utf-8";
#container2 {
	width: 100%;
	/*background-color:#ffffff;  /* background of page is pink */
	font-family:Georgia, "Times New Roman", Times, serif;
	/*background-color:#ffa7b5;  /* background of page is pink */
	font-size: 16px;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	clear: both;
	color:#000000;  /* default color of text on screen */
	max-width:800px;
}

a:link {
	text-decoration:none; /*links have no underline */
	color:#777777;
}
a:visited {
	text-decoration:none; /*visited links have no underline */
	color:#777777;
}
a:hover {
	text-decoration:none;   /* hovered links have no underline */
	color:#ffffff;          /* hovered links */
	/* font-weight:bold; */
}
a:active {
	text-decoration:none;   /* hovered links have no underline */
	color:#777777;          /* active links */
}
body {
	margin: 0;        /* zero the margin and padding to account for differing browser defaults */
	text-align: left; /* this centers the container in IE 5* browsers.  */
	background-color:#fccad5;  /* background of page is pink */

}
#header {
	padding-top:5px;
	background-color:#ffffff;  /* background of page is white */
	height:190px;
}
#bar {
	background-color:#000000; 
	height:8px;

}
#bar1 { background-color:#000000; 	height:3px; }
#bar2 { background-color:#fccad5; 	height:2px; }
#bar3 { background-color:#000000; 	height:3px; }

#container {
	width: 970px;
	/*background-color:#ffffff;  /* background of page is pink */
	font-family:Georgia, "Times New Roman", Times, serif;
	/*background-color:#ffa7b5;  /* background of page is pink */
	font-size: 16px;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	clear: both;
	color:#000000;  /* default color of text on screen */
}

#left-column {
	width: 388px;
	padding-left: 0px;
	float:left;
	height:280px;
	padding-top:10px;
}
#half-column {
	width: 388px;
	padding-left: 0px;
	float:left;
	height:400px;
}
#right-column {
	width: 388px;
	padding-left: 0px;
	float:right;
	height:193px;
	padding-top:10px;
}
#clear-half-column {
	clear:both;
	width: 388px;
	padding-left: 0px;
	float:left;
	height:300px;
}
#icon {
	width: 388px;
	padding-left: 0px;
	float:left;
	height:125px;
}
#turtle {
	width: 388px;
	padding-left: 0px;
	float:right;
	height:212px;
}

#menu_column {   /* left column contains the  menu */
	width: 150px;
	background-color:#fccad5;
	float:left;
	height: 660px;
	padding-top:15px;
}

#menu_column2 {   /* left column contains the  menu */
	width: 25%;
	background-color:#fccad5;
	float:left;
	height: 660px;
	padding-top:15px;
}

#full_column {   /* right column contains the  content */
	width: 776px;
	padding-left: 38px;
	float:left;

}
#vertbar {      /* the gray vertical bar separating the menu from the content on the right */
	float:left;
	width:2px;
	height:571px;
	margin-left:5px;
	margin-right:5px;
	background-color:#b7b8b7;
}
#horzbar {      /* the gray vertical bar separating the menu from the content on the right */
	float:left;
	width:956px;
	height:5px;
	margin-left:5px;
	margin-right:5px;
	background-color:#b7b8b7;
}
#menu {
	height: 557px;
}
#horz_menu {
	width:776px;
	height:50px;
	float:right;
	padding-top:20px;
}
#footer {
	height: 30px;
	width:970px;
	color:#999999;
	padding-top:15px;
	margin-top:2px;
	float:left;
	font-size:13px;
}
#footer_bar {
	height:2px;
	background-color:#888888;
	width:970px;
}
#footer_menu {
	padding-top:10px;
	color:#999999;

}
#footer-left{
	text-align:left;
	float:left;
	color:#990066;
	font-size:10px;

}
#footer-right{
	width:350px;
	text-align:right;
	float:right;
	padding-right:5px;
	font-size:10px;

}
#bottom_half {
	width: 614px;
	float:left;
}
#description {
	padding-top:14px;
	float:left;
	width:360px;
}
#you_might {
	float:left;
	width: 150px;
	padding-top:55px;
}

