﻿ul#tabs {
    list-style: none;
    margin: 0;
    padding: 0px 0 0 0;
    height: 23px;

}
ul#tabs li {
    float: left;
    margin: 0;
    height: 23px;
    text-align: center;
    width: 160px;
    background: transparent url('../images/tab.png') no-repeat scroll top;
}
ul#tabs a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: black;
    font: 14px Arial, sans-serif;
}

ul#tabs a{
	font-size: 50%;
}
ul#tabs li.active{
	font-size: 100%;
	background: transparent url('../images/tab_hover_ii.png') no-repeat scroll top;
}
ul#tabs li:hover {
	font-size: 100%;
    background: transparent url('../images/tab_hover.png') no-repeat scroll top;
}
ul#tabs a:hover{
	font-size: 50%;
    color: black;
}
ul#tabs span {
    display: block;
    padding: 4px 10px 0 10px;
}





/* More standard floated columns */
#content {
	float: left;
	height: 1000 px;
	margin: 5px 5px 5px 5px;
	padding: 0 0 0 0;
	width: 600px;
}

#tabSet{
	position: relative;
}

#DivTab {
	margin-top: -25px;
	width: 644px;
	height: 31px;
	border-color: transparent;
	background-color: transparent;
	text-align: center;
	color: #21B221;
	font-size: x-large;
	border-collapse: collapse;
	position: absolute;
	top: 20px;
	left: 50px;
}
#Tab {
	margin-top: -25px;
	margin-left: 2px;
	position: absolute;
	width: 750px;
	height: 585px;
	z-index: 9;
	left: 50px;
	top: 43px;
	border-style: solid;
	background-image: url('../images/photo_background.png');
}
#Tab  h1{
	text-align: center;
	}


#TabContent {
	width: 600px;
	height: 500px;
	margin-left: -20px;
	background-color: transparent;
	margin-top: 25px;
	color: Black;
}
