A:link {color: #00649d; text-decoration: underline;}
A:visited {color: #00649d; text-decoration: underline;}
A:active {color: #00649d; text-decoration: underline;}
A:hover {color: #00649d;text-decoration: underline;}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
}

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

img { 
	border: 0px; 
	padding: 0px;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 4 0;
	padding: 0px;
	color: #00649d;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4 0;
	padding: 0px;
	color: #00649d;
}

#container1 {	
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#header {
	height: 100px;
	padding: 30px 20px 0px 20px;
	font-size: 28px;
	color: #00649d;
	font-weight: bold;
	background-image: url(../images/bgHeader.jpg);
	background-repeat: repeat-x;
	border-bottom: 8px solid #00649d;
}

#header a { color: #00649d; text-decoration: none; }

#content {
	padding: 30px 20px;
}

.album {

	
}

.text {
	margin: 0px 0px 0px 180px;
}

.thumb {
	float: left;
	width: 160px;
}

#footer {
	height: 28px;
	padding: 4px 0px;
	text-align: center;
	border-top: 1px solid #848484;
	border-bottom: 1px solid #848484;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #848484;
	font-size: 10px;
}

.diforcer {
	clear: both; 
	border-bottom: 8px solid #00649d;
	margin: 16px 0px 16px 0px;
	padding: 16px 0px 16px 0px;
}

table.picture {
	width: 100%;
    border: 0px;
}

td.picture {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

.picture img {
    border: 0px;
    margin: 0px auto;
}

