body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(pic/back.jpg);
	background-repeat: repeat-x;
	background-color: white;
	font-size: 13px;
}

#main{
	margin: auto;
	width: 800px;
	border: 1px solid black;
	background-color: white;
	height: 550px;
	background-image: url(pic/backlogo.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#content{
	padding: 20px;
	height: 400px;
	overflow: auto;
}

h1{
	margin: 0;
	background-image: url(pic/bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 80px;
}

h2{
	font-size: 16px;
	font-weight: bold;
}

a{
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	color: #0099FF;
	text-decoration: none;
}

img{
	border: none;
}

#menu{
	width: 800px;
	background-color: #8993BC;
	height:20px;
	margin: auto;
}

#menu ul{
	list-style-type: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	width: 120px;
	display: inline;
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	text-decoration: none;
	float: left;
	line-height: 20px;
	letter-spacing: 1px;
	border-right: 1px solid white;
	text-align:center;
}

#menu ul li a:hover{
	background-color: #093389;
}

ul.contact{
	margin-top: 25px;
}

ul.contact li{
	list-style-type: none;
	margin-top: 5px;
}

#content table{
	margin-left: 20px;
}

#content table tr td{
	padding: 5px;
	padding-right: 15px;
}

.picture{
	margin: 10px;
	border: 1px solid black;
}

.picture:hover{
	border: 1px solid #093389;
}

#pictures{
	margin-left: 10px;
	width: 210px;
	float: right;
	text-align: center;
}

.reference li{
	margin-top: 5px;
}
