html {
overflow: auto;
}
/* TOTINY */
body {
	background: url(assets/bg.gif) repeat-x center top #123360;
	margin: 0;
	text-align: center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 75%;
}
big {
	font-size: 1.2em;
}
#bg_color {
	background-color: #eee;
}
/* TOTINY */
.clr {
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	clear: both;
}
#logo {
	margin: 0 auto;
	padding: 0 20px;
	width: 600px;
	background: url(assets/bg_light.gif) no-repeat;
	height: 80px;
	text-align: left;
}

#logo .image {
	padding-top: 25px;
}

#logo ul {
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
	color: #fff;
	padding-top: 60px;
	font-size: 7pt;
}
#logo li {
	display: inline;
}
#logo li a {
	text-decoration: none;
	color: #6cf;
}
#logo li a:hover {
	color: #fff;
}
#menu {
	margin: 0 auto;
	padding: 0;
	width: 640px;
	height: 32px;
	background: url(assets/bg_menu.gif) no-repeat;
}
#menu li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(assets/sep.gif) no-repeat right center;
	line-height: 32px;
	padding: 0 13px 0 10px;
}
#menu li.last {
	background: none;
}
#menu a {
	text-decoration: none;
	color: #6cf;
}
#menu a:hover {
	color: #fff;
}
#menu a.active {
	font-weight: bold;
	color: #fff;
}
#header {
	margin: 0 auto;
	width: 640px;
	background: url(assets/bg_sha.png) repeat-y center center;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 10pt;
	text-transform: uppercase;
}
#header div {
	background: url(assets/header.jpg) no-repeat;
	margin: 0 20px;
	height: 248px;
	padding-left: 30px;
}
#header h2 {
	font-weight: normal;
	font-size: 14pt;
	color: #036;
	margin: 0;
	padding: 35px 0 20px 0;
}
#header h2 span {
	font-size: 10pt;
}

#tabs {
	margin: 0 auto;
	padding: 0 30px;
	width: 580px;
	height: 85px;
	background: url(assets/bg_sha.png) repeat-y center center;
	text-align: left;
}
#tabs li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	float: left;
}
#tabs a {
	display: block;
	padding-top: 13px;
	padding-left: 10px;
	width: 184px;
	height: 72px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	text-decoration: none;
	text-transform: uppercase;
	background: url(assets/tab1.gif) center top;
}
#tabs a span {
	font-size: 10pt;
}
#tabs .tab2 a {
	background: url(assets/tab2.gif);
	width: 184px;
}
#tabs .tab3 a {
	background: url(assets/tab3.gif);
	width: 182px;
}
#tabs a:hover {
	background-position: center bottom;
}
#tabs a.active {
	background-position: center bottom;
}



#page {
	margin: 0 auto;
	padding: 0 70px;
	width: 500px;
	background: url(assets/bg_sha.png) repeat-y center center;
	text-align: left;
}

/* TOTINY */
#page h1 {
	margin: 0;
	padding: 2em 0 1em 0;
	font-weight: bold;
	font-size: 120%;
	color: #000;
	text-transform: uppercase;
}
#page h2 {
	padding: 0;
	margin: 1.3em 0 1em 0;
	font-weight: bold;
	font-size: 110%;
	color: #444;
}
#page h3 {
	padding: 0;
	margin: .5em 0 .3em 0;
	font-weight: bold;
	font-size: 100%;
	color: #666;
}
#page p {
	margin: 0;
	padding: 0 0 1em 0;
	text-align: justify;
	line-height: 1.4em;
}
#page ul {
	margin: 0;
	padding: 0 0 1em 0;
	text-align: justify;
	line-height: 1.4em;
}
#page ul li {
	list-style-image: url(assets/li.gif);
}
#page .cite {
	font-style: italic;
	color: #4ad;
}
#page a {
	text-decoration: underline;
	color: #4ad;
}
#page a:hover {
	color: #c30;
}
#page .framed {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#page .framed td {
	padding: 3px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#page strong {
	color: #4ad;
}
#page b {
	color: #4ad;
}

/* TOTINY */

#page .galerie a {
	display: block;
	position: relative;
	float: left;
	padding: 5px;
	margin: 0 13px 13px 0;
	border: 1px solid #ccc;
}

#footer {
	background-color: #123360;
}
#footer div {
	margin: 0 auto;
	padding: 35px 20px 20px 20px;
	width: 600px;
	background: url(assets/bg_footer.gif) no-repeat center top;
	text-align: left;
	font-size: 8pt;
	color: #fff;
}
#footer div a {
	text-decoration: none;
	color: #6cf;
}
#footer div a:hover {
	color: #fff;
}
#footer .top {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	float: right;
	top: -15px;
	left: -10px;
}
