body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 auto;
	word-spacing: 0.1em;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
}

h1 {
    text-align: center;
	margin-top: 30px;
    margin-bottom: -10px;
}

h2 {
    text-align: center;
}
p em {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.container { 
    margin: 0 auto;
    width: 800px;
    border: 0px solid #606060;
 
}
.header {
    width: 800px;
    padding: 0;
    border: 0px solid #666;
    height: 170px;
    background: #95AABF;
    background-image: url(images/header.jpg);
}
.navigation {
	width: 798px;
	height: 30px;
	color: #333;
	padding-left: 0px;
	padding-right: 2px;
	border: 0px solid #666;
	background: #757575;
	text-align: center;
} 
.content { 
    width: 720px;
    color: #333;
    border: 0px solid #ccc;
    background: #C3BBA6;
    padding: 10px 40px;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: 333;	
}
.index-part1 {
    margin-top: 40px;
	margin-bottom: 20px;
}
.index-img1 {
    float: right;
	margin-left: 20px;
}
.index-part2 {
    margin-bottom: 20px;
}	
.index-img2 {
    float: left;
	margin-right: 30px;
	margin-top: -10px;	
}	
.thumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #384C81;
	font-weight: normal;
	text-align: center;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.mail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #536690;
	text-align: center;
}
a:link {
    color: #536690;
}
a:hover {
    color: #435273;
}
.bottom {
    width: 760px;
    text-align: center;
    background: #C3BBA6;
    padding: 10px 20px;
}
p.linktext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
} 
a:link.links {
    color: #536690;
	text-decoration: underline;
	font-style: none;
	font-weight: bold;
}
a:visited.links {
    color: #805579;
	text-decoration: underline;
	font-weight: bold;
}
a:hover.links {
    color: #435273;
	text-decoration: underline;
	font-style: none;
	font-weight: bold;
} 
.footer { 
    color: #fff;
    width: 780px;
    border: 0px solid #ccc;
    background: #596E9B;
    padding: 10px;
    text-align: center;
}
img#shadow {
    border: 0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#757575,direction=90, strength=5)
	        progid:DXImageTransform.Microsoft.Shadow(color=#757575,direction=180, strength=5);
}
:root img#shadow {
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	-moz-border-bottom-colors:  #B0B0B0 #A3A3A3 #949494 #858585 #757575;
	-moz-border-right-colors:   #B0B0B0 #A3A3A3 #949494 #858585 #757575;
	-moz-border-radius:3px;
}
img#tasks {
	border: 0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#757575,direction=90, strength=3)
	        progid:DXImageTransform.Microsoft.Shadow(color=#757575,direction=180, strength=3);
}
:root img#tasks {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	-moz-border-bottom-colors: #B0B0B0 #949494 #757575;
	-moz-border-right-colors:  #B0B0B0 #949494 #757575;
	-moz-border-radius:3px;
}
