@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;padding:0;
}

body {
	text-align: center;
	
	
	/*background-color:#231f20;*/
	background-image: url(images/bodybg.gif);
	background-repeat: repeat;
}


#header {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	
	background-image:url(images/zarim-logo.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color:#231f20;	
	height: 185px;	
	/*clear: both;*/

}


#container {
	text-align: justify;
	margin-left:auto;
	margin-right:auto;	
	width: 960px;
	
	
	
	background-color: #fff;
	background-image: url(images/containerbg2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear:both;
}

div#container h1{margin:0; clear:both;}

div#container h1 a{
    position:relative;
    display: block;
    width: 240px; height: 60px;
    margin-left:10px}

div#container h1 a span{
    position: absolute;
    width: 100%; height: 100%;
    background:url(images/editorial.gif);
    cursor: pointer /*regola per IE*/}
	
div#container h1 a span#about{
    position: absolute;
    width: 100%; height: 100%;
    background:url(images/about.gif);
    cursor: pointer /*regola per IE*/}

div#container h1 a span#contactus{
    position: absolute;
    width: 100%; height: 100%;
    background:url(images/contactus.gif);
    cursor: pointer /*regola per IE*/}
	
#section-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
	margin-top:0; padding-top:0;
}

#article {
	margin-left: 10px;
	margin-right:10px;
	/*width: 520px;*/
	text-align: justify;
	font-family: Georgia, Geneva, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 200px;
	background-image: url(images/articlebg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	line-height: 1.5;
}

.quest {
	color:#CC0000;
	font-style: italic;
	font-weight: bolder;
	font-variant: small-caps;
	font-size:110%;
}
#side_bar {
	float: right;
	background-color: #fff;
	width: 300px;
	/*min-height: 300px;*/
}




#top_side_bar {
	width: 300px;
	height: 250px;
	background-image: url(images/businesscard.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
	margin-bottom:10px;
	
}
#top_side_bar_text {
	color: #a512ca;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 85px;
	padding-left:30px;
}

#top_side_bar_text a {
	text-decoration: none;
	color: #0066FF;
	font-weight: bold;
}
#top_side_bar_text a:hover {
	text-decoration: underline;	
}

#side_banner {
	margin-left:auto;
	margin-right:auto;
	width: 300px;
	text-align: center;
}

#editor_background {
	padding-left: 10px;
	padding-right: 5px;
	font-size: 80%;
	color:#0066CC;
}

#editor_background h3 {
	color: #CC0000;
	font-style: italic;
}

#side_text {
	padding-left: 10px;
	padding-right: 5px;
	font-size: 80%;
	font-family: "Trebouchet MS", Arial, Helvetica, sans-serif;
}

#side_text h4 {
	font-style: italic;
}

#side_bar a img {
	border: 0;
}
#footer {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/*
#navbar {
	border-bottom: 1px solid #ccc;
	height: 45px;

}

#navbar span {
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #cc3399;
	border-bottom: 0;
	height: 40px;	
	background-color: #f785b6;
	color: #0066FF;
	margin-right:2px;
	line-height: 40px;
}

#navbar span a {
	line-height: 40px;
	text-align: center;
}*/
#nav {
	float:left;
	background:#FCF3F8;
	line-height:normal;
	width: 960px;
	/*border-bottom:1px solid #f4b7d6;*/
}
#nav ul {
	margin:0;
	padding:25px 5px 0 5px;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	float:left;
	background:url(images/tableftD.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#nav a span {
	float:right;
	display:block;
	background:url(images/tabrightD.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#C7377D;
	font-size: 12px;
	/*font-variant:small-caps;*/
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {
	float:none;
}
/* End IE5-Mac hack */
#nav a:hover span {
	color:#C7377D;
}
#nav a:hover {
	background-position:0% -42px;
}
#nav a:hover span {
	background-position:100% -42px;
}
#nav #current a {
	background-position:0% -42px;
}
#nav #current a span {
	background-position:100% -42px;
}

#bottom_spacer {
	clear:both;
	margin-bottom:30px;
}

