
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #fff url("../img/background.php");
	/*background: #fff url("../img/bg_last.jpg");*/
	background-position: center 0;

	font-family: "Arial",helvetica,sans-serif;
	font-size: 13px;
	color: #2a2f37;
	line-height: 1.0;
}

#container {
	background: #234c8f url("../img/background.jpg");

	height: 100%;
	margin: 0 auto;
	width: 750px;
}



#header {
	background: #234c8f url("../img/title-bg.jpg") repeat-x;
	font-family: "Trebuchet MS",helvetica,sans-serif;
}

h1 {
	margin: 0;
	padding: 20px 10px 10px 10px;

	font-size: 44px;
	font-weight: normal;

	letter-spacing: -2px;
	color: #fff;
}

h1 a:link, h1 a:visited, h1 a:hover {
	color: #fff;
	text-decoration: none;
}



#menu {
	color: #fff;
	float: right;
	padding-bottom: 8px;
	margin: -32px 5px 0 0;

	font-family: "Arial",helvetica,sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
}

#menu a {
	padding: 0 1px;
	margin: 1px 3px;
}

#menu .current {
	border-bottom: 5px solid #fff;
}

#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

#menu a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 5px solid #f30;
}



#main {
	margin: 0;
	padding: 0 0 40px 0;

	background: #fff url("../img/background.php");
	/*background: #fff url("../img/bg_last.jpg");*/
	background-position: center -76px;

	min-height: 450px;
}

p {
	margin: 0;
	padding: 5px 0;
	text-align: justify;
	line-height: 1.3;
}

p a:link, p a:visited {
	color: #2a2f37;
	text-decoration: none;
	border-bottom: 1px solid #A4ABB7;
}

p a:hover {
	color: #2a2f37;
	text-decoration: none;
	border-bottom: 1px solid #f30;
}

h2 {
	margin: 0;
	padding: 18px 0 4px 0;

	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #f30;
}

h3 {
	margin: 0;
	padding: 20px 0 10px 0;

	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #234c8f;
}

h4 {
	margin: 0;
	padding: 10px 0 10px 0;

	font-size: 15px;
	font-weight: bold;
	color: #2a2f37;
}


h4 a:link, h4 a:visited {
	color: #2a2f37;
	text-decoration: none;
	border-bottom: 1px solid #A4ABB7;
}


img { border:none; }


.to-right {
	padding-top: 4px;

	text-align: right;
	font-size: 11px;
}




ul {
	margin: 10px 0 8px 26px;
	padding: 0;

	line-height: 1.3;
	list-style-type: disc;
}

li {
	padding-bottom: 8px;
}

li a:link, li a:visited {
	color: #2a2f37;
	text-decoration: none;
	border-bottom: 1px solid #A4ABB7;
}

li a:hover {
	color: #2a2f37;
	text-decoration: none;
	border-bottom: 1px solid #f30;
}



table a:link, table a:visited {
	color: #2a2f37;
	width: 100%;
}

td {
	vertical-align: top;
}


#right-col {
	float: right;
	width: 190px;

	margin: 5px 0 0 15px;
	padding: 0 0 0 15px;

	border-left: 1px solid #A4ABB7;
}

#right-col h3 {
	padding-top: 0;
}


.thumb-list {
	margin: 15px 0 0 0;
}

.thumb {
	float: left;
	width: 160px;
	height: 140px;

	margin-left: 22px;
}

.thumb p {
	padding: 0;

	font-size: 12px;
	text-align: left;
	line-height: 1.4;
}

.thumb-list-clear {
	clear: both;
}



#picture {
	padding-top: 40px;
	text-align: center;
}

.list-img {
	float: right;
	margin: -18px 0 0 0;
	padding: 0 0 4px 8px;
}




#footer {
	margin: 0;
	padding: 15px 0 15px 0;

	background: #234c8f;

	text-align: center;
	font-size: 11px;
	color: #fff;
	line-height: 1.3;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
