a img {border: none; }
body{
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*or any other font family you prefer*/
	font-size: 12px;
	background-color: #1D61E8;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#container {
position: relative;
width: 800px;
margin: auto;
}
div.imageholder{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
	position:absolute;
	width:235px; /*Width of Image*/
	height:220px; /*Height of Image*/
	left:21px; /* This is applied relative to edge of container */
	top:129px;
}
div.imageholder2{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
	position:absolute;
	width:519px; /*Width of Image*/
	height:58px; /*Height of Image*/
	left:239px; /* This is applied relative to edge of container */
	top:40px;
}
div.logotext{
	position:absolute;
	width:260px;
	height:100px;
	top: 48px;
	left: 13px;
}
div.content{
	position:absolute;
	width:520px;
	height:200px;
	top: 167px;
	left: 14px;
}
div.bottomlinks{
	position:absolute;
	width:82px;
	height:80px;
	top: 562px;
	left: 723px;
}
div.content2{
	position:absolute;
	width:198px;
	height:295px;
	top: 166px;
	background-color: #FFFFFF;
	left: 575px;
}
div.content3{
	position:absolute;
	width:538px;
	height:152px;
	top: 384px;
	left: 14px;
}
div.content4{
	position:absolute;
	width:802px;
	height:208px;
	top: 164px;
	left: 8px;
}
div.content5{
	position:absolute;
	width:821px;
	height:126px;
	top: 435px;
	left: 9px;
}
div.content6{
	position:absolute;
	width:794px;
	height:383px;
	top: 168px;
	left: 16px;
	overflow: auto;
}
div.content8{
	position:absolute;
	width:280px;
	height:376px;
	top: 164px;
	left: 8px;
	border: 1px dashed #0960EB;
}
div.content7{
	position:absolute;
	width:282px;
	height:376px;
	top: 163px;
	left: 135px;
}
div.content9{
	position:absolute;
	width:223px;
	height:376px;
	top: 164px;
	left: 437px;
}
div.footer2{
	position:absolute;
	width:704px;
	height:42px;
	top: 564px;
	left: 20px;
}
div.navigation{
	position:absolute;
	width: 95px;
	height: 40px;
	left : 287px;
	top: 108px;
	z-index: 5; /*z-index is the ordering of the CSS Layers, the bigger the z-index, the higher the more on top it will be, I set a z-index of 5 so the navigation will remain on top at all time*/
	line-height:30px;
	font-size: 18px;
	color:#663300;
	background-image: url(images/home.png);
}
div.navigation:hover { 
background-position: 0 -40px;
color: #049;
}
div.navigation2{
	position:absolute;
	width: 95px;
	height: 40px;
	left : 393px;
	top: 108px;
	z-index: 5; /*z-index is the ordering of the CSS Layers, the bigger the z-index, the higher the more on top it will be, I set a z-index of 5 so the navigation will remain on top at all time*/
	line-height:30px;
	font-size: 18px;
	color:#663300;
	background-image: url(images/products.png);
}
div.navigation2:hover { 
background-position: 0 -40px;
color: #049;
}
div.navigation3{
	position:absolute;
	width: 95px;
	height: 40px;
	left : 499px;
	top: 108px;
	z-index: 5; /*z-index is the ordering of the CSS Layers, the bigger the z-index, the higher the more on top it will be, I set a z-index of 5 so the navigation will remain on top at all time*/
	line-height:30px;
	font-size: 18px;
	color:#663300;
	background-image: url(images/buy.png);
}
div.navigation3:hover { 
background-position: 0 -40px;
color: #049;
}
div.navigation4{
	position:absolute;
	width: 95px;
	height: 40px;
	left : 605px;
	top: 108px;
	z-index: 5; /*z-index is the ordering of the CSS Layers, the bigger the z-index, the higher the more on top it will be, I set a z-index of 5 so the navigation will remain on top at all time*/
	line-height:30px;
	font-size: 18px;
	color:#663300;
	background-image: url(images/faqs.png);
}
div.navigation4:hover { 
background-position: 0 -40px;
color: #049;
}
div.navigation5{
	position:absolute;
	width: 95px;
	height: 40px;
	left : 712px;
	top: 108px;
	z-index: 5; /*z-index is the ordering of the CSS Layers, the bigger the z-index, the higher the more on top it will be, I set a z-index of 5 so the navigation will remain on top at all time*/
	background-image: url(images/contact.png);
}
div.navigation5:hover { 
background-position: 0 -40px;
color: #049;
}
div.want {
	height: 49px;
	width: 210px;
	position: absolute;
	left: 267px;
	top: 47px;
	background-image: url(images/want.jpg);
}
div.want:hover {
	background-position: 0 -49px;
	background-image: url(images/want.jpg);
}
a:hover {
	color: #FFFFFF;
}
