body {
margin: 0;
padding: 0; 
background-color: white;
clear: both;
}

#container{
position: absolute;
margin: 0px auto;
width: 1000px;

background-repeat: repeat-y;
height: 100%;

}

/* beginning top part */
#logo{
position: absolute;
left: 5px ;
top: 5px ;
width: 213px;
height: 212px;
background-image: url(../images/Copy_of_manasa_logo.png);

}


/* beginning top part */
#header{
position: absolute;
left:225px;
top: 5px;
width: 740px;
height: 133px;
background-repeat: repeat-y;
}

#top{
margin: 0px auto;
width: 740px;
height: 12px;
background-image: url(../images/ombrasu.jpg);
background-position: top;
background-repeat: no-repeat;
}

#middle{
margin: 0px auto;
width: 740px;
height: 133px;
background-image: url(../images/header_image.JPG);
background-position: center;
background-repeat: no-repeat;
}

#title{
width: 400px;
height: 100px;
float: right;
text-align: right;
color: #ffffff;
margin-top: 34px;
padding-right: 60px;
}

#down{
margin: 0px auto;
width: 740px;
height: 12px;
background-image: url(../images/ombragiu.jpg);
background-position: bottom;
background-repeat: no-repeat;
}

/* end top part*/
/* start main part*/
#main {
margin: 70px auto;
width: 1000px;
height: 100%;

}

#mainleft{
width: 200px;
float: left;
}


#contmenu{
position: absolute;
top:225px;
left:5px;
width: 200px;
min-height:330px;
background-image: url(../images/vertical_header.JPG);
background-repeat: no-repeat;
float: left;
}

#menu{
position: absolute;
top:0px;
left:1px;
width: 120px;
height: 200px;
margin: 0px 34px 35px 100px;
}

/* menu formatting*/

#menu ul{
margin-left: 1px;
padding-left: 1px;
line-height: 5px;
}

#menu ul li{
margin-top: 0.45em;
list-style-type: none;
line-height: 0.8em;
}

#menu ul li a{
font-family: Verdana, Arial, san-serif, Times;
font-size: 12px;
color: red;
text-decoration: none;
}

/*end menu*/
/*undermenu round links*/
.roundcontainer{
width: 157px;
height: 108px;
float: right;
}

.roundcontainer a img{
text-decoration: none;
border: none;
}
/*content formatting*/


#matter{
position:absolute;
left:225px;
top:145px;
margin-top: 0px;
width: 739px;
float: left;

}

#words{
margin-top: 0px;
width: 560px;
height: 95px;
background-image: url(../images/words.jpg);
background-repeat: no-repeat;
background-position: center;
}

#left{
margin-top: 0px;
margin-left: 0px;
width: 739px;
float: left;
background-color:white;

}

#right{
margin-top: 0px;
width: 230px;
float: right;

}

.flowerlarge{
position:absolute;
left:10px;
top:10px;
width: 330px;
height: 40px;
margin-top: 3px;
background-image: url(../images/flowerlarge.jpg);
background-repeat: no-repeat;
text-align: right;
}

.flowersmall{
width: 230px;
height: 40px;
margin-top: 5px;
background-image: url(../images/flowerlarge.jpg);
background-repeat: no-repeat;
text-align: right;
}

.squaresmall{
margin-top: 10px;
margin-left: 20px;
width: 200px;
background-color: #ffffff;
border: 1px solid #cc9999;
}

.squaresmall p{
padding: 10px;
}

/* text formatting*/
#footer{
position:relative;
margin: 0px auto;
width: 888px;
height: 86px;
background-image: url(../images/foot.jpg);
background-repeat: no-repeat;
}


/* text formatting*/
h3{
font-family: Verdana, Arial, Times, san-serif;
font-size: 16px;
font-weight: bold;
color: red;
background-color:white;
padding-left: 20px;
}

page_heading{
font-family: Verdana, Arial, Times, san-serif;
font-size: 24px;
font-weight: bold;
color: red;
background-color:white;
padding-left: 20px;
}

h1{
font-family: Verdana, Arial, Times, san-serif;
font-size: 24px;
font-weight: bold;
color: red;
background-color:white;
padding-left: 10px;
}

p{
font-family: Verdana, Arial, Times, san-serif;
font-size: 13px;
color: #333333;
padding-left: 20px;
}

#credits{
position:relative;
top:0px;
height: 30px;
font-family: "Trebuchet MS", Verdana, Arial, san-serif;
font-size: 11px; 
text-align: center;
color: #cc9966;
z-index:10;
}

#credits a{
text-decoration: none;
font-weight: bold;
color: #cc9966;
}

#credits a:hover{
text-decoration: underline;
font-weight: bold;
color: #ffffff;
}



/*----------------------------*/

#contents {

	position:absolute;        /* establish a menu-relative positioning context */

	top:0px;

	left:0px;

	padding:0;

	border:0;

	width:1000px;         /* we always want our menu to fill the available space */

	background:#EEEEEE;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size:9pt;         /* this (and also below) sets the menu's font size */

	border-bottom:1px solid black;        /* give us a black border underneath */

	z-index:10;	

}


#bottom_menu {

	position:relative;        /* establish a menu-relative positioning context */

	left:-220px;

	float:left;                                     /* play nicely with others */

	margin:0;

	padding:0;

	border:0;

	height:30px;                                  /* the menu's overall height */

	width:960px;         /* we always want our menu to fill the available space */

	background:#000;

	color:#CCCCCC;

	font-family: Arial, Helvetica, sans-serif;

	font-size:11px;         /* this (and also below) sets the menu's font size */

	border-bottom:1px solid black;        /* give us a black border underneath */


}

.special_href {

	background:#000;

	color:#A7A1A1;

	font-family: Arial, Helvetica, sans-serif;

	font-size:12px;         /* this (and also below) sets the menu's font size */

	border-bottom:1px solid black;        /* give us a black border underneath */

}