/* reset  */

*{
	margin:0;
	padding:0;
   text-align: center;
}
/* start  */
body
{
margin: auto;
width: 1000px;
	font-family: Tahoma, Verdana, Arial;
	text-align: center;
	font-size: 100%;
	color: #000;
   background-color: navy;
}
#headerl
{
	top: 0px;
	left:0px;
	width: 600px;
	position: absolute;
	text-align: left;
	background-color: aqua;
   background-image: url(topleft.jpg);
   background-repeat: no-repeat;
   height: 555px;
   float: left;
}
.headerlinner{
   font-size: 100%;
   color: aqua;
   padding: 390px 0 0 50px ;
   text-align: left;
}
.headerlinner{
   font-size: 100%;
   color: aqua;
   padding: 370px 0 0 50px ;
   text-align: left;
   width: 300px ;
}
.headerlmid{
float: right;  
   font-size: 100%;
   color: aqua;
   padding: 5px 0 0 10px ;
   text-align: center;
   width: 220px ;
}
.headerlmid a{
     font-size: 90%;
   color: aqua;
   text-decoration: none ; 
}
img{
   border: none;
}

.headerlinner a{
     font-size: 90%;
   color: aqua;
   text-decoration: none ; 
}
#headerr
{
	top: 0;
	left:600px;
	width: 400px;
	position: absolute;
	text-align: left;
	background-color: aqua;
   background-image: url(toprite2.jpg);
   background-repeat: no-repeat;
   height: 555px;
   float: right;
}
#picturelistbg{
	top: 555px;
	left:0px;
	position: absolute;
	width: 1000px;
background-image: url(bigblend2.jpg);
background-repeat: no-repeat;
height: 600px;
}

#header h1
{
	color:black;
	font-weight: bolder;
	margin-left:6em;
	margin-top:0.5em;
}



#rightcontent{
	margin-top: 20px   ;	
   margin-left: 10px;
	text-align: left;
	width:360px;
   color: aqua;
   font-weight:bold;
}
#rightcontent a{
   color:aqua ;
}

#rightcontent li{
   text-align: left;
   text-indent: 40px;
}
#righttop{
font-size: 80%;
	margin-top: 140px   ;	
   margin-left: 10px;
	width:380px;
   text-align: center;
}

a{
   color: black;
   font-weight: bold;
}
h1
{
	margin-left:2em;
	text-align:left;
	padding:10px;
	font-size: 2.5em;
	font-weight: lighter;
	color: black;
	letter-spacing: -2px;
}

p
{
	text-align:left;
	padding:10px;
   font-size:x-small;
}

#picturelist {
width:755px;
height:400px;
margin:50px auto 50px;
text-align:center;
color: white;
}
#picturelist a{
   color: white;
   text-decoration: none;
   font-size: x-small;
}

#picturelist li {
list-style:none;
float:left;
margin-right:30px;
margin-bottom:30px;
font-weight:bold;
color: white;
font-size: 80%;
display:block;
}

#picturelist img{
display:block;
border: none;
}


#footer 
{
	text-align:center;
	font-size:0.7em;
	padding:5px;
   background-color: aqua;
   margin: 7px;
   width: 980px;
   border-bottom: 2px solid gray ;
   border-right: 2px solid gray ;
   border-top: 1px solid gray ;
   border-left: 1px solid gray ;
}
#footer a{
   text-decoration: none;
}
/*
#navbar
{	height: 25px;
	color: #F9B004;
	text-decoration: none;
	position:absolute;
	bottom:0px;
	right:50px;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	background-color:#FE010E;
}

#navbar ul
{
	list-style: none;
}

#navbar li
{
	display:inline;
}

#navbar ul li a
{
	height: 25px;
	color: #F9B004;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	background-color:#FE010E ;
}

#navbar ul li a:hover
{
	color: #FE010E;
	background-color:#F9B004;
}
*/


