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


body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #361a4d;
	font-family: Verdana, Arial, helvetica, Tahoma, Trebuchet MS, sans-serif;
	font-size: xx-small;
	
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#FF0000;
}
a:active {
	text-decoration: none;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 676px;
	text-align: left;
	}
	
#banner{
	position:relative;
	top:0px;
	left:0px;
}
	
#menubar {
	position:relative;
	top:0px;
	left:0px;
}

#bottom {
	padding: 50px;
	font-size:14px;
	position:relative;
	top:0px;
	left:0px;
	background-image:url(images/bg_extend.jpg);
}

#footer {
    position:relative;
	top:0px;
	left:0px;
}

#picture {
visibility: visible;
float:left;
width: 235px;
height: 340px;
position:relative;
}

#thumb_box {

font-size:9px;
position:absolute;
width:150px;
height:290px;

}
/*#thumb_box a:hover {
background: #aaa; 
}
#thumb_box a .box{
display:none;
}
#thumb_box a:hover .box{
display:block;
background:#aaa;
width:100px;
border: 2px solid #000000;
position: absolute;
background-color:#FFFFFF;
height:75px;
left:0px;
top:0px;

}
*/

.btnHome {
	width:111px;
	height:58px;
	display:block;
	font-size: 10px;
	text-decoration:none;
	background-repeat:no-repeat;
	background-image:url(images/layout_05.jpg);
}
.btnHome:hover {
	background-image:url(images/hover/layout_05.jpg);
}
.btnTestimonials{
	width:163px;
	height:58px;
	display:block;
	font-size: 10px;
	text-decoration:none;
	background-repeat:no-repeat;
	background-image:url(images/layout_06.jpg);
}
.btnTestimonials:hover{
	background-image:url(images/hover/layout_06.jpg);
}
.btnInfo{
	width:83px;
	height:58px;
	display:block;
	font-size: 10px;
	text-decoration:none;
	background-repeat:no-repeat;
	background-image:url(images/layout_07.jpg);
}
.btnInfo:hover{
	background-image:url(images/hover/layout_07.jpg);
}
.btnAbout{
	width:134px;
	height:58px;
	display:block;
	font-size: 10px;
	text-decoration:none;
	background-repeat:no-repeat;
	background-image:url(images/layout_08.jpg);
}
.btnAbout:hover{
	background-image:url(images/hover/layout_08.jpg);
}
