/** BASIC */

body {
	margin: 30px 0px 0px 0px;
	background-image: url(image/0008d-background.jpg);
	text-align: justify;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;

}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -4px;
	text-transform: lowercase;

}
h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: white;
	text-transform: lowercase;
	letter-spacing: -2px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	margin: 50px 0px 0px 0px;	
	width: 700px;
	height: 79px;
	background: url(image/img04.jpg)  left top;

}

/** MENU */

#menu {
	width: 700px;
	height: 30px;
	margin: 0px auto;
	background: url(image/img03.jpg) left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: white;
}

#menu a:hover {
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 700px;
	margin: 0px auto;
	background: url(image/img04.jpg) left top;
	height: auto;
}

#columnA {
	width: auto;
	padding: 7px;
	text-align: justify;
}

#columnB {
	padding: 20px;
	}

/** FOOTER */

#footer {
	height: 45px;
	width: 700px;
	margin: 0px auto;
	background: white ;
}

#footer p {
	margin: 0px;
	padding: 15px 10px;
	font-size: smaller;
	color: #274690;
}

div.container {
     position:     absolute;
     left:         50%;
     top:          30%;
     width:        400px;
     height:       300px;
     margin-left:  -400px;   /* Must be half the width */
     margin-top:   -200px;   /* Must be half the height */
}

div.float {
  float: left;
  top: 200px;  
}
  
div.float p {
   text-align: center;
   }