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

* {
	margin: 0;
	padding: 0;
}

a {color: #FF9900;}
a:hover {color: #2673C8;}

body {
	background: #e7e8e2 url(../images/body.jpg) no-repeat center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
	text-align:justify;
}

p,code {padding-bottom: 1.2em;}
h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
.bold { font-weight:bold; }
.activelink {
	background-color: #2673C8;
	color: #EAEADA;
	padding: 8px 0 8px 5%;
	font-size: 1.1em;
}

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

.outer-container {
	background: url(../images/container.jpg) no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #fff url(../images/header.jpg) no-repeat;
	height:170px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding:10px;
	font-size:40px;
	float:left;
}

/* path */
.path {
	color: #FFF;
	font: normal 0.9em Verdana,sans-serif;
	padding: 3px 3px;
	text-align:center;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FAFAFA;
	text-decoration: none;
}

/* main */
.main {
	background: url(../images/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 540px;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.content h1 {color:#2673C8;}

/* navigation */
.navigation {
	float: left;
	width: 210px;
}

.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
	list-style: none;
}

.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-color: #D7D7D2;
	color: #2370FF;
}

.photolist {
	float: left;
	width:540px;	
}

.photolist ul {
	list-style: none;
}

.photolist li {
	width:160px;
	height:110px;
	display:inline;	
	float: left;
	margin:9px;
}

.photolist li a {
	color:#EAEADA;
	
}

.photolist li a:hover {
	color:#EAEADA;
}

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

.blu {
	color:#2673C8;
}
