@import url(../../rsc/basic.css);       /* Import basic styles */
@import url(../../rsc/img.css); /* Import standard image styles */
@import url(../../rsc/blog_elements.css);       /* Import standard blog elements styles */
@import url(../../rsc/forms.css);       /* Import default form styles */
@import url(../../rsc/comments.css);    /* Import default comment styles */

html, body  {
    background-color: #FBC19B;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans serif;
    letter-spacing: 0px;
    color: #000000;
}

.main  {
	background-color: #FBC19B;
        font-size: 12px;
        font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans serif;
	letter-spacing: 0px;
        color: #000000;
}
.main a:link {text-decoration: none; font-weight: bold; color: #86262A}
.main a:visited {text-decoration: none; font-weight: bold; color: #432928}
.main a:active {text-decoration: none; font-weight: bold; color: #EF7636}
.main a:hover {text-decoration: none; font-weight: bold; color: #EF7636}

.side  {
        background-color: #86262A;
	font-size: 11px;
	font weight: normal;
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans serif;
	letter-spacing: 0px;
	color: #EF7636;
}
.side a:link {text-decoration: none; color: #F6C929}
.side a:visited {text-decoration: none; color: #FBC19B}
.side a:active {text-decoration: none; color: #FDE6A8}
.side a:hover {text-decoration: none;  color: #FDE6A8}

.menupic {
	border-style: solid; 
	border-color: #432928; 
	border-width: 2px;
}

.posting-pic {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

blockquote {
	background: transparent;
	border: none;
}
