body{background-color:#FFFFFF;
font-family: arial;
padding-left: 0px;
padding-right: 0px;
}


#navigation{
padding: 10px;
background-color: #c67d19;
height: 100%;
width: 250px;
float: left;
}

#right{
float:left;
height: 100%;
width: 900px;
margin-left: 75px;
position: absolute;
top: 0;
left: 225px;
}

#left{
float: left;
clear: both;
height: 100%;
width: 200px;
}

#header{
z-index:1;
}

#content{
top: 100px;
align:center;
height: 70%;
clear: both;
}

#footer{
	width: 100%;


}

h1{
	font-family: arial, tahoma;
	color: maroon;
	font-size: 22px;
	text-align:center;
}

h2{font-family:arial, tahoma;
color:black;
font-size:20px;
text-align:center;
}

h3{font-family:arial narrow;
color:black;
font-size:18px;
text-align:center;
}

h4{font-family:arial narrow;
color:#000000;
font-size:20px;
text-align:center;
font-weight: 500;
}

h5{font-family:arial narrow;
color:black;
font-size:15px;
text-align:center;
font-weight: normal;
}

p{font-family: arial;
color: black;
font-size:14px;
}

a{text-decoration: none;
}

.style28{color:white;}

.style19{color:white;}

#price {
position: relative;
top:10px;
}

#pictures_left {padding: 10px;
position: fixed;
left:50px;
top: 100px;
border: 2px solid black;
background: #ffffff;
align: center;
}

#pictures_right {padding: 10px;
position: fixed;
right:50px;
top:225px;
border: 2px solid black;
background: #ffffff;
align: center;
}

.prodname {
	font-family: Times New Roman;
	font-weight: bold;
	color:#000000;
}
.prodnamered {
	color:#ff0000;
}