/* 



contents:
-
1. body
2. link styles
3. type
4. layout

*/


/* 1. body */

body {
	margin-top:30px;
	margin-bottom:30px;
	/* background-image:url("digicopy.jpg"); */
    font: 10px Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
    text-decoration: none;
	color:#000;

}


/* 2. link styles */

.email a:link { color: #999999; text-decoration: none; }    
.email a:visited { color: #999999; text-decoration: none; }  
.email a:hover { color:#99CC00; text-decoration:none; } 
.email a:active { color:#999999; text-decoration: none; }

.menu a:link { color: #000; text-decoration: none; font-size:11px;}    
.menu a:visited { color: #000; text-decoration: none; font-size:11px; }  

.menu a:active { color:#99CC00; text-decoration: none; font-size:11px; }

a:link { color: #000; text-decoration: none; }  
a:visited { color: #000; text-decoration: none; } 
a:hover { color:#000; text-decoration: none; } 
a:active { color:#000; text-decoration: none; }

.links a:link { color: #000; text-decoration: none; }    
.links a:visited { color: #000; text-decoration: none; }  
.links a:hover { color:#99CC00; text-decoration: none; } 
.links a:active { color:#000; text-decoration: none; }

/* 3. type */



/* 4. layout */

#container {
	margin:0 auto;
	width:950px;
	padding-bottom:0px;

}

#work {

	width:950px;

	background-color:#FFF;
}
#email {

	padding-top:0px;
	width:300px;
	background-color:transparent;
}


#links {


	width:210px;
	background-color:#FFF;

}

#dat {

	margin-top:10px;
	margin-bottom:10px;
	width:500px;
	background-color:#FFF;

}

#right {

	width:700px;
	float:right;
}





.column1 {
	width:950px;

	float:left;
	margin-top:10px;
	margin-bottom:0px;
	margin-right:0px;
	padding:10px 10px 20px 0px;
	}



.index {
	width:900px;

	margin-top:30px;
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
}






.thumbpush {
	margin-top:10px;
	margin-bottom:10px;
	border:0px;
}

.thumbpush2 {

	padding: 0px 0px 0px 0px;
	border:0px;
}

.thumbpush3 {

	margin-top:20px;
	margin-bottom:5px;
	border:0px;
}



#detail {	

	padding-top:10px;
	padding-bottom:20px;

	
}

#gborder {


	float:right;

}


