html * { margin: 0; padding: 0 }

body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #333;
}

img {
	border: 0;
}
p {
	margin-bottom: 10px;
}
a {
	text-decoration:  none;
	color: #333;
}
.clearfix {
	clear: both;
	}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 129px;
	background: url('../img/header.jpg') top left no-repeat;
	margin-top: 10px;
	margin-bottom: 20px;
}

#menu {
	float: left;
	width: 182px;
	padding: 0 25px;
}

#main {
	float: left;
	width: 745px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	width: 1000px;
	height: 29px;
	background: url('../img/footer.jpg') center center no-repeat;
	color: #FFF;
	line-height: 29px;
	text-align: center;
	color: #CCC;
}
#footer a {
color: #CCC;
text-decoration: none;
}



/* Menu format */

#menu, #menu a {
	color: #003399;
	}
#menu h2 {
	width: 182px;
	height: 30px;
	background: url('../img/menu_head.gif') top left no-repeat;
	color: #003399;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}

#menu ul, #menu ul li {
	list-style: none;
}

#menu ul {
	margin-bottom: 15px;
	}


#menu ul li {
	width: 182px;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	background: url('../img/menu_item_bg.gif') top left no-repeat;
}


#main h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	}
#main p {
line-height: 1.5em;
}

/* Staff */

.staff {
	margin: 0 auto;
	font-size: 11px;
	line-height: 16px;
	width: 500px;
	clear: both;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	background: #F7F7F7;
}
.staff:hover {
border: 1px solid #999;
}
.staff a {
color: #333;
font-weight: bold;
}
.simage {
	float: left;
	margin-right: 20px;
	height: 129px;
	width: 100px;
}
.simage img {
	width: 100px;
}
.sname {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	padding-top: 10px;
}
.stitle {
	font-style: italic;
}
.sinfo {
display: block;
margin: 10px 0;
}
.sinfo p {
margin: 0;
}
.sphone {
display: block;
}
.semail {
display: block;
}


.news {
font-size: 0.9em;
}

.news h2 {
	font-size: 1.2em;
	font-weight: bold;
}

.images .image_item {
	padding: 10px;
	background-color: #EEE;
	border: 1px solid #666;
	margin: 5px;
	width: 160px;
	text-align: center;
	float: left;
}

.images .image_big {
	text-align: center;
	margin-bottom: 20px;
}
.images {
	width: 600px;
	margin: 0 auto;
}
