@import url();

#header {
	color: rgb(250, 250, 250);
	background: #333333;
//	background: url("images/header.png") no-repeat left top #333333;
	padding:1em 0;
	border-bottom:2px solid #AAAAAA;
}

body {
//	font-family: Helvetica, Verdana, sans-serif;
	font-family: monaco;
	font-size: 80%;
	line-height: 1.6em;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: rgb(255, 255, 255) ;
	color: rgb(0, 0, 0);
}


h1 {
	font-size: 2em;
	font-weight: bold;
}

a, a:link, a:visited {
	color: #88a;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

img { border: 0; }

#top { margin:0em 12%; text-align:left; }
#cv { 
	font-size:0.9em;
	margin:10em -2em;
	text-align:left;
}
#link  {
font-size:0.9em;
margin:4em -20em;
text-align:left;
}
#gallery {}

#contact {
background:url("images/contact.png") no-repeat scroll center;
cursor:pointer;
font-size:1.2em;
height:1.5em;
line-height:1.4;
padding:1em 1em;
position:absolute;
right:15%;
top:1em;
width:4.5em;
}
#contact a{ color:white; }

html {  
//overflow-y:hidden; 
}

#footer{ 
	padding-left:4em; 
	margin-left:2em; 
	margin-right:2em;
}

.panel{
	background:url("images/grad.png") repeat-x scroll 0 0 #FFFFFF;
line-height:1.4;
padding-left:2em;
padding-right:2em;
float:left;
width:27%;
min-height:250px;
}

.panel ul{
text-align:left;	
}

.azure{ color:#58c1f1; } 
.blue{ color:blue; } 
.green{ color:green; } 
.red{ color:red; }

#quote {
border-right:1px solid #AAAAAA;
left:12%;
line-height:1.4;
padding:2em 2em;
position:relative;
top:4em;
width:25%;
font-size:1.2em;
height:150px;
float: left;
}
#desc	 {
border-left:1px solid #AAAAAA;
float:left;
font-size:1.2em;
height:150px;
left:25em;
line-height:1.4;
padding:2em;
position:relative;
top:1em;
width:35%;
}

#ss { float:right; position:relative; right: 5%; height:200px; top:-80px;}

/* Slideshow jQuery */
#iping { float:left; top:9em; position:relative; width:100px; left: 12em; position:absolute; padding-top:auto;}
#aoqtd { float:left; top:12em; position:relative; width:300px; left: 8em; position:absolute; padding-top:auto;}

#preview-text { padding:120px; height: 85px; }
#s2, #slideshow { float:left; position:relative; width:100px; right: -13%;}
#s2 IMG, #slideshow IMG { position:absolute; z-index:8; opacity:0.0; height:325px; width: 460px}
#s2 IMG.active, #slideshow IMG.active { z-index:10; opacity:1.0; }
#s2 IMG.last-active, #slideshow IMG.last-active { z-index:9; opacity:0.0;}
