/* copyright © 2005-2008 brothers-media.net */

/** Layout Formatting **/
  
  
/* BASICS */ 
html {
	background: #fff url('../images/html-bg.gif') left top repeat;
	}
	
body {
	background: transparent url('../images/body-bg.png') left top repeat-x;
	}	
	
div#wrapper { 
	margin: 0 auto;
	width: 670px;
	}
	
div.space-vertical-small {
	border: 0;
	height: 10px;
	}	
div.space-vertical-medium {
	border: 0;
	height: 15px;
	}	
div.space-vertical-big {
	border: 0;
	height: 30px;
	}		

div.line-medium {
	border: 0px solid #ccc;
	border-top-width: 1px;
	height: 15px;
	}	
div.line-big {
	border: 0px solid #ccc;
	border-top-width: 1px;
	height: 30px;
	}		
/* BASICS END */ 


/* HEADER */ 
div.header-space {
	clear: both;
	width: 100%;
	height: 20px;	
	}

div#header {
	width: 100%;
	height: 105px;
	background: url('../images/header-bg.png') center top no-repeat;
	}
/* HEADER END */


/* CONTENT */ 
div#content {
	width: 100%;
	text-align: center;
	}
div#content img {
	margin-top: 5px;
	margin-bottom: 5px;
	}	
/* CONTENT END */ 	


/* FOOTER */ 
div#footer {
	width: 100%;
	height: 35px;
	}
/* FOOTER END */ 	
