* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #000000;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

#content h1 {
	font-size: 160%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0099;
	margin-bottom: 10px;
}
#content .center {
	text-align: center;
	background-color: #CCCCCC;
	padding: 5px;
	margin: 0px;
}
#content .center h2 {
	text-align: left;
	font-weight: normal;
	font-size: 120%;
	margin-bottom: 5px;
	color: #FFFFFF;
}

#content p {
	margin-bottom: 10px;
}

#container {
	width: 561px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../_img/isoris_head.png);
	height: 99px;
}
#content {
	background-image: url(../_img/isoris_content_bg.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}
#footer {
	background-image: url(../_img/isoris_bot.png);
	background-repeat: no-repeat;
	height: 100px;
	padding-left: 60px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 0px;
}

