/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #F9F9F9;
	background-image: url(../images/bg_grey.gif);
}
#container {
	width: 980px;
	margin:auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 100%;
	background-color: #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#header {
	background-image: url(../images/header_tile.gif);
	height: 69px;
}
#nav {
	background-image: url(../images/header_tile_below.gif);
	height: 30px;
	text-align: right;
}
#content {
	background-color: #FFFFFF;
	padding-right: 150px;
	padding-left: 150px;
	padding-top: 10px;
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#footer {
	background-image: url(../images/footer_tile.gif);
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	line-height: 10px;
	padding: 5px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1.4em;
	color: #CC0000;
}
h2 {
	font-size: 1.2em;
	color: #333333;
}
h3 {
	font-size: 1.1em;
	color: #CC0000;
}
h4 {
	font-size: 1em;
	color: #333333;
}
h5 {
	font-size: 1em;
	color: #CC0000;
}
p {
	font-size: 1em;
	}
li {
	line-height: 1.5em;
	list-style-type: square;
}
iframe {
	border: 1px solid #333333;
}
#content #stages {
	vertical-align: top;
}
table img {
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}
#news {
	background-image: url(../images/rotakote.jpg);
	background-repeat: no-repeat;
	background-position: left 150px;
	padding-left: 220px;
}
#news img {
	padding-right: 20px;
}
#aboutus #content img {
	padding-left: 25px;
	padding-bottom: 25px;
}
.small {
	font-size: 0.7em;
}
