/* Volia CSS
Version: 1
1st Jan, 2007)
*/

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: White url(images/bg_1.png) repeat top center;
height: auto;
}

#container {
margin: 0 auto;
padding: 0;
height: auto;
width: 780px;
background: url(images/bg_2.png);
}

#wrap {
background: White;
color: Black;
margin: 0 auto;
padding: 0;
width: 760px;
height: auto;
}

#pedi a:link, #pedi a:visited {
	float: right;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 33px;
}
#pedi a:hover{
	display: block;
	text-indent: -100px;
}
#pedi a:active {
	display: block;
	text-indent: -100px;
}

#header {
margin: 20px 0 0 0;
padding: 0;
height: 150px;
border-top: thin solid Blue;
border-bottom: thin solid Blue;
}

#headerphoto {
margin: 0 0 0 0;
border: 0;
background-image: url(images/header.jpg);
}

#avmenu {
float: left;
width: 117px;
margin: 17px 10px 10px 5px;
padding: 0;
}

#nav {
	width: 117px;
	font: bold 80% Verdana,Tahoma,Arial,sans-serif;
	margin: 30px 0 0 1px;
	float: left;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	border-bottom: 1px solid White;
}

#nav li a:link, #nav li a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 8px solid #8B008B;
	border-right: 2px solid #8B008B;
	background-color: #308CCB;
	color: White;
	text-decoration: none;
}

#nav li a:hover {
	background-color: Blue;
	color: #FFD700;
}

#nav ul ul {
	margin-left: 7px;
}

#nav ul ul li {
	border-bottom: 1px solid White;
	margin: 0;
}

#nav ul ul a:link, #nav ul ul a:visited {
	background-color: #9400D3;
	color: White;
}

#nav ul ul a:hover {
	background-color: #700071;
	color: #FFD700;
}

#content {
margin: 0 30px -12px 120px;
border-left: 1px solid #3CB1FF;
border-right: 1px solid #3CB1FF;
padding: 20px 10px 20px 10px;
line-height: 1.6em;
text-align: left;
min-height: 550px;
height: auto !important;
background: transparent url(images/watermark_1.jpg) center no-repeat;
}

#pedicontent {
margin: 0 30px -12px 30px;
border-left: 1px solid #3CB1FF;
border-right: 1px solid #3CB1FF;
padding: 20px 10px 20px 10px;
line-height: 1em;
text-align: center;
min-height: 550px;
height: auto !important;
background: transparent url(images/watermark_1.jpg) center no-repeat;
}

h1 {
font-size: 2em;
margin: 10px 0 10px 0;
}

h2 {
font-size: 1.6em;
margin: 10px 0 10px 0;
}

h3 {
font-size: 1.3em;
margin: 10px 0 10px 0;
}
h4 {
font-size: 1em;
margin: 10px 0 10px 0;
}

a {
text-decoration: none;
color: Purple;
background: transparent;
}

a:hover {
text-decoration: underline;
color: #BD7B00;
background: transparent;
}

img {	
border: none;
}

.photoright {
	border: thin solid;
	float: right;
	margin: 0 auto;
	padding: 0;
	border-color: purple;
	}
	
.photocenter {
	border: thin solid;
	float: none;
	margin: 0 auto;
	padding: 0;
	border-color: purple;
	text-align: center;
	}

#footer {
margin: 0 auto;
height: auto;
padding: 0 0 0 0;
width: 760px;
text-align: center;
color: white;
background-color: #308CCB;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.textleft {
text-align: left;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

td, th {
font: 100% Verdana,Tahoma,Arial,sans-serif;
}

.datatable caption {
	font: bold 100% Verdana,Tahoma,Arial,sans-serif;
}

.datatable {
	border: 0;
	width: 100%;
	height: auto;
}

.datatable td {
}

.datatable th {
}

.datatable tr {
	height: 35px;
}

.datatable td.altboy {
	background: url(images/boy.png) repeat;
}

.datatable td.altgirl {
	background: url(images/girl.png);
}

.clear {
	clear: both;
}

