/*Fathia - CSS*/
/* standard elements */

a, h2 {
	color: #362;

	font-weight:bold;
}
a:hover, .footer a:hover {
	color: #111;
}
body {
	color: #443;
	font-size: 12px;
	margin: 0 0;
	/*background-attachment: scroll;*/
	background-color: #999;
	/*background-image: url(nav/fond41.jpg);*/
	background-image: url(nav/xmas_body-bg.jpg);  
	/*Change for the backgroung*/
	/*background-repeat: repeat-y;*/
	background-position: center;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}


p,cite,code,ul {
	margin-bottom: 1.2em;
}
h1 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
	font-weight:bold;
	
}

ul {
	margin: 12px 0;
}
li {
	list-style: url(nav/li.gif);
	margin-left: 18px;
}
code {
	background: #AED0E3;
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	
}

cite {
	display: block;
	background: url(nav/quote.gif) no-repeat;
	color: #663;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

img.photo {
	border: 1px solid #999;
	padding: 5px;
	float: right;
	margin-left: 15px;
}

img.photoLeft {
	/*border: 1px solid #999;*/
	padding: 5px;
	float: left;
	margin-left: 15px;
}

/* misc */

.divider  {
	background: url(nav/divider.gif) no-repeat;
	height: 24px;
	margin: 16px 0;
}

.clearer {
	clear: both;
}

/* structure */
#container {
	margin: 0 auto;
	padding-top: 10px;
	width: 630px;
	background-color: #F0EDE8;
}




#content {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 0;
}

#content1 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 0;
}

.overhang {
	position: absolute;
	left: -75px;
	top: 0;
	width: 239px;
	height: 195px;
}

/* header */
#header {
	/*border-bottom: 1px solid #CCC;*/
	height: 180px;
	text-align: center;
	background-color: #F0EDE8;
	/*background-image: url(img/headerdeco.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;*/
	width: 100%;
	vertical-align: middle;
	visibility: visible;
}
#header h1 {
	color: #DB3759;
	line-height: 1.2ex;
	padding-top: 0px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 3em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}


#header h2 {
	color: #000;
	font-weight:bold;
}


/* navigation */
#navigation {
	height: 36px;
	margin: 0 auto;
	width: 632px;
}
#navigation a {
	background: url(nav/navigation1.jpg) no-repeat;
	color: #FFF;
	float: left;
	font: bold 1.2em serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
#navigation a:hover {
	color: #FFF;
	background-position: left bottom;
}

/* content */
/*.content {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5;
	padding-right: 5;
	padding-bottom: 5;
	padding-left: 5;	
} */


p  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-transform: none;
	text-align: justify;
}


.content h1 {
	color: #red;
	font-size: 1.4em;
	margin-bottom: 4px;
}

h3 {
	/*	color: #553;*/
	font-size: 1.2em;
	margin-bottom: 4px;
	line-height: 1.4em;
}

/* footer */
.footer {
	color: #000000;
	font-size: 1.3em;
	padding-bottom: 10px;
	text-align: center;
}
.footer a {
	color: #664;
}

