@charset "utf-8";
/* CSS Document */
/* Stylesheet for Jenn / www.jenniferwirawan.com
Written by and copyright Jennifer Wirawan, 2009 */

/* General layout */

body{
background-color: #333300;
background-image: url(../images/work.jpg);
background-repeat:no-repeat;
font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

#container{
min-width: 4840px;
min-height: 500px;
overflow: auto;
}

#about{
	width: 370px;
	height: 130px;
	position: absolute;
	top: 160px;
	left: 340px;
}

#restore1{
	width: 400px;
	position: absolute;
	top: 140px;
	left: 930px;
}

#restore2{
	width: 367px;
	position: absolute;
	top: 140px;
	left: 1320px;
}

#gdesign1{
	width: 675px;
	height: 100px;
	position: absolute;
	top: 170px;
	left: 1960px;
}

#gdesign2{
	width: 660px;
	height: 146px;
	position: absolute;
	top: 390px;
	left: 1960px;
}

#wdesign{
	width: 440px;
	height: 130px;
	position: absolute;
	top: 145px;
	left: 2890px;
}


#contact{
	width: 450px;
	height: 379px;
	position: absolute;
	top: 134px;
	left: 3499px;
}

#links{
	width: 324px;
	height: 308px;
	position: absolute;
	top: 215px;
	left: 4109px;
}

#submarine {
	min-width: 200px;
	min-height: 340px;
	position: fixed;
	top: 90px;
	left: 20px;
	z-index: 1;
}
#copyright{
	width: 329px;
	height: 22px;
	position: absolute;
	top: 154px;
	left: 4509px;
}


#title {
	width: 430px;
	min-height: 130px;
	position: fixed;
	background-image: url(../images/title.png);
	top: 10px;
	right: 10px;
}
/* typography */

p {	line-height: 1.4em;	margin-bottom: 1.0em; font-size: 0.9em;}
#about p { text-align: justify; }
	
ol, ul, dl { line-height: 1.4em; }
ol li{ margin-bottom: 1.4em; }
li{ font-size: 0.9em; }


/* Design */

.thumbnail{
	padding: 3px 3px 3px 3px;
	background-color: #010539;
	border: 1px solid #010539;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	
	
.gdthumbnail{
	padding: 3px 3px 3px 3px;
	background-color: #010539;
	border: 1px solid #010539;
	float: left;
	margin-right: 65px;
	margin-bottom: 10px;
	}	

a {
	color: #2933b3;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
	}
	
a img{ 	border: none;}

.bul {list-style-image: url(../images/bullet.gif);}
