/*

	body
	{
		padding: 1px;
		width: auto;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		background-color: #369;
	}
*/

body,html
{
	margin: 0;
	padding: 0;
background-color: #369;
color: #000;
}


body
{
	min-width: 760px;
	font: .8em Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}


/*
	#wrapper
	{
		position: relative;
		text-align: left;
		width: 800px;
		border: 0px solid #333;
		margin: 5px auto;
		background-color: #FFF;
		/*
		background-image: url(img/head.jpg);
		background-repeat: no-repeat;
	*/
	}
	
*/
	#leftcontent
	{
		position: absolute;
		left: 10px;
		top: 40px;
		width: 120px;
		background: #fff;
	}
	
	#centercontent
	{

		background: #fff;
		margin-left: 119px;
		margin-right: 119px;
		border: 0px solid #fff;
		/*
			IE5x PC mis-implements the box model. Because of that we sometimes have
			to perform a little CSS trickery to get pixel-perfect display across browsers.
			The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
			parsing bug in IE5x PC that will prematurly close a style rule when it runs
			into the string "\"}\"". After that string appears in a rule, then, we can override
			previously set attribute values and only browsers without the parse bug will
			recognize the new values. So any of the name-value pairs above this comment
			that we need to override for browsers with correct box-model implementations
			will be listed below.
			
			We use the voice-family property because it is likely to be used very infrequently,
			and where it is used it will be set on the body tag. So the second voice-family value 
			of "inherit" will override our bogus "\"}\"" value and allow the proper value to
			cascade down from the body tag.
	
			The style rule immediately following this rule offers another chance for CSS2
			aware browsers to pick up the values meant for correct box-model implementations.
			It uses a CSS2 selector that will be ignored by IE5x PC.
			
			Read more at http://www.glish.com/css/hacks.asp
			*/
		voice-family: "\"}\"";
		voice-family: inherit;
		margin-left: 121px;
		margin-right: 121px;
	}
	
	html>body #centercontent
	{
		margin-left: 121px;
		margin-right: 121px;
	}
	

	#rightcontent
	{

		position: absolute;
		right: 10px;
		top: 80px;
		width: 200px;
		background: #fff;
		border: 0px solid #fff;
	}
	
	#banner
	{
		background-image: url('img/head.jpg');
		background-repeat: no-repeat;
		height: 83px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 82px;
	}
	
	html>body #banner { height: 82px; }
	p,h1,pre { margin: 0px 10px 10px 10px; }
	
	h1
	{
		font-size: 14px;
		padding-top: 10px;
	}
	
	#banner h1
	{
		font-size: 14px;
		padding: 10px 10px 0px 10px;
		margin: 0px;
	}
	
	#rightcontent p { font-size: 10px; }
	
	#galleryStatic
	{
		position: relative;
		width: 400px;
		height: 300px;
		margin: 0;
		padding: 0;
	}
	
	#gallery
	{
		position: relative;
		width: 400px;
		height: 300px;
		margin: 0;
		padding: 0;
	}
	
	#gallery li { display: block; }
	
	#selectedwork
	{
		text-indent: 0px;
		/*
		line-height: 11pt;
	*/
		text-decoration: none;
		/*
		letter-spacing: 2px;
	*/
		font-family: helvetica,arial;
		font-size: 10px;
		background-color: #fff;
		padding: 5px;
	}
	
/*
	#navigation
	{
		left: 0;
		width: 111px;
	}
	
	#navigation ul
	{
		list-style-image: url('img/dot.gif');
		margin: 0 0 0 20;
		padding: 4;
		border: none;
	}
	
*/

#wrapper
{
	position: relative;
	text-align: left;
	width: 765px;
	border: 0px solid #333;
	margin: 5px auto;
	background-color: #FFF;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
}


#navigation {
	position: absolute;
	top: 100;
	left: 0;
	width: 111px;
	}

#navigation ul
{
	list-style-image: url('img/dot.gif');
	margin: 0 0 0 20;
	padding: 4;
	border: none;
}




	#subset
	{
		margin: 0 0 0 20;
		padding: 4;
		border-left: 3px solid #ccc;
	}
	
	a:link, a:active, a:visited
	{
		color: #369;
		text-decoration: none;
	}
	
	a:hover { color: #69C; }
	
	#selectedwork a
	{
		color: #000;
		text-decoration: none;
	}
	
	#selectedwork a:hover { color: #69C; }
	
	.cat
	{
		border-bottom: 3px solid #ccc;
		color: #333;
		padding: 0 3px;
		text-align: right;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	/* ================Footer============= */
#footer
{
	/*
	width: 738px;
*/
	/*
	background-color: #693;
*/
	margin: 20px 0px 3px 4px;
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	word-spacing: 6pt;
	color:#999;
	font-family: arial;
	font-size: 8pt;
}

#footer p
{
	color: #000;
	font: 9pt Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0 0 0 20px;
}

#footer a {color: #999;}