body {  font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	/*margin: 10 0 10 10; top right bottom left*/}

p {     width: 85%;
        text-align: justify}

li {    font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #888888;
        list-style-type: none;
	line-height: 100%;}

h1 {    font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;}

h2 {    font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;}

h3 {    font-family: Helvetica, Arial, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;}


/*************************  ID's *************************/

#logo  {position: absolute;
	
	width: 175px;
	height: 50px;	
	margin-top: 0px;
        margin-left: 0px;
	border-right: 1px solid #000000;
	font-weight: normal;}

#menu {position: absolute;
	
	width: 175px;
	height: 403px;	
	margin-top: 50px;
        margin-left: 0px;
        padding: 30px 0px 0px 0px;
	border-right: 1px solid #000000;
	font-weight: normal;}


#copyright {position: absolute;
	
	width: 175px;
	height: 50px;	
	margin-top: 428px;
        margin-left: 0px;
	/*border: 1px solid #000000;*/
	font-weight: normal;}

#picture {position: absolute;
	
	width: 300px;
	height: 300px;	
        margin-top: 50px;
        margin-left: 200px;
	/*border: 1px solid #000000;*/
	font-weight: normal;}

#index {position: absolute;
	
	width: 700px;
	height: 430px;	
        margin-top: 50px;
        margin-left: 220px;
        overflow: auto;
	/*border: 1px solid #000000;*/
	font-weight: normal;}

#title {position: absolute;
	
	width: 300px;
	height: 25px;	
        margin-top: 42px;
        margin-left: 525px;
        padding: 0px 0px 0px 0px;
        vertical-align: top;
	/*border: 1px solid #000000;*/
	font-weight: normal;}


#content {
	position: absolute;	
	
        width: 550px;
	height: 375px;	
	padding: 15px 10px 10px 0px; /*top right bottom left*/
	margin-top: 78px;
        margin-left: 525px;
        overflow: auto;
        /*border: 1px solid #000000;*/
	font-weight: normal;}



/*************************  Pseudo classes *************************/

a:link {
        color: #000033;
	text-decoration: none;
	font-weight: bold;}

a:visited { 
        color: #000033;
        text-decoration: none;
        font-weight: bold;}

a:hover {
        color: #0000AA;
        padding-bottom: 5px;
        font-weight: bold;
        text-decoration: none;}
  
a:active { 
        color: #0000AA;
        font-weight: bold;} 



















