/* Raducu-Sergiu Popa (raducu.sergiu@gmail.com) */

* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #9d2906;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;

}

body {
    font: 12px Tahoma,Verdana, sans-serif;
    background: #FFF url('../images/bg_body.gif') top left repeat-x;
    color: #000;
}

#container {
    width: 750px;
    margin: 10px auto;
}

#container2 {
    width: 750px;
    margin: 10px auto;
	margin-bottom: 0px;
}

#article_left {
	/* width: 235px;
	float: left;
	background: #f8e8ca url('../images/bg_left.gif') top center repeat-y;
	margin-bottom: 2px;
	margin-top: -3px;*/
}

#content_right {
	/*float: right;*/
	width: 625px;
	margin-right: 8px;
	margin-left: 25px;
}

#content_right .title {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #952806;
	display: block;
	margin-bottom: 5px;
	border-bottom: 2px solid #999;
}

#top {
    background: #FFF url('../images/bg_top.gif') top center no-repeat;
    height: 122px;
}
#top_left {
    float:left;
    padding-top: 13px;
    padding-left: 30px;
    width: 430px;
    height: 90px;
}

#top_right {
    float: right;
    width: 250px;
    padding-right: 30px;
    padding-top: 70px;
    height: 20px;    
}

#top_right .form {
    background: #e3e3e3 url('../images/bg_form.gif') top right repeat-x;
    padding: 2px;
    font: 11px Tahoma,Verdana, sans-serif;
    border: 1px solid #ccc;
}

#top_bottom {
    clear: left;
    font: 11px Tahoma, Verdana, sans-serif;
    color: #CCC;
    padding-right: 25px;
}

#top_bottom a {
    text-decoration: none;
    color: #513413;
}

#top_bottom a:hover {
    text-decoration: underline;
    color: #000;
}

#news {
    background: #FFF url('../images/bg_news.gif') top center no-repeat;
    height: 270px;
}

#welcome {
    width: 470px;
    float: left;
    padding-left: 4px;
    padding-top: 4px;
}
#announcements {
    width: 265px;
    height: 263px;
    margin-top: 7px;
    color: #FFF;
    font: 12px Georgia, Tahoma, sans-serif;
    margin-right: 5px;
    background: url('../images/bg_announcements.gif') top center no-repeat;
    float: right;
}

#announcements a {
    font-weight: bold;
    color: #FFF;
    text-decoration: underline;
    font: 10px Tahoma,Verdana, sans-serif;
}

#announcements a:hover {
    text-decoration: none;
}

#content {
    background: url('../images/bg_content.gif') top center repeat-y;
    width: 723px;
    margin: -1px auto;
    padding-left: 1px;
}

#content2 {
    background: url('../images/bg_content.gif') top center repeat-y;
    width: 703px;
    margin: -1px auto;
    padding: 10px;
	padding-left: 11px;
	padding-right: 24px;
}

#footer {
    background: url('../images/bg_footer.gif') top center no-repeat;
    width: 707px;
    padding: 8px 11px 5px 8px;
    height: 57px;
    margin: 0 auto;
}

#footer a {
    color: #444242;
}

#footer a:hover {
    text-decoration: none;
}

.copyright {
    color: #817f7f;
    font: 11px Tahoma,Verdana,sans-serif;
    font-weight: bold;
}

#footer .form {
    background: #e3e3e3 url('../images/bg_form.gif') top right repeat-x;
    padding: 2px;
    font: 11px Tahoma,Verdana, sans-serif;
    border: 1px solid #ccc;
}

#small {
    font: 11px Tahoma,Verdana,sans-serif;
    color: #444242;
	clear: both;
}

.whos_online {
    color: #86673B;
    font: 11px Tahoma,Verdana,sans-serif;
}