/*********************************************************/
/***  Free Web Templates by Investintech PDF Solutions  **/
/***        URL: http://www.investintech.com           ***/
/*********************************************************/

/* General Style */

body {
	background-image:url(../images/bckg2.jpg);
	color:white;
	font-family:Courier;
	margin:0;
	font-size:12px;
}

h1 {
font-size:24px;
font-weight:bold;
}

.sitelogo a{
	background-color:grey;
	font-size:22px;
	text-transform:small-caps;
	color:white;
	text-decoration:none;
}

a{
	color:red;
}

a:hover{
	color:black;
	background-color:white;
}

p {
	text-align:justify;
}

/*********************************************************/
/***  Free Web Templates by Investintech PDF Solutions  **/
/***        URL: http://www.investintech.com           ***/
/*********************************************************/

/* Wrapper Style */

#page {
	background-color:black;
	position:relative;
	margin: 0 auto;
	width:970px;
}

#page div#logo {
	float:left;
	height:30px;
	padding:20px 0 0 20px;
	width:200px;
}

#page div#navigation {
border:10px inset black;
background-image:url("../images/bckg3.jpg");
float:right;
height:50px;
margin-right:20px;
margin-top:20px;
padding-bottom:20px;
padding-top:20px;
width:690px;
}


/* Content Style */

.contentbox {
	width:315px;
	padding:20px;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	border:50px inset black;
	float:left;
	height:300px;
}

.button  a{
	display:block;
	line-height:30px;
	height:30px;
	background-color:black;
	font-size:14px;
	padding:0 10px 0 10px;
	text-align:center;
	font-weight:bold;
	margin:5px;
	border:5px outset black;
	float:right;
	color:white;
}

.button a:hover{
	background-color:white;
	color:black;
}

/* Footer Style */

#footer {
	background-color:black;
	position:relative;
	margin: 20px auto;
	padding:20px;
	width:930px;
	height:200px;
}

#footer div#copyright {
	font-size:10px;
	color:grey;
	float:right;
	margin-top:10px;
	height:150px;
	text-align:right;
}

#copyright a{
	font-size:10px;
}

#footer div#navigation2 {
	width:80px;
	padding:10px;
	font-weight:bold;
	border:10px inset black;
	background-image:url("../images/bckg3.jpg");
	float:left;
}

#navigation2 a {
	color:white;
}

#navigation2 a:hover {
	color:black;
	background-color:white;
}

#navigation2 ul{
	margin:0;
	padding:0;
	font-size:18px;
	list-style:none;
	float:left;
	
}

#navigation2 li{
	padding:0;	
	list-style:none;
	float:left;
}

#footer div#generalia {
	float:right;
	margin-left:200px;
	height:150px;
}

.floatleft {
	float:left;
}