html{
}

body{
	background-color: #ac3c3b;
}

#main_frame{
	width: 775px;
	height: 600px;
	background-image: url(../images/homepage.jpg);
	background-repeat: no-repeat;
}

a:link, a:visited{
	font-family: Arial;
	font-size: 16px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active{
	color: red;
}

.aboutText{
	font-family: Arial;
	font-size: 12px;
	color: black;
	text-align: right;
}

.shopTitle{
	font-family: Arial;
	font-size: 13px;
	color: black;
	font-weight: bold;
	text-align: right;
}

.text{
	font-family: Arial;
	font-size: 12px;
	color: black;
	text-align: right;
}

a.storeLink:link, a.storeLink:visited{
	font-family: Arial;
	font-size: 12px;
	color: #0f3b67;
	text-align: right;
	text-decoration: none;
}

a.storeLink:hover, a.storeLink:active{
	text-decoration: underline;
}