	/* **************************** BEGIN ERIC MEYER RESET **************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	/* remember to define focus styles! */
:focus {
	outline: 0;
}

	/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

	/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* **************************** BEGIN GENERAL STYLES **************************** */

/* !UNIVERSAL */

body {
	font-family:arial, verdana, sans-serif;
	font-size:0.8em;
	line-height: 130%;
	padding:30px;
	color:#666;
}

	#home {
		padding:0;
	}

/* !LAYOUT */

#home-img {
	left:0;
	position:absolute;
	top:0;
	z-index:-10;
}

#wrapper {
	width:956px;
}

#header {
	clear:both;
	height:155px;
}
	
	#logo {
		float:left;
		width:180px;
	}
	
		
		#home #header {
			position:absolute;
			top:30px;
			left:30px;
		}
		
		/*
		#home #header {
			background-color:#FFFFFF;
			height:122px;
			left:0;
			padding:40px;
			position:absolute;
			top:0;
			width:100%;
		}
		*/
		
		/* Latest news on homepage */
		#latestnews {
			left:370px;
			position:absolute;
			top:73px;
			line-height:140%;
		}
	
	#address {
		margin:20px 0;
	}
	
	/* Navigation has its own CSS */

#sidebar {
	width:200px;
	float:left;
	background-color: #ccc;
}

#content {
	width:320px;
	margin-left:185px;
}
	
	#news #content {
		width:600px;
	}
	
	#projects #content {
		width:700px;
	}
	
	#contact #content {
		width:600px;
	}

	.caption-l {
		float:left;
		width:auto;
	}
	
	.caption-r {
		float:right;
		width:auto;
	}
		
		#contact .caption-r {
			margin-left:60px;
		}
	
	.hide {
		display:none;
	}

#companyinfo {
	clear:both;
	float:left;
	margin-top:50px;
}