body {
	background: url('img/bg.gif');
	font: 11px 'Verdana', Arial, Sans-Serif;
	color: #000000;
	}

.page {
	background: #FFFFFF;
	border: 1px solid #000000;
	width: 550px;
	margin: 10px auto 0 auto;
	padding: 0 0 15px 0;
	}

.front {
	width: 685px;
	}

/* HEADER */ 
.header {
	/*
	background: pink;
	*/
	margin-top: 10px;
	margin-bottom: 10px;
	width: 550px;
	height: 70px;
	}

.header img {
	margin-left: 15px;
	float: left;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}	

.menu {
	background: #777777;
	margin-top: 20px;
	padding: 5px 0 5px 10px;
	}	
	
.intro {
	padding: 5px 0 5px 10px;
	}	
	
h1, h2, h3, h4 {
	font-family: 'Verdana', Sans-Serif;
	}

h1 { 
	font-size: 40px;
	font-weight: bold;
	color: #777777;
	text-align: center;
	margin-top: 15px;
	}

h2 { 
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	}

.project {
	/*
	background: orange;
	*/
	float: left;
	width: 202px;
	min-height: 150px;
	margin: 10px;
	}
	
.thumb {
	margin-bottom: 10px;
	}
	
.thumb h2 { 
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0px;
	}

.thumb img.screenshot {
	border: 1px solid #000000;
	width: 200px;
	}
	
.project img.feedburner {
	padding-top: 3px;
	}

.descr {
	/*
	background: orange;
	*/
	min-height: 10px;
	}	

.pralexa {
	/*
	background: pink;
	*/
	margin-top: 5px;
	}	

.descr ul li {
	margin-bottom: 5px;
	}	

.pralexa ul li {
	margin-bottom: 0px;
	}	

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.clear {
	clear: both;
}

.email {
	/*
	background: pink;
	*/
	clear: both;
	height: 25px;
}

.email img {
	float: right;
}

.footer { 
	margin-top: 10px;
	text-align: center;
	}

.footer img.icq { 
	float: center;
	margin-top: 2px;
	}

hr {
	background: black;
	width: 90%;
	height: 1px;
	border: none;
	}
	
