	
		<STYLE type="text/css">
			
			/* Default properties */
			
			FORM {
				margin: 0px;
			}
			
			A IMG {
				border: 0px;
			}
			
			/* Font properties */
			
			BODY, TD {
				font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
				font-size: 12px;
				color: #293D82;
			}
			
			A {
				color: #293D82;
			}
			
			H1 {
				font-size: 24px;
				color: #C0D8E2;
				margin: 0px 0px 15px 0px;
			}
			
			/* Background properties */
			
			BODY {
				background-color: #007FA9;
			}
			
			/* Background image 'Header' 950 x 105 px */
			#cell01 {
				background: #FFFFFF url('images/header.jpg') no-repeat left bottom;
			}
			
			/* Background image 'Arc' 205 x 33 px */
			#cell02 {
				background: #F8E6CE url('images/logo_boog.jpg') no-repeat left top;
			}
			
			#cell03 {
				background-color: #FFFFFF;
			}
			
			/* Background image 'Illustration' 205 x 205 px (Bottom submenu) */
			#cell04 {
				background: #F9E7CF url('images/decor_sub.jpg') no-repeat left bottom;
			}
			
			/* Background image 'Logo' 745 px width (Behind text) */
			#cell05 {
				background: #FFFFFF url('images/oog_back.jpg') no-repeat right bottom;
			}
			
			/* Background image 'Address' 950 x 19px */
			#cell06 {
				background: #293D82 url('images/adres.gif') no-repeat center bottom;
			}
			
			/* Border properties */
			
			#main {
				border: 1px solid #FB7D0C;
			}
			
			.image {
				clear: both;
				float: right;

				margin: 15px 0px 0px 30px;
			}
			
		</STYLE>