@charset "utf-8";
body {
	padding: 0px;
}

#container {
	position:absolute;
	width:800px;
	height:730px;
	z-index:1;
	left: 50%;
	margin-left: -400px;
	visibility: visible;
}

#footer {
	position:absolute;
	width:100%;
	height:56px;
	z-index:2;
	bottom: 3px;
	overflow: hidden;
	visibility: visible;
	vertical-align: bottom;
}

#leftMenu {
	position:absolute;
	width:300px;
	height:440px;
	z-index:3;
	left: -1px;
	top: 90px;
	overflow: hidden;
	visibility: visible;
}
#cat{
	overflow: auto;
	height:180px;
}
#project{
	z-index:6;
	overflow: auto;
	height:160px;
}

#contact {
	position:absolute;
	width:300px;
	height:160px;
	z-index:4;
	top: 520px;
	overflow: show;
	left: 0px;
	visibility: visible;
}


#mainLayer {
	position:absolute;
	width:490px;
	height:575px;
	z-index:5;
	top: 70px;
	right: 0px;
	overflow: visible;
	visibility: visible;
}


#share {
	position:absolute;
	width:460px;
	height:50px;
	z-index:6;
	right: 0px;
	top: 26px;
	overflow: hidden;
	visibility: visible;
}

#littleShare
{
	float:right;
}



#myAccounts 
{
	/*NOT A REAL DIV - SHOULD BE IN STYLES NOT POSITIONING */
	position:relative;
	float:left;
	text-align:right;
	top:-80px;
	left:-32px;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 20px;
	height: 80px;
	z-index:12;
}


#container #mainLayer table tr td ul li {
	line-height: 10px;
	list-style-type: none;
}

