* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

a, .link {
	color: #259086;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #282828;
}

a img {
	border: none;
}

#foto a {
	margin: 1px;
	padding: 0;
	display: block;
	float: left;
}

#foto a.vert {
	padding: 1px 26px;
	width: 100px;
	height: 152px;
}

#foto a.hor {
	padding: 26px 1px;
	width: 152px;
	height: 100px;
}

#foto a:hover img {
	border: 2px solid #F00;
}

#foto img {
	margin: 0 auto;
	border: 2px solid #aaa;
}

body {
	background: #e2e2e2;
	color: #282828;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 11px;
	padding-top: 20px;
}

p, code, ul {
	padding-bottom: 1.2em;
}

h1 {
	font: bold 1.8em sans-serif;
}

h2 {
	font: bold 1.5em sans-serif;
}

h3 {
	font: bold 1.2em sans-serif;
}

h1, h2, h3 {
	padding-top: 6px;
	color: #259086;
	margin-bottom: 4px;
	text-align: left;
}

.blank {
	clear: both;
	font-size: 0;
}

.left {
	float: left;
	margin: 2px;
}

.right {
	float: right;
}

.inner-container {
	border: 2px solid #b1b1b1;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	width: 750px;
	padding: 10px;
}

.outer-container {
	background: #e2e2e2;
	padding-bottom: 24px;
}

#header {
	background: #222 url("images/head.jpg") no-repeat;
	height: 250px;
	margin-bottom: 0px;
}

#header a {
	display: block;
	width: 720px;
	height: 220px;
	color: #282828;
	padding: 30px 0 0 10px;
	text-decoration: none;
	letter-spacing: -1px;
}

#header a:hover {
	border-color: #F60;
}

#header h1 {
	color: #282828;
	font-size: 28px;
}

#header p {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 20px;
	padding: 0;
	letter-spacing: 2px;
}

#sidebar {
	float: right;
	width: 227px;
	padding-right: 10px;
	font-size: 12px;
}

#sidebar h2 {
	color: #259086;
	font: bold 1.6em;
	line-height: 30px;
	margin: 0;
	padding-left: 11px;
	text-align: center;
}

#sidebar ul {
	border-top: 2px solid #259086;
	padding-bottom: 10px;
	list-style: none;
}

#sidebar .links li {
	margin-top: 10px;
	line-height: 15px;
}

#sidebar .links a {
	border-bottom: 1px dotted;
	text-decoration: none;
}

#sidebar .links a:hover {
	border-color: #FFF;
}

.navigation {

}

.navigation li {
	border-bottom: 1px solid #b1b1b1;
}

.navigation li a {
	font-size: 17px;
	color: #7c7c7c;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	text-align: center;
	border: none;
}

.navigation li a:hover {
	background: #c7c7c7;
	color: #282828;
}

#main {
	background: #FFF;
	padding: 0px 10px 0 0;
}

#content {
	float: left;
	width: 480px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top:10px;
	text-align: justify;
}

#content p {

}

#content ul {
	margin-left: 16px;
}

#content ul li {
	list-style: none;
	padding-left: 16px;
	background: url("/images/li.gif") no-repeat;
}

#content ul.nolist li {
	padding-left: 10px;
	background: none;
	font-weight: bold;
}

#content ul.nolist ul li {
	padding-left: 16px;
	background: url("/images/li.gif") no-repeat;
	font-weight: normal;
}

#footer {
	background: #b1b1b1;
	color: #282828;
	font: bold 1em;
	margin-top: 5px;
	padding: 10px 12px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 11px;
}

#footer a {
	color: #282828;
	text-decoration: none;
	border-bottom: 1px dashed;
}

#footer a:hover {
	border-bottom: 1px dashed #b1b1b1;
}

#sub {
	margin: 0 auto;
	clear: both;
	text-align: center;
	width: 780px;
	padding-left: 0;
}

#sub ul {
	width: 780px;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	display: inline;
	float: left;
}

#sub ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 250px;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.3em;
	border: 0;
	font-weight: normal;
	font-size: 10px;
}

#sub ul li a {
	font-size: 10px;
	text-decoration: none;
	border: none;
	color: #5a8;
}

#sub ul li a:hover {
	border-bottom: 1px dashed;
	color: #282828;
}
