body
{
    background-color: #AEEEFF;
    background-image: url('img/bg.png');
    background-repeat: repeat-x;
	font-family: Arial;
	font-size: 14px;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

img
{
	border: 0px;
}

a
{
    color:#000;
    text-decoration: none;
}

a:visited
{
	text-decoration:none; 
}

a:hover
{
	color:#00F;
	text-decoration:underline; 
}

.screenshots
{
    text-align: center;
}

.screenshots img
{
    border-style: solid;
    border-width: 1px;
}

#header
{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

#container
{
    text-align: left;
}

#menu
{
    width: 260px;
    float: left;
    padding: 10px 10px 10px 10px;
    margin: 0px 30px 0px 0px;
    background-color: #F4FDFF;
}

#menu ul
{
    list-style-type: none;
    padding: 0px, 10px, 20px, 10px;
    margin: 0px;
}

#menu li
{
    margin: 5px;
}

#menu p
{
	clear: both;
}

#content
{
    width: 680px;
    padding: 20px;
    float: left;
    background-color: #F4FDFF;
}

#content a
{
    color:#00F;
}

#content a:hover
{
	color:#000;
}

#profile div
{
	float: left;
	padding: 5px;
	margin: 10px 0px 20px 0px;
	vertical-align: center;
}

#onderschrift
{
	clear: both;
	text-align: right;
	padding: 30px 20px 0px 0px;
}

#rants
{
	float: left;
	width: 55%;
}

#music
{
	float: right;
	width: 40%;
}

.rowcontainer
{
	height: 100%;
	width: 100%;
}

.genrow
{
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0px;
}

.genrow:hover
{
	background-color: #6ACDE5
}

.genlist ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.genlist p
{
	clear: both;
}

.rcell
{
	
}

.rcell.rleft
{
	float: left;
	max-width: 245px;
	padding: 2px;
}

.rcell.rright
{
	float: right;
}

.rcell.music
{
	line-height: 50px;
	height: 50px;
}

.rcell.music img
{
	vertical-align: middle;
}

rcell.rants
{
	height: 50px;
}

.rcell.rants img
{
	vertical-align: middle;
}

.rcell.date
{
	line-height: 50px;
	height: 50px;
}

