html {
	width: 100%;
	min-height: 100%;
}

#wrap{
	padding-top: 40px;
}

div#header {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

div#title {
	margin-bottom: 15px;
}

div#permalink {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}
div#permalink img {
	border: 1px solid gray;
}

div#permalink-body {
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	background-color: white;
	background-image: none;
}

.logo {
	color:#00A2B1;
}

.setThumb {
	float: left;
	width: 115px;
	height: 125px;
	background-image: url(images/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin: 10px;
}

.setTitle {
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 25px;
	width: 125px;
	text-align: left;
}


.photo {
	margin: 10px;
}


#photos img {
	border: 1px solid #cccccc;
}

#photos {
	width: 610px; /* hack to make the pictures appear centered*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#homeImg {
	width: 610px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#homeImg img {
	border: 1px solid gray;
}

#contactImg {
	width: 600px;
	margin-top: 40px;
	margin-left: 0; 
	margin-right: auto; 
	margin-bottom: 30px;
	padding-left: 40px;
}

#contactImg img {
	border: 1px solid gray;
}
#contactDiv {
	width: 600px;
	margin-left: 0;
	margin-right: auto;
	color: #ffffff;
	font-weight: normal;
	padding-left: 40px;
	padding-right: 20px;
	text-align: justify;
}

#contactDiv a:hover {
	color: #A9C4BB;
}

/*-- old --*/
BODY {

	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	/*background-image:url(images/background.jpg);*/
	background-color: #B2B2B4;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

TABLE.main {
	margin-left:auto;
	margin-right:auto;
	text-align:left; 
	width: 881px; 
	border: none;
}

TD{
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	COLOR: #585A5D;
}


TD.content {
	background-color: #585A5D;
	height: 565px;
	vertical-align: top;
}

TD.left_top {
	vertical-align: top;	
}

TD.menu{
	padding-left: 3pt;
	padding-top: 1pt;
}

TD.menu2{
	padding-left: 12pt;
	padding-top: 1pt;
}



TD.comment{

	text-align: right;

}

TD.copyright {
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: bottom;
}


A:hover.copyright {
	color: #A9C4BB;
}


A {

	COLOR: #00A2B1; 

	TEXT-DECORATION: none

}

A:active {

	COLOR: #00A2B1;

	TEXT-DECORATION: none

}

A:link {

	COLOR: #00A2B1; 

	TEXT-DECORATION: none

}

A:visited {

	COLOR: #00A2B1; 

	TEXT-DECORATION: none

}

A:hover {

	COLOR: #585A5D; 

	TEXT-DECORATION: none

}

A.logo {
	COLOR: #ffffff;
	padding: 0px;
	border: none;
}