@charset "UTF-8";
/* CSS Document */







body {
	background-color: #ffffff;
	min-width: 795px;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 2pt;
	line-height: 18pt;
}
  
.des {
	font-family:"Courier New", Courier, monospace;
	font-size: 10.5px;
	line-height: 5pt;
	letter-spacing: 0pt;
		}

#container {
	text-align: left;
	width: 795px;
	height: 3150px;
	margin-left: auto;
	margin-right: auto;
	
  }

#bar {
	background-color:#000000;
	width: 795px;
	height: 7px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	border: 0;
	padding-top:0;
}

#header {
	position: absolute;
	width: 795px;
	height: auto;
	padding: 0px;
	top: 60px;	
	border: 1px;
}

#footer {
	background-color:#000000;
	width: 795px;
	height: 5px;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
	border: 0;
	padding-top:0;
}

		#title {
			font-family:"Courier New", Courier, monospace;
			font-size: 10.5px;
			text-align: center;
		}
		
		#logo {
			font-family:"Courier New", Courier, monospace;
			font-size: 35px;
			text-align: center;
			letter-spacing: 2.5pt;
			word-spacing: -7pt;
		}

#catalog {
position: absolute;
	width: 795px;
	height: auto;
	padding: 0px;
	top: 190px;	
	border: 1px;
}

#column1 {
	float: left;
	width: 264px;
	height: auto;
}

			.box {
				position: relative;
				height: auto;
				width: 260px;
				padding-bottom: 35px;			
			}
						
				
#column2 {
	float: left;
	width: 264px;
	height: auto;
}

#column3 {
	float: left;
	width: 264px;
	height: auto;
}

#soon {
	position: fixed;
	top: -10px;
	left: 200px;
    border: none;
}

#blog {
	position: fixed;
	top: -10px;
	left: 370px;
    border: none;
}
