@CHARSET "UTF-8";

/**
*   arnevanlamoen.com - design by Jessy Gould (jessygould.com)
*	site version 2.0
*	colors: #000000(black) #DBCF7D(yellow) 
*   colors: #BA0C10(red) #CE8A55(pale yellowish) #CF794D(pale orangish)
*/

/**
*   ________________________________________MAIN BODY  
*/

body {
	font-size: 13px; 
	font-family: Helvetica, Arial, Verdana, Tahoma, Sans Serif; 
	letter-spacing: .5px; 
	line-height: 15px; 
	color: #000000; 
	font-weight: normal;
	background-color: #000000;
	margin: 0px;	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #DBCF7D;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

#wrapper {
	width: 889px;
	margin: 0px auto;
	padding: 0px;
	position: absolute;
	right: 25px;
	top: 0px;
	background: url(images/bgall.gif);
	}

#header {
	width: 889px;
	height: 177px;
	margin: 0px;
	padding: 0px;
	background: url(images/header.gif);
}

#headernavi {
	width: 889px;
	height: 33px;
	margin: 0px;
	padding: 0px;
	background: url(images/navibg.gif);
}	
#content-main {	width: 889px;
	padding-top: 20px;
	padding-bottom: 15px;
	background: url(images/contentbg.gif);
	background-repeat: no-repeat;
	}

#content-text {
	width: 504;
	margin-left: 162px;
	margin-right: 223px;
	text-align: justify;
	}
	
#thumbgalleries {
	text-align: left;
	}

#thumbgalleries a img {
	border: dotted 1px #CE8A55;
	padding: 2px;
	margin: 4px;
	}

#thumbgalleries a:hover img {
	background: #CE8A55;
	}
	
#sigdiv {
	text-align: right;
	padding-right: 175px;
	}

#footer {
	width: 889px;
	height: 166px;
	background: url(images/footerpng24.png);	}

/**
*   ________________________________________PARAGRAPHS, HEADERS, ETC.
*/

b {
	}

p {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 7px;
	}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-decoration: none;
	line-height: auto;
	margin-bottom: 7px;
	padding-bottom: 3px;
	color: #DBCF7D;
	text-align: left;
	border-bottom: dotted 1px #000000;
	}

h2 {
	}

small {
	font-size: 12px;
	line-height: 12px;
	}

hr {
	border: dotted 1px #000000;
	width: 504px;
	}


/**
*   ________________________________________TABLES  
*/

table {
	border: none;	cellspacing: 0;
	cellpadding: 0;
}

/**
*   ________________________________________FORMS  
*/

input, textarea, select {
	margin: 3px;
	padding: 2px;
	border: solid 1px #000000;
	font-family: tahoma, arial, helevtica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CE8A55;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #DBCF7D;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #DBCF7D;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #DBCF7D;	}

/**
*   ________________________________________LINKS & IMAGES 
*/

#wrapper #headernavi img {
	border: 0px;
	}

a, a:visited {  
	color: #DBCF7D;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
a:hover {   	text-decoration: underline;	color: #DBCF7D;
	text-decoration: none;
	font-weight: none;	}

#wrapper #footer a, a:visited {  
	}
#wrapper #footer a:hover {	}

img {
	border: 0px;
	padding: 0px;
	maring: 0px;
	}

/**
*   ________________________________________THAT'S IT! 
*/
