#wrap {
	width: 800px;
	margin: 0 auto;
}

#head {
	margin-top: 0px;
}
#content {
	width: 800px;
	margin: 0 auto;
	background: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 5px;

}

h1 {
	text-indent: -9999px;
	background-image: url(mba_logo.gif);
	width: 195px;
	height: 129px;
	margin: 0 15px 10px;
	float: left;
}
body {
	background: url('bg.jpg');
	background-repeat: repeat-x;
	background-color: #A61E0E;
}

h2
{
	font: 30px verdana, arial;
	color: #A61E0E;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
	text-indent: 10px;
}
h3
{
	font: 18px verdana, arial;
	color: #C43300;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 30px;
	text-indent: 10px;	
}
p, li {
	font: 12px/18px verdana;
	text-align: justify;
}

ul {
	list-style-image: url(tick.jpg);
}
li {
	margin-bottom: 5px;
}
