/* CSS Document */
body {
	padding : 0;
	margin : 0;
	}


#logowl
{
	color : RED;
	background-color : #FDEEF4;
	font-family : Arial, verdana;
	font-size :120%;
	font-weight : bold;
	padding-left : 167px;
	
}

#rightside{
			position : absolute;
			top : 135px;
			left : 700px;
			right : 4px;
			width : 150px;
					
}

#rightside h1 {
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 120%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
}

#rightside h2 {
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 100%;
      font-weight: bold;
      color: #000000;
      background-color : transparent;
}

#rightside p {
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 80%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}
#rightside a { 
       font-family: "Trebuchet MS", Georgia, Times, serif;
       color : #00f;
       background-color: transparent;
}

#navigation {
       position : absolute;
       top : 135px;
       left : 5px;
       width : 150px;
}

#navigation a { 
       font-family: "Trebuchet MS", Georgia, Times, serif;
       color : #00f;
       background-color: transparent;
}


#content {
position : absolute;
   top : 135px;
   bottom : 30px;
   left : 165px;
   width : 520px;
}

#content h1 {
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 120%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
}

#content h2 {
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 100%;
      font-weight: bold;
      color: #000000;
      background-color : transparent;
}

#content p {
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 80%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}