/* CSS Document */

body {
	background-image:url(img/actile.jpg);
	background-repeat:repeat;
	font-family: "American Typewriter", "Courier New", Courier, monospace;
}


h1 {
	color: #000000;
	font-size: x-large;
	font-weight: bolder;
}

h2 {
	color: #000000;
	line-height: 0px;
	font-weight: normal;
	font-size: large;
}

#bubble {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 342px;
	width: 410px;
	background-image:url(img/topcircle.png);
}

#top {
	position: absolute;
	top: 0px;
	left: 10px;
	display: inline;
}

img {
	border: none;
	}

.left {
	position: absolute;
	top: 42px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 40px;
	z-index: 20;
}

#bar {
	position: absolute;
	top: 42px;
	left: 80px;
	background-color: #D4EBAF;
	height: 92px;
	width: 600px;
	text-align: center;
	padding: 0px 0px 0px 140px;
}

.right {
	position: absolute;
	top: 42px;
	left: 820px;
}

#side {
	position: relative;
	top: 130px;
	left: 10px;
	background-image: url(img/acsidebox.png);
	height: 143px;
	width: 150px;
	margin-bottom: 20px;
}

#box {
	position: relative;
	background-color: #D5ECAF;
	top: 0px;
	left: 25px;
	height: 50px;
	width: 130px;
}

#nav1 {
	position: relative;
	top: 22px;
	left: 21px;
	font-size: large;
	color: #FF6600;
	letter-spacing: 1px;
	height: 50px;
}

#nav2 a {
	position: relative;
	top: 2px;
	color: #000000;
	text-decoration: none;
	font-size: medium;
	line-height: 25px;
	padding-left: 30px;
}

#main {
	position: absolute;
	top: 160px;
	left: 200px;
	width: 670px;
	height: 100%;
}
#mainbox {
	position: relative;
	background-color: #FFFFCC;
	width: 630px;
	height: 500px;
	padding: 0px 20px 0px 20px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#mainbar {
	position: relative;
	left: 45px;
	background-color: #FFFFCC;
	width: 580px;
	height: 45px;
}
#maintl {
	position: relative;
	background-image:url(img/acmainc.png);
	height: 45px;
	width: 45px;
	float: left;
}
#maintr {
	position: relative;
	background-image:url(img/acmainc.png);
	height: 45px;
	width: 45px;
	background-position: -45px 0px;
	float: right;
}
#mainbl {
	position: relative;
	background-image:url(img/acmainc.png);
	height: 45px;
	width: 45px;
	background-position: 0px -45px;
	float: left;
}
#mainbr {
	position: relative;
	background-image:url(img/acmainc.png);
	height: 45px;
	width: 45px;
	background-position: -45px -45px;
	float: right;
}
.desc {
	font-size: small;
}
.price {
	font-size: medium;
	color: #003300;
	line-height: 20%;
	text-align: right;
}
.more, .more a, .more a:visited {
	font-size: small;
	text-decoration: none;
	color: #006633;
	line-height: 0%;
}


form {
	text-align: center;
}	

/* the interior */

#col1 {
	float: left;
	width: 190px;
	height: 100%;
}

#col2 {
	width: 190px;
	margin: 0px 208px;
	padding: 0px;
}

#col3 {
	float: right;
	width: 190px;
	height: 100%;
}

#col1 img, #col2 img, #col3 img {
	width: 190px;
	height: auto;
}