#container {
	margin-top:100px;
}
#content{
	padding-bottom: 10px;
}
#fullpk{
	width: 430px;
}
.btmcols{
	width: 186px;
}
#welcome{
	float: left;
}
#footer {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomright:10px;
	background:url(images/head_bg.png) repeat;
	color:white;
	height:3em;
	padding-top:1.5em;
	text-align:center;
	margin-bottom: 50px;
}

#footer a {
	color:white;
}

#header {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-topleft:10px;
	-webkit-border-radius-topright:10px;
	background:url(images/head_bg.png) repeat;
}

#header h1 {
	color:white;
	margin-bottom:0;
	padding:5px;
}

#main {
	background:url(images/content_bg.png) transparent repeat;
}

#navigation ul{
	list-style: none;
	padding: 10px;
}
#navigation ul li a{
	display: block;
	font-size: large;
	color: black;
}
#navigation ul li a:hover, .selected{
	border-right: 3px solid black;
}
#wallpaper a {
	bottom:0;
	color:white;
	margin:5px;
	padding:4px;
	position:fixed;
	right:0;
}
body {
	font-size; 18px;
}
h5.min{
	margin-bottom: 0;
	vertical-align: center;
}
#homefeeds{
	margin-top: 5px;
	height:240px;
	overflow: hidden;
}
#homefeeds .jScrollPaneTrack{
	display: none;
}
/*Porfolio*/
#portfolio,
#portfolio li,
#portfolio li a,
#portfolio li img{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	text-decoration:none;
}
#portfolio li{
	float:left;
	height:108px;
	margin:15px 15px 15px 0;
	overflow:hidden;
	position:relative;
	width:132px;
}
#portfolio li .linky{
	display:block;
	position:relative;
	float:left;	
	width:132px;
	height:109px;
	text-indent:-1000em;
	overflow:hidden;
	z-index:1;						
}
#portfolio li img{
height:103px;
left:2px;
position:relative;
top:-108px;
width:128px;
}		
#portfolio li .linky{
	background:url(images/overlay.png) 0 0 no-repeat;
	width:132px;
	height:109px;							
}
/*****************************************************************************/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

