/*Reset*/
@import url('reset.css');
body {
	background-color:#CC6600;
	background-image:url(img/bg.gif);
	font-family: Arial; 
	font-size: 14px;
}
strong {font-weight:bold;}
#conteiner {
	width:960px;
	margin:0 auto;
	margin-top:20px;
}
#header {
	width:960px;
}
#header h1 a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(img/motosellid_logo.png) no-repeat scroll 0 0;
	display:block;
	height:166px;
	overflow:hidden;
	text-indent:-9999px;
	width:830px;
}
#nav {
	background-image:url(img/menu_bg.png);
	width:960px;
	height:46px;
	margin-top:10px;
	font-size: 14px;
	font-weight:bold;
}
#nav li {
	float:left;
	margin:16px 0 0 45px;
}
#nav li a {
	color:#fff;
	text-decoration:none;
	text-transform:lowercase;
}
#nav li a:hover {
	color:#000;
}
#main {
	width:960px;
}
#left, #center, #right {float:left; margin-top:10px;}
#left {
	width:220px;
	height:551px;
}
#center {
	background:transparent url(img/main_bg.gif) repeat-y scroll 0 0;
	margin:10px 0 0 10px;
	width:487px;
}
#center-bottom {
	background:transparent url(img/main_bottom.gif) no-repeat scroll 0 0;
	height:15px;
	width:487px;
}
#center-center {
	padding:0 10px;
	width:467px;
}
#center-center p {margin:0 0 10px 0;}
#center-center a:link {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
#center-center a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#center-center a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#center-center a:active {
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
#center-center input {
	background-color:#753600;
	border:none;
	color:#FFF;
	padding:4px;
}
#center-center textarea {
	background-color:#753600;
	border:none;
	color:#FFF;
	padding:4px;
}
#center-top {
	background:transparent url(img/main_top.gif) no-repeat scroll 0 0;
	height:15px;
	width:487px;
}
#right {
	background:transparent url(img/sponsors.gif) no-repeat scroll 0 0;
	height:558px;
	width:232px;
	margin-left:10px;
}
#right a {
	display:block;
	text-indent:-9999px;
}
#right a#mm {
	height:78px;
	margin:41px 0 0 40px;
	width:147px;
}
#right a#ps {
	height:38px;
	margin:14px 0 0 66px;
	width:95px;
}
#right a#seb {
	height:42px;
	margin:16px 0 0 68px;
	width:93px;
}
#right a#velt {
	height:49px;
	margin:13px 0 0 13px;
	width:200px;
}
#right a#kp {
	height:82px;
	margin:10px 0 0 13px;
	width:200px;
}
#right a#mv {
	height:56px;
	margin:9px 0 0 13px;
	width:200px;
}
#right a#rmk {
	height:92px;
	margin:9px 0 0 13px;
	width:202px;
}
#creator {
	height:48px;
	width:960px;
	display:inline-block;
	
}
#creator a {
	background-image:url(img/kristjan_koppel.png);
	display:inline-block;
	float:right;
	height:48px;
	margin:10px 0;
	text-indent:-9999px;
	width:50px;
}