@import url("http://www.testwebben.se/625/3226.css");


/* LAYOUT ------------------ */

#main
{
    	margin: 0.5em;
}

#main-content
{
    	padding: 1em;
	float: left;
	width: 400px;
}

#main-right
{
    	padding: 1em;
	float: left;
	width: 300px;
}

.clear
{
    	clear: both;
    	line-height: 0.01;
    	border-style: none;
}

