@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	line-height: normal;
	background-color: #262e30;
	background-image: url(images/general/bkg_left_nav.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#contentwrapper{
	float: left;
	width: 100%;
}
#leftcolumn{
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: 200px;
	background-color: #262e30;
	background-image: url(images/general/bkg_left_nav.jpg);
	margin-top: 50px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #e4303d;
}
a:active {
	text-decoration: none;
	color: #e4303d;
}
