/* styles.css */
html
{
	height: 100%;
}

body
{
	height: 100%;
	background-color: #f0f0f0;
	margin: 0;
	text-align: center;
	min-height: 380px;
	font-family: Georgia, "Times New Roman", Serif;
}

a
{
	border: 0;
	text-decoration: none;
	font-weight: bold;
}

a:active, a:focus 
{
	outline: 0;
}

a:link, a:visited
{
	color: #ec340e;
}

a:hover
{
	color: #a7250a;
}

#vertical
{
	float: left;
	height: 50%;
	margin-top: -210px;/* half vertical height*/
	width: 100%;
}

#stripe
{
	background-image: url(../img/bg.jpg);
	background-color: #f0f0f0;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid black;
	overflow: auto;
	clear: both;
	/*z-index: 0;*/	
}

.column
{
	width: 50%;
	position: absolute;
	top: 50%;
	margin-top: -190px;
	clear: both;
	background-color: white;
	/*z-index: 98;*/
}

#center
{
	position: relative;
	width: 602px;
	text-align: left;
	margin: 0 auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 332px;
	padding: 25px;
	padding-top: 23px;
	/*z-index: 99;*/
}

.content
{
	border: 1px solid black;
	font-size: 12px;
	line-height: 16.9px;
}

.about-text
{
	text-align: justify;
	width: 400px;
	height: 322px;
	padding: 5px;
	background-image: url(../img/bg.png);
	float: left;
	overflow: auto;
	outline: 0;
}

.about-image
{
	width: 183px;
	height: 332px;
	background-image: url(../img/about-picture.jpg);
	background-repeat: no-repeat;
	margin-left: 418px;
}

.contact-text
{
	text-align: justify;
	width: 318px;
	height: 322px;
	padding: 5px;
	background-image: url(../img/bg.png);
	overflow: auto;
	outline: 0;
}

#menu
{
	margin: 0 auto;
	height: 21px;
	clear: both;
}

#menu-left
{
	border-bottom: 1px solid black;
	display: inline;
	float: left;
	width: 50%;
	height: 20px;
	margin-left: -302px;
}

#menu-right 
{ 
	border-bottom: 1px solid black; 
	height: 20px; 
}

img
{
	padding: 0;
	margin: 0;
	border-style: none;
	display: block;
}

.tab
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	display: inline;
	float:	left;
	margin-left: -1px;
}

.last
{
	border-right: 1px solid black;
}

.passive:hover
{
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.thumbnail-wrapper
{
	padding: 3px;
	background-image: url(../img/bg.png);
	/*z-index: 100;*/
}

.thumbnail
{
	height: 60px;
	width: 60px;
	border: 1px solid black;
	margin-right: 6px;
	margin-bottom: 6px;
	background-color: white;
	float: left;
	/*z-index: 100;*/
	position: relative;
}

.rightmost
{
	margin-right: 0;
}

.tab.active 
{ 
	height: 20px; 
	width: 97px; 
}

.tab.passive 
{ 
	height: 19px; 
	width: 97px; 
	cursor: pointer;
	border-bottom: 1px solid black;
}

#gallery.tab.active { background-image: url(../img/gallery-active.jpg); }
#gallery.tab.passive { background-image: url(../img/gallery-passive.jpg); }
#about.tab.active { background-image: url(../img/about-active.jpg); width: 81px; }
#about.tab.passive { background-image: url(../img/about-passive.jpg); width: 81px; }
#contact.tab.active { background-image: url(../img/contact-active.jpg); }
#contact.tab.passive { background-image: url(../img/contact-passive.jpg); }

.tab-content { display: none; }