#boxcontent {
	height:370px;
}
	#boxaccessoriestitle {
		position:absolute;
		top:135px;
		left:200px;
		width:330px;
		height:30px;
		background-color:white;
		background-image:url('../images/accessoriestitlebg.gif');
		background-repeat:no-repeat;
	}
		#boxaccessoriestitle h2 {
			font-size:10px;
			text-indent:-5000px;
		}
	#boxaccessories {
		position:absolute;
		top:175px;
		left:200px;
		width:330px;
		height:250px;
		background-color:silver;
		border:0px;
		overflow:hidden;
		background-color:white;
	}
		#accessories {
			margin:0px 10px;
		}
			#accessories h3 {
				border:0px;
				margin:5px 0px;
				padding:0px;
				font-size:12px;
				color:#FF6600;
			}
			#accessories ul {
				border:0px;
				margin:0px 0px 0px 20px;
				padding:0px;
			}
				#accessories ul li {
					border:0px;
					margin:0px;
					padding:0px;
					font-size:12px;
					color:#333399;
				}
					#accessories ul li a{
						border:0px;
						margin:0px;
						padding:0px;
						font-size:12px;
						color:#333399;
					}
	#boximg1 {
		position:absolute;
		top:135px;
		left:10px;
		width:180px;
		height:163px;
		background-color:silver;
	}
	#boxacrobat {
		position:absolute;
		top:410px;
		left:210px;
	}
		#boxacrobat p {
			font-size:12px;
			color:#333399;
			border:0px;
		}
		#boxacrobat img {
			border:0px;
		}
	#boxlinks {
		position:absolute;
		top:135px;
		left:540px;
		width:220px;
		height:160px;
		background-color:orange;
		background-image:url('../images/linksbg.gif');
		background-repeat:no-repeat;
		font-family:tahoma,sans-serif;
		font-size:12px;
	}
		#links {
			margin:10px;
			text-align:center;
			font-size:18px;
		}
			#links p {
				font-weight:bold;
				color:#FFFFDE;
				font-size:18px;
				margin-top:30px;
			}
