@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#333;
}

#wrapper{
	margin:0 auto;
	width: 90%;
	height:99%
}

#header{
	background-position:center top;
	background-repeat:no-repeat;
	height:150px;
}

#header a{
	float:left;
}

#header h1{
	text-align:center;
	margin:0;
	padding:0;
}

#header h1 img{
	margin-left:-105px;
}

#content{
	width:100%;
	height:98%;
}

#portraits{
	width:640px;
	height:426px;
	text-align:center;
	margin:0 auto;
}

#portcycle{
	width:auto;
	margin: 0 auto;
}

#portcycle img{
	display:none;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

#footer{
	color:#FFF;
	margin: 5px auto; 
	text-align:center;
	font-size:.8em;
}

.note{
	font-size:.8em;
}

.clear{
	clear:both;
}

img{
	border:none;
}

.linkImg{
	text-align:center;
}

a{
	color:#FFF;
}

a:hover{
	color:#FFF;
}
