
/*************************************************************

	general styles
	design: ursula malecki / studioorange.cc
	(c) ursula malecki 2006

/************************************************************/




/* body */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
	background: #fff;
	overflow-x: hidden;
	font: 11px/150% Helvetica, Geneva, Arial, sans-serif; color: #555;
	}

a {
	text-decoration: none;
	color: #222;
	}

a:hover, a:active {
	text-decoration: underline;
	color: #000;
	}

#intro {
	margin: 200px 0 0 0;	
}

#main {
	position: absolute;
	top: 30px;
	width: 700px;
	left: 50%;
	padding-bottom: 40px;
	margin-left: -350px;
	height: auto;
	overflow: hidden;
	}

#left {
	position: relative;
	width: 210px; 
	float: left;
	}		

#left .logo {
	position: relative;
	margin: 0;
	height: 55px;
}

#left .menu {
	position: relative;
	clear: both;
	margin: 40px 0 40px 70px;
	list-style-type: none;
	list-style: none;
	font-weight: bold;
	text-transform: lowercase;
}

#left .menu a {
	font-weight: normal; color: #999;
}

#left .menu a:hover, #left .menu a:active {
	font-weight: normal; color: #000;
	text-decoration: none;
}

#left .menu ul {
	position: relative;
	clear: both;
	margin: 10px 0 10px 20px;
	list-style-type: none;
	list-style: none;	
}

#right {
	position: relative;
	width: 490px; 
	float: left;
	}
	
#right #image {
	padding: 30px 0 0 50px;
}

#right #image img {
	margin: 10px 20px 10px 0;
}

#right #image .light {
	margin: 0;
	width: 370px;
	text-align: left;
	color: #999;
}

#right ul {
	padding: 10px 0 40px 50px;
	list-style: none;
	list-style-type: none;
}

#right ol {
	padding: 10px 0 10px 30px;
}

#right ul p {
	padding: 0;
	margin: 10px 0;
}

#right .light {
	
}

#right p {
	margin: 10px 0 10px 50px;
	width: 370px;
	text-align: left;
}

#right i {
	font-style: italic;
}

#foot {
	position: relative;
	margin: 200px 0 0 70px;
	font: 9px/150% Helvetica, Geneva, Arial, sans-serif; color: #999;
}

