div {
   -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 margin: 0;
	 padding: 0;
	}
	 
img {
   border: 0;
	}

img.header {
   text-align: center;
	}
	 
h1 {
   text-align: center;
	 font-size: 22px;
	 color: #AD055B;
	 font-weight: bold;
	}
	 
h2 {
   font-size: 18px;
	 color: #000000;
	 font-weight: bold;
	}
	 
h3 {
   font-size: 15px;
	 color: #000000;
	 font-weight: bold;
	}
	 
p  {
   text-align: justify;
	}
	 
p1 {
   text-align: left;
	 padding: 0;
	 margin: 0;
	}
	 
h4 {
   font-size: 13px;
	 font-weight: normal;
   text-align: left;
	 padding: 0;
	 margin: 0;
	}

body,
html {
   padding: 0;
	 margin: 0;
	 background-color: #8B8D90;
	 text-align: center;
	 font-family: Tahoma,Arial,Helvetica,sans-serif;
	 font-size: 13px; 
	 scrollbar-base-color: #E29CB8; 
   scrollbar-face-color: #D6367C; 
   scrollbar-track-color: #CCA3B6; 
   scrollbar-arrow-color: #000000;
   scrollbar-highlight-color: #E080A7; 
   scrollbar-3dlight-color: #E080A7; 
   scrollbar-shadow-color: #8B8D90;
   scrollbar-darkshadow-color: #8B8D90;
  }

#container {
   width: 920px;
	 height: 607px;
	 text-align: left;
   border: solid 1px #000000;
	 margin: 0 auto;
	 background-image: url('images/background.jpg');
	}

#logo {
	 float: left;
   width: 347px;
	 height: 116px;
	 background-image: url('images/logo.png'); 
  }
	 
#menu {
   float: right;
	 width: 524px;
	 height: 83px;
	 padding-top: 10px;
   background-image: url('images/menu-bar.png');
	 background-repeat: no-repeat;
	}
	 
#text-bubble {
   position: relative;
	 top: 5px;
	 left: 185px;
   width: 625px;
	 height: 369px;
	 z-index: 2;
	 background-repeat: no-repeat;
	 background-image: url('images/bubble.png');
	 clear: both;
	}
	 
#content {
	 position: relative;
   margin: 15px 40px 30px 100px;
	 /*text-align: center;*/
   width: 490px;
	 height: 300px;
	 overflow: auto;
	 padding: 5px;
	 float: left;
	}  
	 
#footer {
   font-family: arial;
	 font-size: 12px;
	}
	 
a {
   color: #68002C;
	 text-decoration: none;
	}

a:visited {
   color: #555656;
	}

a:active {
   color: #000000;
	}
	 
A:hover {
	 text-decoration: underline;
	 font-weight: normal;
	}

ul {
   text-align: left;
	 list-style-image: url(images/star.png);
	 padding-top: 0;
	 margin-top: 0;
	}

li {
   margin-top: 5px;
	 margin-left: 25px;
  }
	
span.bold {
   font-size: 16px;
   font-weight: bold;
	 color: #AD055B;
	}
	
span.bold2 {
   font-weight: bold;
	 color: #AD055B;
	}
