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

a, h2 {
	color: #362;

	font-weight:bold;
}
a:hover, .footer a:hover {
	color: #111;
}
body {
	background: #769359 url(nav/bg.jpg) repeat-y center;
	color: #443;
	font-size: 12px;
	margin: 0;
}

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;
}

/* misc */

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

.clearer {
	clear: both;
}

/* structure */
#container {

	margin: 0 auto;
	padding-top: 180px;
	width: 600px;
}

/* header */
#header {
	border-bottom: 1px solid #CCC;
	height: 180px;
	text-align: center;
	background-color: #597F93;
	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: #623b0A;
	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/navigation.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 {
	
	padding: 5 0;
	margin: 0 auto;
}
p  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000000;
}


.content h1 {
	color: #553;
	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;
}
