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

* {
margin:0px;
padding:0px;
}

body {
	background-color: #E5F7F9;
	font-family: Arial, Helvetica, sans-serif;

}
#wrapper {
	width: 895px;
	margin: 0px auto;
}

#header {
	width: 895px;
	height: 239px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	float: left;
}
#wings {
	height: 66px;
	padding-top: 165px;
	padding-left: 12px;
	padding-right: 12px;
}

#wingleft {
	background-image: url(images/wingleft.gif);
	background-repeat: no-repeat;
	width: 376px;
	height: 66px;
	float: left;
}
#wingleft h1 {
	color: #00ADC4;
	font-size: 18px;
	padding: 22px 0px 0px 20px;
	font-weight: normal;
}

#wingright {
	background-image: url(images/wingright.gif);
	background-repeat: no-repeat;
	width: 347px;
	height: 66px;
	float: right;
}
#wingright h1 {
	color: #00ADC4;
	font-size: 18px;
	padding: 22px 20px 0px 0px;
	text-align: right;
	font-weight: normal;
}



#middlecont {
	width: 895px;
	float: left;
}
#middlecont p {
	font-size: 10px;
	color: #666666;
}
#middlecont h2 {
	font-size: 12px;
	color: #00ADC4;
	padding-bottom: 5px;
}





#leftcol {
	width: 375px;
	float: left;
}
#leftcolmiddle {
	width: 355px;
	background-image: url(images/colbg.png);
	background-repeat: repeat-y;
	padding: 0px 10px 0px 10px;
	min-height: 425px;
}
#leftcolfooter {
	background-image: url(images/colfooter.png);
	background-repeat: no-repeat;
	width: 375px;
	height: 10px;
}

#rightcol {
	width: 375px;
	float: right;
}
#rightcolmiddle {
	width: 355px;
	background-image: url(images/colbg.png);
	background-repeat: repeat-y;
	padding: 0px 10px 0px 10px;
	min-height: 425px;
}
#rightcolfooter {
	background-image: url(images/colfooter.png);
	background-repeat: no-repeat;
	width: 375px;
	height: 10px;
}#navcol {
	float: left;
	width: 145px;
	min-height: 400px;
}
#menu {
	background-color: #CCEFF3;
	min-height: 425px;
}
#menu ul {
	list-style: none;
}

#menu li {
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 0px 15px 0px;
}
#menu a {
	color: #00ADC4;
	text-decoration: none;
}
#menu a:hover {
	color: #4CC6D6;
	font-weight: bold;
}



#navcolfooter {
	background-image: url(images/nav-footer.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 31px;
}
#tag {
	text-align: right;
	padding: 5px 10px 0px 0px;
}

#tag a {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
#tag a:hover {
	color: #666666;
}
#lineage {
	text-align: center;
}
#lineage  .image {
	width: 90px;
	height: 20px;
	padding: 10px 0px 10px 0px;
	float: none;
}
#lineage p {
	font-weight: bold;
	font-size: 12px;
}
.comment {
	font-size: 10px;
	color: #00ADC4;
	padding-top: 10px;
	font-weight: normal;
	font-style: italic;
}
#leftcol a {
	color: #00ADC4;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
#leftcol a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
#rightcol a {
	color: #00ADC4;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
#rightcol a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
.floatleft   {
	float: left;
	padding: 0px 10px 0px 0px;
}
.floatright {
	float: right;
}

