@charset "utf-8";
/* CSS Document */

/* Std tag markup */

html {
	margin:0px;
	}

body {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:1,6;
	color:#534741;
	background-color:#79695d;
	}

img {
	border:0px;
	border-style:none;
	}

a {
	color:#003366;
	}
	
h1 {
	margin-bottom:20px;
	font-size:24px;
	}

h3 {
	color:#315024;
	margin-top:10px;
	margin-bottom:30px;
	}
	
/* container header main */
#wrapper {
	background-color:#f6f8db;
	}

#header {
	position:relative;
	width:100%;
	height:200px;
	background-image:url(../images/headerbg.png);
	background-repeat:repeat-x;
	background-color:#333333;
	}
	
#main {
	width:100%;
	position:relative;
	background-image:url(../images/mainbg.png);
	background-repeat:repeat-x;
	background-color:#f6f8db;
	}
	
#footer {
	position:relative;
	margin-top: 40px;
	background-image:url(../images/footerbg.png);
	background-repeat:repeat-x;
	background-color:#333333;
	position:relative;
	bottom:0px;
	width:100%;
	clear:both;
	}

#headercontainer {
	position:relative;
	width:980px;
	margin: 0 auto;
	height:265px;
	}
	
#maincontainer {
	position:relative;
	width:980px;
	margin: 0 auto;
	background-color:#fdfdf7;
	}
	
#footercontainer {
    text-align: center;
	position:relative;
	width:980px;
	margin: 0 auto;
	height:130px;
	color:#FFFFFF;
	}


/* ID's */
#logo {
	position:relative;
	top:20px;
	z-index:100;
}

#title {
	position:relative;
	width:440px;
	top:-40px;
	left:90px;
}

#menu {
	position:relative;
	width:400px;
	left: 320px;
	}
	
#menu  a{
	margin-right:15px;
	margin-left:15px;
	}


#mainleft{
	position:relative;
	width:300px;
	float:left;
	margin:0px;
	margin-top:35px;
	margin-bottom:30px;
	}
	
#leftcontent {
	width:300px;
	margin-top:5px;
	color:#777777;
	}
	
#leftcontent a{
	color:#666666;
	}

#mainright{
	position:relative;
	width:680;
	min-height:500px;
	float:left;
	margin:0px;
	margin-top:35px;
	margin-bottom:50px;
	}
	
#rightcontent {
	width:680px;
	}

#fotoalbum img {
	border:double #534741;
	padding:8px;
	margin:10px;

}
