@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: 602009;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkgd.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #6FC5DC;
}
a:link {
	color: #6ba7b7;
}
a:visited {
	color: #6BA7B7;
}
a:hover {
	color: #73d0e7;
}
a:active {
	color: #6BA7B7;
}
h1 {
	font-size: 18px;
	color: #6ba7b7;
	text-transform: uppercase;
	font-weight: lighter;
}

h1:first-letter {
	font-size: 30;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: lighter;
}

h2:first-letter {
	font-size: 30;
}

blockquote {
	
	padding: 0px 15px 0 25px;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}

.h1-sized {
	font-size: 30;
	}

.header {
	background-image: url(images/index_02.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 254px;
	vertical-align: bottom;
}

.content {
	background-image: url(images/index_04.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: top;
	width: 800px;
	height: 617px;
}

.content-padding {
	padding-left: 30px;
	padding-right: 75px;
	}

.footer {
	background-image: url(images/index_08.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 154px;
	font-size: 11px;
	vertical-align: top;
}

#zerve {
	position:absolute;
	left:0px;
	top:5px;
	
}

.white {
	color: #ffffff;
	}

.index1 {
	background:url(images/index_01.jpg);
	vertical-align:top;
	background-position: top right;
	background-repeat:no-repeat;
	width: 50%;
	}
	
.index5 {
	background:url(images/index_05.jpg);
	vertical-align:top;
	background-position: bottom right;
	background-repeat:no-repeat;
	width: 50%;
	}
	
.index7 {
	background:url(images/index_07.jpg);
	width: 50%;
	background-position: bottom right;
	background-repeat:no-repeat;
	}
	
.index3 {
	background:url(images/index_03.jpg);
	vertical-align:top;
	background-position: top left;
	background-repeat:no-repeat;
	width: 50%;
	}
	
.index6 {
	background:url(images/index_06.jpg);
	vertical-align:top;
	background-position: bottom left;
	background-repeat:no-repeat;
	width: 50%;
	}
	
.index9 {
	background:url(images/index_09.jpg);
	width: 50%;
	background-position: bottom left;
	background-repeat:no-repeat;
	}