/*
©2011 Vasileios Paraskevas
www.vparaskevas.com

Description : Stylesheet

*/

/*---------------------------------------------- GLOBAL SETTINGS */
html {
	height: 100%;
	background: url(../img/tile.jpg);
	overflow: auto;
}

body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em; 
	background: url(../img/bg.jpg) no-repeat top center;
	color: #343434;
}

/*-------------------------------------------------------- LINK */


a {
	color: #777;
	text-decoration: underline;
}

a:hover {
	color: #000;
}


/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.6em;
	padding: 0 0 1.25em 0;
}


/*------------------------------------------------------ LAYOUT */


#container {
	width: 660px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 350px;
}

#header h1 {
	width: 400px;
	height: 85px;
	display: block;
	background: url(../img/logo.png) no-repeat;
	text-indent: -99999px;
	position: absolute;
	left: 120px;
	top: 120px;
	z-index: 2;
}

.clear {
	clear: both;
}

#home-content {
	width: 240px;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff;
}

#home-content p {
	padding: 10px 0;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	font-size: 1.3em;
}
	


#content-wrapper {
	overflow:hidden;
	position: relative;
	
}

#content {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#content li {
	display: block;
	float: left;
}
