/***************************/
/*
/*  General
/*
/***************************/

body{
	background-color: white;
}

p, h1, h2, h3, h4, h5, h6{
	color: black;
}

h2{
	margin-top: 1px;
	margin-bottom: 0;
}

dd{
	font-size: 90%;
}

img{
	border: 0;
}

/***************************/
/*
/*  Links
/*
/***************************/

a{
	font-family: Helvetica, Arial, sans-serif;
}

a.plain{
	text-decoration: none;
}

a:link{
	color: #006600;
}

a:visited{
	color: #77aa77;
}



/***************************/
/*
/*  Classes
/*
/***************************/

.mainbody{
	margin: 1em 160px 0 190px;
	padding: 1ex;
	border-right: thin solid #006600;
	border-left: thin solid #006600;
}

.sidebar{
	float: left;
	width: 190px;
	padding: 0 5px 0 1ex;
	margin: 0 0 0 0;
}

.recentproducts{
	float: right;
	width: 150px;
	padding: 0 5px 0 5px;
	margin: 0 0 0 10px;
	text-align: center;
}

.secondary{
	width: 10em;
	border-top: thin dashed #006600;
	font-size: 70%;
	margin: 0 0 0 1ex;
}

.small{
	font-size: 80%;
}

.here{
	color: #00BB00;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
}

.valence_bg{
	background: url(graphics/backgrounds/valence_big.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.console_bg{
	background: url(graphics/backgrounds/console_big.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.minigame_bg{
	background: url(graphics/backgrounds/minigame_big.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.reviews_bg{
	background: url(graphics/backgrounds/reviews_big.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.superlink_bg{
	background: url(graphics/backgrounds/superlink_big.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.vgames_bg{
	background: url(graphics/backgrounds/ValentGames_big.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
