body,html {
	height:100%;
	min-height:100%;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size:1em;
	background-image:url('../images/background.jpg');
	background-position:center;
	background-color:#000;
}

h1, h2, h3 {
	font-family: Cambria,Georgia,Palatino,"Palatino Linotype",Myriad Pro,Serif;
}

h1 {
	font-size:1.8em;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.2em;
}

#topBar {
	background-image:url('../images/topBar.png');
	background-repeat:repeat-x;
	height:30px;
}

#topBar #inner{
	width:900px;
	margin:0 auto;
}

#topBar #inner a{
	float:right;
}

#topBar #inner a img{
	margin-top:3px;
}

#topBar #inner #info{
	color:#ccc;
}

#topBar #inner #info a{
	float:none;
	color:#fff;
}

#topBar #inner #info #avc{
	position:absolute;
	top:5px;
}


#container {
	width:900px;
	margin:0 auto;
}

#header {
	background-image:url('../images/header.png');
	height:60px;
}

#skill {
	text-align:center;
}

#contact {
	position:absolute;
	background-image:url('../images/drop.png');
	background-position:bottom;
	height:529px;
	width:591px;
}

#contact table {
	width:320px;
}

#contact table td{
	padding:.2em;
}

#contact table td textarea{
	padding:.2em;
	width:100%;
	height:140px;
}

#contact #close {
	float:right;
	padding:.4em;
	margin-right:86px;
	cursor:pointer;
}

#contactInfo {
	margin-top:190px;
	margin-left:100px;
	color:#fff;
}

.contactBoxBefore {
	margin-top:-484px;
}

.contactBoxAfter {
	margin-top:-184px;
}

#thumbnails {
	margin:3em .3em;
}

#thumbnails ul li {
	float:left; 
	padding:1em 1em;
}

#thumbnails ul li a{
	
}

