/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;	
}

a{
	border : none;
	text-decoration : none;
}
#links{
	width: 200px;
	height : 40px;
	position:absolute;
	top : 545px;
	left : 830px;
}
#links a{
	font-size : 12px;
	border : none;
	text-decoration : none;
	color : #555;
}

div#footerwrap {
        width:100%;
        position:absolute;
        bottom:0;
        height:20px;
        background-color: #BBB;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        opacity: 0.5;
}
body>div#footerwrap {
        position:fixed;
}
div#footer{
        margin-right : 10px;
        text-align:right;
        font-size : 12px;
        color : black;
        filter:alpha(opacity=100);
        -moz-opacity:1;
        opacity: 1;
}

#footer a{
	color : black;
}

#portfolio{
	width: 600px;
	height : 510px;
	position:absolute;
	top : 100px;
	left : 200px;
}
#case_1{
	width: 200px ;
	height: 170px ;
	position : absolute;
	top : 0px;
	left : 0px;
	border : none;
}
#case_2{
	width: 200px ;
	height: 170px ;
	position : absolute;
	top : 0px;
	left : 200px;
	border : none;	
}
#case_3{
	width: 200px ;
	height: 170px ;
	position : absolute;
	top : 0px;
	left : 400px;
	border : none;	
}
#case_4{
	width: 200px ;
	height: 170px ;
	position : absolute;
	top : 170px;
	left : 0px;
	border : none;		
}
#case_5{
	width: 200px ;
	height: 170px ;
	position : absolute;
	top : 170px;
	left : 200px;
	border : none;	
}
#case_6{
	width: 200px ;
	height: 170px ;
	position : absolute;
	top : 170px;
	left : 400px;
	border : none;	
}
#case_7{
	width: 200px ;
	height: 170px ;
	position : absolute;
	top : 340px;
	left : 0px;
	border : none;	
}
#case_8{
	width: 200px ;
	height: 170px ;
	position : absolute;
	top : 340px;
	left : 200px;
	border : none;	
}
#case_9{
	width: 200px ;
	height: 170px ;
	position : absolute;
	top : 340px;
	left : 400px;
	border : none;	
}
#image_left{
	width : 180px;
	height : 120px;
	position : absolute;	
	left : 0px;
	top : 0px;
	border-style: none;
}
#image_middle{
	width : 180px;
	height : 120px;
	position : absolute;
	left : 10px;
	top : 0px;
	border-style: none;
}
#image_right{
	width : 180px;
	height : 120px;
	position : absolute;
	left : 20px;
	top : 0px;	
	border-style: none;
}
#caption_left {
	width : 180px;
	height : 40px;
	position : absolute;
	left : 0px;
	top : 130px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #666;	
}
#caption_middle {
	width : 180px;
	height : 40px;
	position : absolute;
	left : 10px;
	top : 130px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #666;	
}
#caption_right {
	width : 180px;
	height : 40px;
	position : absolute;
	left : 20px;
	top : 130px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #666;	
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : #442cf6;
	margin-left :200px;
	margin-top : 20px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #442cf6;
	margin-left :410px;
	margin-top : 0px;
}

