/* CSS Document */

body {
	background-color: #ffffff;
	text-align: center;	
	margin:0;
	padding:0;
}

div#header {
	background-color: #DCFDCC;
	margin-top:-15px;
	border-bottom-style:ridge;
	border-top-style:outset;
	border-left-style:outset;
	border-right-style:outset;
}

div#container {
	width:900px;
	min-height:900px;
	margin-left:auto;
	margin-right:auto;
}


div#sub_nav {
	width: 130px;
	background-color: #E0E0E0;
	border-style:ridge;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#A9452C;
	position:relative;
	top: 150px!important;
	margin-top:-30px;
	left: -250px!important;
	text-align:left;
}

div#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
	line-height: 20px;
	padding: 30px;
	max-width:600px;
	width: 50%;
	text-align:justify;
	margin-left: 200px;
	margin-top:-20px;
	top:40px!important;
}

div#content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:black;
}

div#image {
	position:relative;
	margin-left:245px;
	height:300px;
	width:650px;
	background-image:url(images/proces.gif);
	z-index:1;
	visibility:visible;
}

div#footer {
	text-align:right;
	border-top-style:outset;
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#footer a{
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

div#footer a:hover{
	color:red;
}

ul {
	list-style:square;
	line-height:2em;
	margin-left:-10px!important;
	margin-left:20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	text-align: center;		
	top:40px!important;
	top:40px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:lighter;
	color:#999999;
	letter-spacing:3px;
	position:relative;
	top:40px!important;
	top:25px;
	left:15px;
	text-align:left;
	margin-bottom:-30px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#A9452C;
	bottom:-20px;
	text-align:left;
	position:relative;
}

div#header a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration:none;
	text-transform:uppercase;
	color: black;
}

#introduction {
	position:relative;
	right:0px;
	text-align: left;	
}

#introduction p{	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-weight:200;
	font-size:32px;
	color:#999999;
	line-height:40px;
}

p.cite{
	color: green;
	text-align: right;
	margin-top:-400px;
	margin-left:500px;
	font-weight:bold;
	font-size:16px;
	
}

p.submenu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bolder;
	color:#999999;
	letter-spacing:3px;
	position:relative;
	top:100px!important;
	top:75px;
	left:15px;
	text-align:left;
	margin-bottom:-30px;	
}

p.submenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:black;
}

p.submenu a:hover{
	color:#FF0000
	}
	
div#header a:hover {
	color: #B0D0A0;
}

#pictures {
	top:50px;
	float:right; 
	position:relative;
	margin: 20px, 60px, 20px, 20px;
}

img.right {
	padding-top:60px;
}

