@charset "iso-8859-1";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #000000;
}

div#page{
	width: 980px;
	min-height: 725px;
	margin-left: 30px;
	margin-top: 30px;
}

div#index_content{
	margin: auto;
}

#welcomebox{
	margin-top: 30px;
	float: left;
}

div#content{
	margin: auto;
	text-align: center;
}

div#theboxshop{
	width: 264px;
	margin-top: 129px;
	margin-right: 40px;
	margin-left: 40px;
	float: left;
}

#icon_menu{
	margin: 30px 20px 20px auto;
	height: 104px;
}

.small_text{
	font-size: 13px;
	padding-top: 5px;
}

a {
	color: #FFFFFF; 
	text-decoration: none;
}

a:hover {
	color: #cccccc; 
	text-decoration: none;
}

a.pink {
	color: #f0037f; 
	text-decoration: none;
}

a.pink:hover {
	color: #999999; 
	text-decoration: none;
}

a.blue {
	color: #00aeef; 
	text-decoration: none;
}

a.blue:hover {
	color: #999999; 
	text-decoration: none;
}

a.yellow {
	color: #FFFF00; 
	text-decoration: none;
}

a.yellow:hover {
	color: #999999; 
	text-decoration: none;
}

a.purple {
	color: #8F3F97; 
	text-decoration: none;
}

a.purple:hover {
	color: #999999; 
	text-decoration: none;
}

td.vHrRed{
	background: url(images/hr_red.gif) repeat-y 40px 0;
}
