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

#container {
	background: url(bg.jpg);
	position: relative;
	top: 15%;
	left: 20%;
	width: 800px;
	height: 600px;
}

#nav {
	width: 800px;
	height: 120px;
}

#news {
	background: #5E5E5E;
	position: relative; 
	float: left;
	width: 230px;
	height: 375px;
	top: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	margin-right
	overflow: auto;
	padding-top: 5px;
	padding-left: 5px;


}

#content {
	position: relative;
	float: right;
	height: 375px;
	width: 525px;
	top: 2%;
	overflow: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y; 
}

#store {
	position: relative;
	float: right;
	height: 375px;
	width: 525px;
	top: 2%;
	overflow: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: 5E5E5E;
}
#footer {
	font-style: italic;
	font-weight: bold;
	color: #0099FF;
	text-align: center;
	
}

#wearable {
	position: absolute;
	float: left;
	width: 170px;
	left: 0px;
}

#decorative {
	position: absolute;
	float: right;
	width: 170px;
	left: 350px;
}

#functional {
	position: absolute;
	float: inherit;
	width: 170px;
	left: 175px;

}

#image {
	border: thin;
	border-color: #000000;
}	

#content1 {
	position: absolute;
	float: left;
	width: 245px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5E5E5E;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 3px;
	left: 0;

}

#content2 {
	position: abslute;
	float: right;
	width: 235px;
	left: 270px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5E5E5E;
	padding-top: 3px;
	padding-right: 3px;
	
}

#content3 {
	position: absolute;
	float: left;
	width: 245px;
	left: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5E5E5E;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 3px;

}

#content4 {
	position: absolute;
	float: right;
	width: 235px;
	left: 270px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5E5E5E;
	padding-top: 3px;
	padding-right: 3px;

}

#frontyellow {
	color: #A4CE39;
}

#frontgreen {
	color: #FFFF00;
}

#headline {
	font-size: medium;
	font-weight: bold;
	color: #5E5E5E;
}

#headline2 {
	font-size: small;
	font-weight: bold;
}

#headline3 {
	font-size: medium;
	font-weight: bold;
	color: #0099FF;
}


a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


