* {
		margin:0px auto;
		padding:0;
	}
	body {
		font-family:'Segoe UI';
		margin:0;
		padding:0;
		font-size:011px;
		color:#6b6b6b;
		height:100%;
	}
	
	div#shim {
                visibility: hidden;
                width: 100%;
                height: 50%;                                                                     
                margin-top: -280px;                                                              
                float: left;
            }
 
 
    div#wrapper {
    	width: 870px;
        clear: both;
        position: relative;
        top: -280px;
        /* IE4ever Hack: Hide from IE4 **/
        position: static;
        /** end hack */
 
    }
 
    /* Hide from IE5mac \*//*/
    div#shim {
    	display: none;
    }
    html, body {
       height: auto;
    }
    /* end hack */
			
	/* ]]> */
	
	#container {
		width:870px;
		margin:0 auto;
		border:0px solid #000;
		
	}
	
	#left {
		width:700px;
		float:left;
		border:0px solid #000;
	}
	#right {
		width:120px;
		float:left;
		margin-left:40px;
		border:0px solid #000;
	}
	
			
	
	#main {
		width:700px;
		height:415px;
		border:0px solid #000;
		
	}
	
	.arrows {
		width:700px;
		height:46px;
		float:left;
		text-align:center;
		border:0px solid #000;
	}
	
	#info {
		width:446px;
		float:left;
		border:0px solid #000;
	}
	#menus {
		width:120px;
		float:left;
		height:460px;
	}
	#logo {
		width:110px;
		float:left;
		border:0px solid #000;
	}
	#footer {
		text-align:right;
		width:874px;
		float:left;
		margin-top:10px;
		border:0px solid #000;
		color:#b0adad;
font-size:11px;
	}
	.title{
	color:#282828;
	font-size:12px;
	}
	
	
	.menu {
	list-style:none; 
	margin:0;padding:0;
	font-size:14px;
	} 
	.selected:active, .selected:visited, .selected:link {
	color:#000;
	text-decoration:none;
	}
	
	.link:active, .link:link, .link:visited {
	color:#b0adad;
	text-decoration:none;
	}
	
	.link:hover {
	color:#000;
	text-decoration:none;
	}
	
	.linkgri:active, .linkgri:link, .linkgri:visited {
	color:#b0adad;
	text-decoration:none;
	}
	.linkgri:hover {
	color:#666;
	text-decoration:none;
	}
	.projectThumb{
	width:130px;
	height:80px;
	margin-right:43px;
	margin-bottom:20px;
	float:left;
	}
