/*
     Created by Alexander Hommel
	  
	  Web: www.in-bloom.org
	  E-Mail: design@in-bloom.org
*/

* { padding: 0; margin: 0; }

* img {border: none;}

a {text-decoration: none; color : #f7941d;}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 background-color: #fff;
 text-align:center;
 }

#wrapper { 
 margin: auto;
 width: 900px;
 background: transparent;
}

#main #header {
 width: 100%;
 height: 80px;
 float: left;
 margin: 20px 0 20px 80px;
 background: transparent url(images/title.jpg) no-repeat left;
}
#main #header a, #main #header a:hover {
	text-decoration:none;
}

#navigation {
 float: right;
 margin: 50px 30px 0 0;
 background: transparent;
 color:#de95b8;
}
#content {
 float: left;
 width: 100%;
 height: 700px;
 background: transparent url(images/home_bg.jpg) no-repeat;
 /*border: 10px solid #fff;*/
/* margin-top: 20px;*/
}


ul {
	list-style-type: none;
}

li {
	margin-top: 30px;
}

li.gb{background: url(images/gb.gif) no-repeat 0 4px;}