/*=====================================================
		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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*======================================================
		RESET DONE STYLING STARTS
=======================================================*/
body {
	background: #000;
	margin: 0 auto;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.6em;
	}

a{ color: #d68a40; text-decoration: none; }
a:hover { color: #FF6600; }
.wrap{
	width: 1000px;
	background: #fff url(img/2col-bg.gif) repeat-y;
	float: left;
	 }
#branding{
	position: absolute;
	top: 20px;
	left: 50px;
	width: 286px;
	float: left;
	background: url(img/nobel.png) no-repeat;
	}
#branding h1{ height: 200px; background: background: url(img/nobel.png) no-repeat; text-indent: -999px;}
	
.section{
	float: right;
	width: 560px;
	text-align: left;
	background: #fff;
	margin: 50px;
	}
.section h2{
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 1em;
	}
	
ul#datagrid span {
	display: block;
	color: #c25804;
	font-variant: small-caps;
	font-size: 1.4em;
	letter-spacing: 1px;
	font-weight: bold;
	}
ul#datagrid li {
	margin-bottom: 0.8em;
	padding-bottom: 50px;
	background: url(img/nobel-hr.gif) no-repeat bottom center;
	}
	
.aside{
	color: #fff;
	width: 335px;
	float: left;
	padding-top: 250px;
	position: relative;
	}
.aside span.telephone{
	display: block;
	font-size: 2em;
	color: #d68a40;
	margin: 0.6em 0;
	}
.aside p{
	width: 250px;
	margin-left: 65px;
	font-variant: small-caps;
	font-size: 1.1em;
	}
.aside a{ font-size: 1em; }
#footer{
	float: left;
	width: 1000px;
	clear: both;
	background: #141317 url(img/foot.gif) no-repeat;
	padding: 2em 0;
	}
#footer img.cooker{
	margin-left: 0;
	padding-left: 0;
	display: block;
	float: left;
	margin-top: -450px;
	}
#footer p{ margin-left: 320px; color: #fff; text-align: left; padding: 1.2em; font-size: 1.2em; }
#footer span.branding-foot { 
	float: left;
	width: 1000px;
	text-indent: -9999px;
	height: 90px;
	background: url(img/footer-nobel.png) no-repeat center;
	display: block;
	}