
/* -- global / general -- */

body
{
	margin: 0; 
	padding: 0; 
	background-color: #fff
}

div, span, p, li, h1, h2, h3
{
	font-family: helvetica, arial; 
}

div.clear { 	clear: both; }

ul { 			list-style: disc; }

ol {			list-style: decimal; }

img {			border: none; }


/* -- main block -- */

#block
{
	width: 100%;
}

#content
{
	position: absolute; 
	top: 31px; 
	bottom: 31px; 
	left: 281px; 
	right: 0px;
	line-height: 110%;
	
	background-image: url(imgs/lines3c.jpg); 
	background-repeat: repeat-x
}

#titletext
{
	position: absolute; 
	left: 32px; 
	right: 33px; 
	top: 8px;
	
	font-size: 15px; 
	color: #05a
}

#blockbody
{
	position: absolute;
	left: 30px; 
	right: 30px; 
	top: 31px; 
	bottom: 30px;
	
	min-width: 400px; 
	max-width: 600px;
	border: 1px solid #a88; 
	overflow: auto;
	font-size: 12px;
	color: #666; 
	background: url(imgs/gradient.jpg)
}

#contentblock
{
	position: absolute;
	left: 0px;
	width: 100%;
}

#content_container
{
	padding: 20px 30px 20px 20px;
}

#titleblock
{
	/*position: relative;*/
	margin-left: 0px;
	font-size: 110%;	
}
#titleblock hr
{
	border: none;
	border-top: 1px solid #434;
}

div.blocksection
{
	margin: 20px 0 5px 0;
}

span.emphasize
{
	color: #434;
	font-size: 125%;
	font-weight: bold;
}

div.blockintitle
{
	font-size: 11px; 
	color: #09d; 
}


span.uphigh
{
	color: #434;
	font-size: 120%; 
	font-weight: bold; 
}

span.upreg
{
	font-size: 120%; 
	font-weight: lighter; 
}

span.greydown
{
	font-size: 90%; 
	opacity: 0.7; 
	letter-spacing: .5pt
}

img.proj, img.proj2, img.proj2b, img.proj3
{
	margin: 4px 15px 6px 0px; 
	border-right: 2px solid #aaf; 
	padding: 3px 4px 3px 0px;
}

img.proj
{	
	opacity: 0.7;
}

img.proj2
{
	opacity: 0.8;
}

img.proj:hover, img.proj2:hover
{
	opacity: 1.0;
}

img.proj2b
{
	opacity: 1;
}

img.proj3
{
	opacity: 1;
}

.caption
{
	margin: -5px 4px 5px 10px;
}


/* -- top & bottom -- */

#header
{
	border-bottom: 1px solid #a55; 
	width: 100%; 
	height: 30px; 
	/* background-color: #fff; */
	background: url(imgs/grad-up.jpg) repeat-x;
}

#footer
{
	position: absolute; 
	height: 30px; 
	width: 100%; 
	bottom: 0px;
	
	border-top: 1px solid #a55; 
	font-size: 10pt; 
	letter-spacing: 2px; 
	color: #aac; 
	
	/* background-color: #fff; */
	background: url(imgs/grad-down.jpg) repeat-x;
}

div.contact
{
	margin: 7px 0px 0px 40px; 
	float: left
}

div.keys
{
	margin: 7px 40px 0px 0px; 
	float: right
}



/* -- sidebar -- */

#sidebar
{
	position: absolute; 
	top: 31px; 
	left: 0px; 
	width: 280px; 
	bottom: 31px;
	
	background-color: #09d; 
	background: url(imgs/jongeyer4c.jpg); 
	border-right: 1px solid #000;
	float:left; 
}

div.menu
{
	margin: 120px 9px 0 0; 
	font-size: 10pt; 
	text-align: right; 
	color: #988;
	line-height: 20px; 
	border-right: 0px solid #bdf; 
	padding-right: 4px;
}



/* -- link styles -- */

a	 				{color: #41c; text-decoration: none}
a:hover 			{color: #32f; text-decoration: none}

a.menu				{color: #200; text-decoration: none}
a.menu:hover 		{color: #eef; text-decoration: none}


