body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #A5B0CB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
ul, li {
	padding: 0;
	margin: 0;
}
h2 {
	font-weight: bold;
	color: #283361;
	font-size: medium;
}
#master {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 270px;
	width: 820px;
	z-index: 2;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
}
#top {
	background-image: url(images/top.png);
	height: 30px;
	width: 820px;
	background-repeat: no-repeat;
}
#left {
	width: 155px;
	margin-left: 25px;
	float: left;
	margin-right: 25px;
	min-height: 600px;
}


#menu {
	height: 150px;
	width: 155px;
	padding-top: 25px;
	background-image: url(images/menu-bg.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
#menu ul {
	list-style-type: none;
	line-height: 170%;
	margin-left: 20px;
}

#menu a {
	color: #2F373B;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
}

#apa {
	height: 225px;
	width: 155px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/apa.png);
}
#apt {
	height: 175px;
	width: 155px;
	background-image: url(images/apt.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

#container {
	width: 820px;
	background-image: url(images/container-bg.png);
	background-repeat: repeat-y;
	min-height: 600px;
	display: inline-block;
}
#clear-both {
	clear: both;
}


#footer {
	background-image: url(images/box-bottom.png);
	height: 20px;
	width: 820px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: x-small;
	padding-top: 50px;
	clear: both;
}
#footer a {
	color: #2F373B;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
img.right {
	float: right;
	margin-right: 30px;
	}
ul.home {
	margin-left: 230px;
	margin-right: 50px;
	text-align: left;

}
.home {
	margin-left: 210px;
	margin-right: 50px;
}

.title {
	margin-top: 20px;
	margin-bottom: 10px;
}


.center {
	text-align: center;
}
