/* © www.nornad.com, 2009 | nornad@gmail.com */

* {
	margin:		0;
	padding:	0;
	border: 	0;
}

html, body {
	width:		100%;
	height:		100%;
}

* html #container {
	height:		100%;
}

.empty {
	height:		40px;
}

body {
	background:		#FFFFFF;
	color:			#333333;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
}

#container {
	position:	relative;
	width:		960px;
	margin:		0 auto;
	min-height:	100%;
}

#photo {
	background:	url(nornad_photo_passport_113x149.JPG) no-repeat;
	width:		113px;
	height:		149px;
	margin:		10% 5px;
	float:		left;
}

#text {
	padding:	10% 0 0;
	width:		800px;
	float:		right;
}

#list {
	padding:	0 0 0 45px;
}

#footer {
	position:	relative;
	background:	#CCCCCC;
	height:		40px;
	text-align:	center;
	margin:		-40px auto 0;
}

.clearfloat {
	clear:		both;
}

p {
	padding:	10px;
}

