/* Boutros AbiChedid;10/28/2007;Course: HTML Level II - H102.27 - LEBANON */
/* Stylesheet for screen layout */


/****************** Main structure ******************/

body {
	margin: 0 auto;
	padding: 0;
	font: 90% Georgia, "Times New Roman", Times, serif;
	background-image: url(images/tile.jpg);
}

#container  {	
	color: #273927;
	background-color: inherit;
	margin: 0 auto;
	width: 770px;
}

/********** Top of Page (Header and Top Picture) **********/

#header {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	height: 45px;
}

#header h1 {
	width: 450px;
	margin: 0 0 5px 0;
	float: left;
	font:800 normal 240% cursive;
	font-variant: small-caps;
}

#header p {
	width: 500px;
	float: right;
	text-align: center;
	color: #a0a0a0;
	background-color: inherit;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.2em;
}

#top-pictures {
	margin: 5px 0 20px 0;
	border-top: 5px double #fed8bb;
	border-right: 5px double #fed8bb;
	border-left: 5px double #fed8bb;
	border-bottom: 4px solid #a4cffa;
	float: left; /* this is important to keep for the pictures to display inline in Mozilla */
}

#top-pictures img {
	padding: 2px 1px 0 1px;
	display: inline;
	border: 0px;
}

div#error { 
	background-color:white; 
	color:#FF1355;
	margin-left:auto; 
	margin-right:auto;
	padding-left:5%;
	padding-right:5%;
	text-align: center;
}

div#error span { 
	font-weight: bold; 
}

.big {
  	font-size: 1.2em;
  	font-style: oblique;  
}

/**************** Center of Page (Main Content) ****************/

#content {
	margin: 0 150px 20px 160px;
	border-left: 3px solid #a4bdfa;
	border-right: 3px solid #a4bdfa;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: justify;
	text-indent: 3%;
} 

#content p:first-line {
	color: #550981;
	background-color: inherit; 
}
 
#content p:first-letter {
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
	color: Navy;
	background-color: inherit;
}

#content h2 {
	font-size: 1.7em;
	margin: 0 0 0.5em 0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-indent: 0;
}

/************ Left Side of Page (Navigation and Bottom left) ************/

#menu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#menu ul {	
	list-style: none;
	width: 155px;
	margin: 0 0 17px 0;
	padding: 0;
	font-size: 1.0em;
}	

#menu li {
	margin-bottom: 4px;
}

#menu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	background-color: #f4f4f4;
	display: block;
	padding: 6px 0 0 10px;
	border-left: 4px solid #cccccc;
}	
	
#menu li a:hover {
	background-color: #eaeaea;
	color: #286ea0;
	border-left: 4px solid #286ea0;
}

.bottom-left-side {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: inherit;
	line-height: 1.3em;
	text-align: left;
}

.bottom-left-side h2 {
	font-size: 1.5em;
	font-style: italic;
}

.bottom-left-side img {
	text-align: center;
}

.bottom-left-side span {
	font-style: italic;
	font-weight: bold;
}

.read-more {
	border: 0px solid #f0f0f0;
	background-color: #FFFFFF;
	color: inherit;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

.hr1 {
   color: #b68;
   background-color: #bb6b88;
   height: 3px;
   width: 90%;
   text-align: center;  
}

.bottom-left-side a {
	color: #808080;
	background-color: inherit;
	text-decoration: none;
}

.bottom-left-side a:link {
	color: #00676F;
	background-color: inherit;
}
 
.bottom-left-side a:visited {
	color: #f00;
	background-color: inherit;
} 

.bottom-left-side a:hover {
	text-decoration: underline;
	color: #00C800;
	background-color: inherit;
}


/****************** Right Side of Page ******************/

#right-side {
	float: right;
	width: 150px;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;	
}

#right-side h3{	
	margin: 0 0 10px 7px;

}

#right-side p {
	margin: 0 0 12px 9px;
	line-height: 2.0em;
}

#right-side a {
	color: #808080;
	background-color: inherit;
	text-decoration: none;
}

#right-side a:link {
	color: #00676F;
	background-color: inherit;
}
 
#right-side a:visited {
	color: #f00;
	background-color: inherit;
} 

#right-side a:hover {
	text-decoration: underline;
	color: #00C800;
	background-color: inherit;
}

/***************** Bottom of Page (Footer) *****************/

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #F5E1CD;
	width: 760px;
	text-align: center;
	color: #808080;
	background-color: inherit;
	font-size: 0.9em;
}

#footer a {
	color: #808080;
	background-color: inherit;
	text-decoration: none;
}

#footer a:link {
	color: #00676F;
	background-color: inherit;
}
 
#footer a:visited {
	color: #f00;
	background-color: inherit;
} 

#footer a:hover {
	text-decoration: underline;
	color: #00C800;
	background-color: inherit;
}

/**************** General Text and image formatting ****************/

img {
	padding: 1px;
	display:block;
	border: 0px;
}


h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #286ea0;
	background-color: inherit;
}

a:link {
	color: #00676F;
	background-color: inherit;
}
 
a:visited {
	color: #f00;
	background-color: inherit;
} 

a:hover {
	text-decoration: underline;
	color: #286ed2;
	background-color: inherit;
}

a img {
	display:inline;
	border: 0;
}

.center {
	text-align: center;
}

.centerIMG {
	display: block;
	margin-left: auto;
    margin-right: auto; 
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.clearboth {
	clear:both;
}
span#imagemap {
	font-family:Times, serif;
	font-size: 85%;
	font-style: italic;
	font-weight: bold;
}
	


