body {
 	background : #ffffff;
        margin : 0px 0px 0px 0px; 
	font-family : "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", sans-serif;
	color : #000000;
	font-size : 12px;
}

a {
	color : #000000;
 	background-color : #ffffff;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

#top {
	background-image : url(images/bg_top.jpg);
	background-repeat : repeat-x;
	width : 100%;
	height : 130px;
}


#account, .risp {
	/* float : right; */
	margin : 20px;
	padding : 20px;
}


.login {
	font-size : 10px;
}

.risp, .risp a {
 	color : #000000;
	background-color : #bfbfff;
} 


#account a, #account {
	background-image : url(images/bg_account.jpg);
}

.title {
	margin : 40px 20px 0px 20px;
	padding : 20px 20px 0px 20px;
	clear : both;
}

.title img, .sub_title img {
	float : left;
	margin-right : 20px;
}


.sub_title {
	margin-left : 120px;
	clear : left;
}

.forum_title {
	font-size : 20px; 
	font-weight : bold;
}


.forum_subtitle {
	font-size : 14px; 
	font-weight : bold;
}

.forum_info {
	font-size : 13px; 
	text-align : justify;
}

#args_list {
	margin : 80px 0px 0px 0px;
} 

.arg, #reg_form, #risp_form {
	margin : 40px;
}

.arg img {
	margin-right : 6px;
}

.msg, #arg_form {
	margin : 80px 40px 40px 40px;
}

#footer{
	font-size : 11px;
	clear : left;
} 

#footer p {
	margin : 80px 40px 40px 40px;
} 

