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;
}
body {
	line-height: 1;
	font:80% Verdana;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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 STYLE KSIEBEL **/

div#container {width:900px;margin:0 auto;background:url(images/bg.jpg) no-repeat;min-height:949px;padding-left:75px;}

div#hello {width:465px;float:left;padding-top:20px;}

div.vcard {width:380px;height:59px;background-color:#de5b25;color:#fff;padding-top:10px;float:left;margin-top:50px;margin-left:50px;}
	div.vcard ul {float:left;padding-left:30px;}
	
div#content {
	clear:both;
	padding-top:40px;
	padding-left:515px;
	width:380px;
	min-height:510px;
}

div#blackbox {background-color:#000;width:875px;height:85px;color:#fff;padding:10px;}
	div#blackbox ul {float:left;margin-right:15px;margin-top:10px;}
	div#blackbox ul li {font-weight:bold;font-size:1.0em;padding-left:15px;background:url(images/arrow.gif) left no-repeat;}
	
	
div#footer {padding-left:680px;width:200px;padding-top:30px;}
	div#footer ul li {float:left;padding-left:10px;font-size:0.8em;}


/** TYPES **/
h2 {color:#abbed7;font-size:1.8em;text-transform:uppercase;font-weight:bold;line-height:32px;}
div#blackbox h2, strong.org, a {color:#de5b25;text-decoration:none;}
p {line-height:20px;margin-top:10px;font-size:0.9em;}
div#footer ul li a {color:#999;text-decoration:none;}
a:hover {color:#333;}
