/* CSS - Main */
/* Lucano/Neron */
/* Dec 2009 */

/* GENERAL */

* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0; }
fieldset { padding: .5em; }


body {
	color: #444;
	font:76%/135% Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	padding:40px 0 15px 0;
}


img {
   border: 0;
}

h1,h2 {
	font-size:1.45em;
	margin: 0px 0 15px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

p {
	padding: 0px 0 15px;
}

a, a:link, a:visited  {
	color: #5E685F; #456;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active, a:focus {
	color:  #234;
	text-decoration: underline;
}







#wrap {
	width:1100px;
	margin:0 auto;
}

#header {
	width: 339px;
	margin: 0 0 25px 60px;
}
	
#header h1 a {
    display: block;
    height: 179px;
    width: 275px;           
    text-indent: -999em;  
    text-decoration:none;
	background: transparent url(../img/Neron.png) top no-repeat;
}



/* NAVIGATION */


#left {
	float: left;
	width: 380px;
}

ul#menu {
	list-style-type: none;
	padding-right: 15px;

}

ul#menu li {
	display: block;
	height: 31px;
	margin: 0;
	padding: 2px 0;
}

ul#menu li a:link,
ul#menu li a:visited {
	font-family: "Century Gothic",Verdana,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
 	display: block;
	text-align: right;
	line-height: 31px;
	padding-right: 45px;

}

ul#menu li a:hover,
ul#menu li a:active,
ul#menu li.current a {
	background: transparent url(../img/bullet.png) top right no-repeat;
	color: #CC3933;
}



/* MAIN */


#main {
	width: auto;
	margin-left: 400px;
	padding: 10px;
}

#content {
	padding-top: 48px;
}

#content-gallery {
	padding-top: 25px;
}


#footer {
	clear:both;
	font-size: 80%;
	text-align: right;
	padding: 1px 20px;
}

#Text1,
#Text2,
#Text3,
#Text4,
#Text5 {
	padding: 0px 12px 12px;
}



.clear {
	clear: both;
}

p.border {
	clear: both;
	border-bottom: 1px dotted #CFDAE0; #e5eaed;
	height: 12px;
	margin:0 12px;
	padding: 0;
}

.block {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
	margin-left: 15px;
}


/* GALLERY */

#index-wrap {
	margin: 25px 0 15px;
	font-weight: bold;
}

#index-wrap a {
	background: #fff;
	padding:3px 8px;
	border: 1px solid #ddd;
}

#index-wrap a:hover {
	background: #eee;
}

#index * {
	background: #ddd;
	color: #000000;
	padding:3px 8px;
}

#photo img{
	border: none;
}

p#caption {
	margin-top: 5px;
}


