
body { 
	margin: 0 auto;
	padding:0;
	width:1000px;;
	min-width:1000px;
	height:auto;
	font-size:100%;
	background-image:url("../images/effective_web_designs_for_less_bg1.jpg");
	font-family: arial;

}

#port, #ban {
	color:#003399;
	text-align:center;
	margin:0 auto;
		
}

h1 {
	text-align:left;
	margin-left:40px;
}


#port li, #ban li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	list-style: none;
	padding:0px 5px 0px; 0px;
}

#ban li {
		padding:0px 30px 30px; 0px;
}

#photos img{
	width:110px;
	height:90px;

}

#photos ul{
	margin: 0;
	padding: 0;
}

#photos li {
	display: inline;
	width:100px;
	height:75px;

	list-style:none;
}


/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
		padding:5px 5px 0px 0px;

	border: none 0 #ffffff;
	cursor: url("images/effectivewebdesignsforless_magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid .05em #80FFDE;
	cursor: url("images/effectivewebdesignsforless_magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/effectivewebdesignsforless_magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0 #ffffff;
	cursor: pointer;
}



