@charset "iso-8859-1";
body {
        background: #fff url("../img/front_bg.gif") repeat-x;
	}	    

#title {position: absolute;
        left:320px;
        top:20px;
        overflow:hidden}

#summary {position: absolute;
        left:500px;
        top:80px;
        overflow:hidden}

#summary P {padding: 0; margin: 0;
	font-size:9px;
	line-height:10px;
	font-family: verdana, helvetica, arial, sans-serif;
}       

#works {
    position: absolute;
    left:280px;
    top:400px;
    }

#mainnav {
		z-index:5;
        margin:0;
        padding:0;
        position:absolute;
        left:200px;      
		top: 180px;
	}

.molink {position:absolute;
		left:0px;
		border:0;
		padding:0;
		margin:0;
        vertical-align:bottom;
	}
		
/* link text styles */		
.molink a {text-decoration:none;
        text-align:center;
		display:block;
		width:135px;
		height:25px;			
		border:0;
		padding:0;
		padding-top:2px;		
		margin:0;
        vertical-align:bottom;        
	}

.molink a:link, .molink a:visited {
		font-weight:bold;
		font-size:12px;
		color:#900;
		font-family:  Verdana, Helvetica, Arial, Sans-Serif
	}
		
				
.molink a:hover {
		color:#000;
		}		

/* position navigation */
#nav0  a, #nav1 a, #nav2 a, #nav3 a, #nav4 a
       {
       width:130px;
       height:165px;
       margin:0;
       padding:0;
       display:block;
       }
       
#nav0	{
        left:0px;
		}
			   
#nav1	{
        left:130px;
		}
        
#nav2	{
		left:260px;
		}
        
#nav3	{
		left:390px;
		}
		
#nav4	{
		left:520px;
		}
	
/* mouseover images */

#nav0 a:link, #nav0 a:visited {
		background: url("../img/sol0_norm.png") no-repeat  #fff bottom;
		}
#nav1 a:link, #nav1 a:visited {
		background: url("../img/sol1_norm.png") no-repeat  #fff bottom;
		}
#nav2 a:link, #nav2 a:visited {
		background: url("../img/sol2_norm.png") no-repeat #fff bottom;
		}
#nav3 a:link, #nav3 a:visited {
		background: url("../img/sol3_norm.png") no-repeat #fff bottom;
		}
#nav4 a:link, #nav4 a:visited {
		background: url("../img/sol4_norm.png") no-repeat #fff bottom;
		}
		
#nav0 a:hover {
		background: url("../img/sol0_over.png") no-repeat #fff bottom;
		}

#nav1 a:hover {
		background: url("../img/sol1_over.png") no-repeat #fff bottom;
		}
#nav2 a:hover {
		background: url("../img/sol2_over.png") no-repeat #fff bottom;
		}
#nav3 a:hover {
		background: url("../img/sol3_over.png") no-repeat #fff bottom;
		}
#nav4 a:hover {
		background: url("../img/sol4_over.png") no-repeat #fff bottom;
		}
