body{
	background-color: #999999;
	color: #EEEEEE;
	margin-left: 5%;
	margin-right: 5%;
}

p {
	text-indent: 1cm;
	text-align: justify;
}

img.photo{
	width: 300px;
}

img.news{
	width: 350px;
}

td.menu{
	background-color: #546E7C;
	vertical-align: top;
}

td.header{
	background-color: #546E7C;
	text-align: center;
}

td.footer{
	background-color: #546E7C;
	text-align: center;
	font-size: 9;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* =-=-=-=-=-=-=-[Menu Two]-=-=-=-=-=-=-=- */

#menu2 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #677D92;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	vertical-align: top;
}

#menu2 li a {
	height: 32px;
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}

#menu2 li a:link, #menu2 li a:visited {
	color: #fff;
	display: block;
	background: url(../images/menu2.gif);
	padding: 8px 0 0 10px;
}

#menu2 li a:hover, #menu2 li #current {
	color: #283A50;
	background: url(../images/menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
}

#menu2 li a:active {
	color: #283A50;
	background: url(../images/menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
}
