
			body {
				background:url(../gfx/bg.jpg) repeat-x #bbbbbb; 
				margin:0px auto; 
				font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:150%;
				color:#333333;
				width:780px;
			}
			h1 {
				color:#666666;
				margin:20px 0px;
				padding:0px;
				font-size:20px;
				font-weight:normal;
			}
			h2 {
				color:#FFFFFF;
				margin:0px;
				padding:0px;
				font-size:11px;
				font-weight:normal;
			}
			h3 {
				visibility:hidden;
			}
			p {
				margin-top:0px;
				padding:0px;
			}
			ul {
				list-style:square;
			}
			a img {
				border: none;
			}
			em, a, a:link, a:visited, a:active {
				color:#0080FF;
				text-decoration:none;
			}
			a:hover {
				color:#FF8000;
				text-decoration:underline;
			}
			#header {
				height:101px;
				overflow:hidden;
			}
						#logo {
							float:left;
						}
						#navigation {
							float:right;
						}
						#logolink {
							width:186px;
						}
						.link {
							border:none;
							height:101px;
						}
			#body {
				clear:both;
			}
						#content {
							float:left;
							padding-left:0px;
						}
									.content_header {
										background:url(../gfx/content_header.png) no-repeat; 
										padding:40px 40px 10px 40px;
										width:502px;
									}
									.content_footer {
										background:url(../gfx/content_footer.png) no-repeat; 
										height:46px;
										width:502px;
										padding-right:82px;
										text-align:right;
									}
						#info {
							float:right;
							background:url(../gfx/info_software.jpg) no-repeat;
							width:174px; 
							height:341px;
							padding-top:100px;
						}
						.info img {
							height:35px;
							width:150px;
						}
						.info a, .info a:link, .info a:visited, .info a:active {
							color:#FF0000;
							text-decoration:none;
						}
						.info a:hover {
							color:#FFFFFF;
							text-decoration:underline;
						}
						.mailinfo {
							color:#0080FF;
						}
			#footer {
				margin:20px auto;
				text-align:center;
				clear:both;
			}
						#footerlink {
							border:none;
							width:713px;
							height:12px;
						}
			.center {
				text-align:center;
			}
			.left {
				text-align:left;
			}
			.right {
				text-align:right;
			}
			.bold {
				font-weight:bold;
			}
			.image {
				width:500px;
				height:161px;
			}
			.bigimage {
				width:500px;
				height:350px;
			}
