
html>body { /* be nice to opera (&gekko) */
	height: auto;
	min-height: 100%;
}

body {
	background-image:url(../img/bg_gradient.jpg);
	background-repeat:repeat-x;
	font-family: Lucida Grande, Arial, sans-serif;
	background-color: #d5d9e3;
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

a {
    color: #7d7d7d;
    text-decoration: none;
}

a:hover {
    color: #515151;
}






/* shadow settings */
#shadow {
	margin: 86px auto;
	margin-bottom: 0px;
	width: 830px;
	background-image:url(../img/shadow_doc_bg.jpg);
	background-repeat:repeat-y;
}

#top {
	height: 15px;
	background-image:url(../img/shadow_top.jpg);
}

#left {
	width: 15px;
	float: left;
}

#right {
	width: 15px;
	float: right;
}





/* document settings */
#document {
	width: 800px;
	min-height: 670px;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 50px;
}

#header {
	margin-bottom: 20px;
}
#content {
	padding-left: 40px;
	padding-right: 40px;
}

.seperator {
	margin-left: -5px;
}






/* font settings */
h1 {
	color: #515151;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	color: #7d7d7d;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	color: #515151;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

h4 {
	color: #a9a9a9;
	font-size: 12px;
	text-align: right;
}

p {
	color: #515151;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
}

.back {
	font-size: 12px;
	text-align: right;
}





/* work entries settings */
.work_img {
	float: left;
	width: 390px;
}

.work_img img {
	margin-bottom: 5px;	
}

.work_desc {
	float: right;
	margin-left: 20px;
	width: 310px;
}

.work {
	margin-top: 50px;
	margin-bottom: 20px;	
}


/* work index settings */
#index {
	list-style-type: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

#index li {
	display: inline;
	width: 200px;
	height: 60px;
}

#index li img{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

