﻿
* {margin:0;padding:0}

/* CSS layout */
body{
	text-align: center;
	background: url("newimages/sand.gif");
	background-color: #AeB0A9;
}

#masthead {
position: relative;
width:768px;
clear:both;
height:150px;
margin-top:0px;
color:white;
background-color: red;
}

}

#top_nav {
	background-color: green;
	width: 768px;
	margin:0;
	padding:0;
}
#top_nav a:hover {
color: yellow;
text-decoration: none;
}

#container {
width:768px;
margin:10px auto 0em auto;
position:relative;
background: #ffffff;
}

#nav {
width:200px;
background: yellow no-repeat left 0%;
text-indent:5px;
	left: 0px;
	top: 0px;
	margin-top: 15px;
	margin-left: 15px;
	float:left;
}
#nav a:hover {
color: yellow;
background-color: green;
text-decoration: none;
}

#box {
background: url(http://leclezio.biz/newimages/sea.gif);
background-color: white;
width:200px;
margin-left:0px;
	margin-top:33px;
	height:275px;	

}

#page_content {
	background: #FFFFFF fixed center 0%;
	background-position: center;
	margin-left: 240px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

#footer {
	width: 768px;
	height: 70px;
	background: #FF0000 fixed center 0%;
	text-align: center;
	margin-bottom: 0px;
	background-position: center;
	background-repeat: no-repeat;
}

/*typography*/
h1 {
	font-family:"Times New Roman", Times, serif; 
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size:xx-large;
}
h2 {
	text-align: center;
	text-indent:10px;
	color: #FFFFFF;
	font-size:medium;
	font-weight:normal;
	line-height:normal;
	
}
h3 {
font-family:"Monotype Corsiva", Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:x-large;
margin-left:10px;
line-height:normal;
text-align:left;
}
h4 {
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
font-size:medium;
margin-left:10px;
text-align:left;
line-height:normal;
}
h5 {
text-align:center;
font-size:small;
font-weight:lighter;	
}
h6{
	text-align: center;
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
}
.style1 {
	font-size: medium;
	text-align:justify;
 	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
a {
color: white;
text-decoration: none;
}
a:hover {
color: blue;
text-decoration: underline;
}