/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	color: #505050;
	background-color: #FFF5E6;
}

body.section-1 {
}
body.section-2 {
	background-color: #FFF5E6;
}
body.section-3 {
	background-color: #FFF5E6;
}

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

a img { border: none; }

#outermenu {
	width: 174px;
	margin-left: 40px;
	color: #505050;
	font-size: 11px;
	line-height: 13px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	margin-top: 100px;
	}

#menu {
	padding-top: 10px;
	background-color: #FFF5E6;
	}

#menu a, #menu a:visited {
	color: #999;
	}

#innermenu {
	padding: 0 5px;
	background-color: #FFF5E6;
	}
	

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li {
	padding: 0 0 2px 0;
	}

#menu ul li.section-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
	margin-bottom: 4px;
	color: #000000;
	}

#content {
	height: 100px;
	padding-top: 0px;
	width: 100%;
	background-color: #FFF5E6;
	background-image: url(http://www.dveit.com/images/wood.png);
	background-repeat: repeat-x;
	position: absolute;
	clip: rect(auto,auto,auto,auto);
	margin-left: 214px;
}

#content a {
	background: url(linkbullet.gif) right 2px no-repeat;
	padding: 0 10px 0 0;
	}

.container {
    padding: 5px 5px 25px 5px;
    overflow: hidden;
}

img {
	border: 1px solid #999;
	}

p {
    margin: 1em 0;
}

h3 {
	font-size: 14px;
	color: #777;
	border-bottom: 1px solid #CACBCB;
	padding-bottom: 4px;
	margin-bottom: 1em;
	font-family: Trebuchet MS, Trebuchet, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	}

.alignright {text-align: right;}

#img-container	{ margin: 0; padding: 0; }

#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

.detail {
	margin-right: 13px;
	}

.nomargin {
	margin-right: 0 !important;
	padding-bottom: 0 !important;
	}


.section {
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 12px;
	}

#once { clear: left; }
.section-1 #content .cl {
	margin-top: 60px;
	margin-left: 25px;
	font-size: 15px;
}

blockquote {
	margin: 1em;
	padding: 8px 0 0 18px;
	font-style: italic;
	background: url(blockquote.jpg) top left no-repeat;
	}
#bottom {
	background-color: #403F3E;
	background-repeat: repeat-x;
	height: 100px;
	top: 688px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFF5E6;
	padding-top: 20px;
	padding-left: 140px;
	clip: rect(auto,auto,auto,auto);
	background-position: 100%;
	width: 100%;
	position: absolute;
	padding-right: 75px;
	left: 2px;
}
#menu ul li.section-title a {
	color: #000000;
	border-bottom-color: #ddd;
}
#middle {
	font-size: 13px;
	width: 610px;
	clip: rect(auto,auto,auto,auto);
	position: absolute;
	left: 308px;
	top: 239px;
}

