body {
background-image: url("images/site_bg.gif");
background-repeat: repeat-x;
background-color: #616161;
text-align: center;
margin: 0;
padding: 0;
font-family: Arial Ce, Arial;
font-size: 10pt;
}

div#page {
margin: auto;
width: 760px;
}

div.clear {
clear: both;
}

div#top {
background-image: url("images/site_header.gif");
background-repeat: no-repeat;
height: 61px;
padding-top: 80px;
color: #330066;
font-family: Times New Roman CE, Times New Roman, Times, Arial Ce, Arial;
font-size: 12pt;
position: relative;
}

div#top a {
color: #330066;
text-decoration: none;
}

div#top a#home {
position: absolute;
display: block;
/*border: solid 1px #FF6600;*/
width: 320px;
height: 70px;
left: 220px;
top: 10px;
}

div#top a#home span {
display: none;
}

div.tresc {
padding: 4px;
text-align: left;
}

div#content div.tresc .post {
font-weight: normal;
}

div#content {
background-image: url("images/content_bg.gif");
background-repeat: repeat-y;
width: 500px;
/*padding: 3px;*/
float: left;
}

div#content div.top {
background-image: url("images/content_top.gif");
background-position: top left;
background-repeat: no-repeat;
height: 18px;
}

div#content div.end {
background-image: url("images/content_end.gif");
background-position: bottom left;
background-repeat: no-repeat;
height: 8px;
}



div#red {
background-image: url("images/red_bg.gif");
background-repeat: repeat-y;
width: 254px;
/*padding: 3px;*/
float: right;
}

div#red div.top {
background-image: url("images/red_top.gif");
background-position: top left;
background-repeat: no-repeat;
height: 18px;
}

div#red div.end {
background-image: url("images/red_end.gif");
background-position: bottom left;
background-repeat: no-repeat;
height: 10px;
}



div#blue {
background-image: url("images/blue_bg.gif");
background-repeat: repeat-y;
width: 254px;
/*padding: 3px;*/
float: right;
}

div#blue div.top {
background-image: url("images/blue_top.gif");
background-position: top left;
background-repeat: no-repeat;
height: 19px;
}

div#blue div.end {
background-image: url("images/blue_end.gif");
background-position: bottom left;
background-repeat: no-repeat;
height: 8px;
}



div#fiolet {
background-image: url("images/fiolet_bg.gif");
background-repeat: repeat-y;
width: 254px;
/*padding: 3px;*/
float: right;
}

div#fiolet div.top {
background-image: url("images/fiolet_top.gif");
background-position: top left;
background-repeat: no-repeat;
height: 18px;
}

div#fiolet div.end {
background-image: url("images/fiolet_end.gif");
background-position: bottom left;
background-repeat: no-repeat;
height: 10px;
}


div#white {
background-image: url("images/white_bg.gif");
background-repeat: repeat-y;
width: 254px;
/*padding: 3px;*/
float: right;
color: #111;
}

div#white div.top {
background-image: url("images/white_top.gif");
background-position: top left;
background-repeat: no-repeat;
height: 18px;
}

div#white div.end {
background-image: url("images/white_end.gif");
background-position: bottom left;
background-repeat: no-repeat;
height: 8px;
}



div.menu_clear {
width: 200px;
clear: right;
height: 1px;
line-height: 1px;
font-size: 1px;
margin:0;
padding: 0;
}

div.trescr {
padding: 0px 3px 0px 6px;
text-align: left;
color: #FFF;
}

div#white div.trescr {
padding: 0px 3px 0px 10px;
color: #222;
text-align: center;
}

div#white div.trescr h2 {
color: #222;
text-align: left;
}

#text_intad_body1 {
color: #000;
width: 750px !important;
min-height: 40px !important ;
height: 40px !important ;
padding: 0px !important;
font-size: 12px !important ; 
font-weight: normal !important;
font-family: Tahoma !important; 
vertical-align: top; 
display: block !important;
}
#text_intad_body1 a {
color: blue !important;
font-weight: normal !important; 
font-size: 12px !important; 
font-family: Tahoma !important;

}
#text_intad_body1 b {
font-size: 12px !important ;
color: #CC0000 !important;
font-family: Tahoma !important;
}


	/* CSS for my first scrolling box */
	#scrollingContainer{
    margin: auto;
		width:750px;	/* 170 pixels in width */
		height: 33px;	/* Height of box */
		background-color: transparent;	/* Light blue background color */
		padding:0px;	/* A little bit of space between border of box and text inside */
		float:left;	/* I want the text to wrap around the box */
		margin-right:10px;	/* Right margin of 10 pixels */
		font-size:15px;	/* Smaller font size than the rest of the page */
    /*line-height: 20px;*/
    text-align: left;
    padding-left: 5px;
    margin-top: 7px;
    /*border: solid 1px #FFFF00;*/
		overflow:hidden;	/* Hide overflow content */
	}
	/* End css for my first scrolling box */