* {
	border: 0px;
}

body {
	margin:0px;
	background: #CCC;
	color: #333;
	font: normal 12px "Lucida Sans Unicode",sans-serif;
}

input, textarea {
	border: 1px solid #CCC;
}

a {
	text-decoration: none;
}
a , a:visited{
	color: #000;
}
a:hover , a:active{
	color: #F90;
}


/*## LINK ##*/
.link {
	border-bottom: 1px dotted #CCC;
	margin: 5px 0;
}

.link .img {
	float: left;
	width: 210px;

}

.link .desc {
	margin-left: 220px;
	padding-left: 20px;
	border-left: 2px dashed #CCC;
}

.leftsidebar {
	background: url("img/leftsidebar.png") repeat-y left;
}

.rightsidebar {
	background: url("img/rightsidebar.png") repeat-y right;
	padding: 0px 50px 50px 50px;
}

/*## MENU ##*/

.nav {
	margin-bottom: 25px;
}
.nav a {
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	padding: 5px 20px;
	border-bottom: 2px solid #CCC;
}
.nav a , .nav a:visited{
	color: #000;
}
.nav a:hover , .nav a:active{
	color: #F90;
	border-bottom: 2px solid #F90;
}

.container {
	width: 960px;
	margin: 0px auto;
	background: #FFF;
}

.main{
	margin: 0px 0px 30px 0px;
	padding: 0px 10px;
	text-align: justify;
}


/*# INTRO PAGE #*/
.intro {
	margin: 200px auto;
	width: 200px;
}

/*# HOME PAGE #*/

#wrap {
	width: 1000px;
	margin: 0px auto;
}


#homeLeft {
	float: left;
	width: 150px;
	padding:0px;
	margin: 0px;
}

#bodyhome {
	background: #FFF;
}

#homeRight {
	width: 850px;
	float:left;
}

.title1 {
	padding: 40px 0px;
	float: left;
	width: 50%;
	font: normal 22px "Lucida Sans Unicode",sans-serif;
	color: #F90;
	text-align: center;
}
.half {
	float: left;
	width: 50%;
	font: normal 14px "Lucida Sans Unicode",sans-serif;
	text-align: center;
	padding: 40px 0px;
}

#didascalia {
	font: normal 14px "Lucida Sans Unicode",sans-serif;
	color: #F90;
	text-align: right;
}

#entra {
	float:left;
}


#homeRight p {
	margin: 2px;
	padding:2px;
}

#homeRight .box {
	float: left;
	width: 19%;
	padding: 3px;
}


#homeRight .homeTitle {
	font: bold 14px "Arial",sans-serif;
	color: #F90;
}

#homeRight .homeText {
	font: normal 10px "Arial",sans-serif;
	text-align: justify;
	padding: 2px;
}


.footer {
	text-align: center;
}

.galleryTitle {
	font: bold 20px "Arial",sans-serif;
	border-bottom: 2px solid #CCC;
	margin: 10px;
}
.categoryList {
	margin: 10px;
	padding: 5px;
	border-top: 2px solid #CCC;
}
