body{
	margin: 0;
	padding: 0;
	background-color: #767575;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5a788a;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 843px;
	height: 700px;
	background-image: url(images/wrapperbg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 20px;
}


a img{
		border: none;
	}
	
	a{
		text-decoration: none;
		color: #5a788a;
	}
	
	a:hover{
		color:   #2d9d65;
	}

	h1{
		font-size: 1.4em;
		margin: 0 0 10px 0;
		color: #5a788a;
		font-weight: normal;
	}
	
#moplogo{
	position: absolute;
	left: 40px;
}

#logo{
	margin-right: 20px;
	border: #bdcad3 1px solid;
}

#navbar{
	width: 700px;
	height: 27px;
	position: absolute;
	left: 70px;
	top: 210px;
	text-align: center;
	background-image: url(images/buttonbg.jpg);
	background-repeat: repeat-x;
	border-top: #bdcad3 1px solid;
	border-left: #bdcad3 1px solid;
	border-right: #bdcad3 1px solid;
	padding-top: 10px;
	font-size: 1.3em;
}

hr{
	color: #bdcad3;
	margin: 10px;
}

#navbar a{
	color: #5a788a;
	text-decoration: none;
}
	
#navbar a:hover{
	color:  #2d9d65;
}

#text{
	width: 660px;
	height: 310px;
	position: absolute;
	left: 70px;
	top: 270px;
	background-color: #f1f1f1;
	border-top: #bdcad3 1px solid;
	border-left: #bdcad3 1px solid;
	border-right: #bdcad3 1px solid;
	text-align: left;
	padding: 20px;
	overflow: auto;
}

#topimage{
	border: #bdcad3 1px solid;
	position: absolute;
	right: 45px;
	top: 15px;
}

#photo{
	float: left;
	margin-right: 20px;
	border: #bdcad3 1px solid;
}
