/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E7E7E2 url('img/body.jpg') no-repeat center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}


/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	padding-bottom: 64px;
}

/* title */
.title {
	background: url('../images/titleBg5.jpg') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}



/* content */
.content {
	float: right;
	width: 538px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}


.contentTitle{
font-size: 1.4em;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #EAEADA;
text-align: leftt;
}


/*.contentImages{
float: right;
margin:10px;

padding: 25px;}
*/

.imageViewBorder img{
float: left;
margin-top:5px;
padding: 3px;
border: 1px solid #CCCCCC;
background: #FFFFFF;
}


.imageThumbnailBorder img{
float: left;
padding: 3px;
}

.imageThumbnailBorder a{
margin:5px;
color: #FFFFFF;
float: left;
border: 1px solid #CCCCCC;
background: #FFFFFF;}

.imageThumbnailBorder a:hover{
border-color: #0000FF;}


/* navigation */
.navigation {
	float: left;
	width: 210px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* footer */
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}