/* Template 1 CSS */
* {
    margin: 0;
    padding: 0;
    font-size: 100.01%;
}

body {
    font: 1.65em/1.6 Arial, sans-serif;
    color: #999;
    background-color: #FFF;
    text-align: center; /* Fix IE5 browser centering */
	
} .development {
    font: 0.65em/1.5 Arial, sans-serif;
    color: #000;
    background-color: #FFF;
    margin: 0.75em 45px;
}

.development span {
	display: block;
	margin-top: 30px;
}

.development span a {
	color: #016db8;
	margin-right: 45px;
	text-decoration: none;
}

html {
    height: 100%;
    margin-bottom: 1px;
}
 /* Keep scrollbars visible */
.clearing {
    clear: both;
}

h1 {
    margin: 2em;
}

h2, p {
    margin: 0.75em 45px;
}

#container {
    text-align: left;
    margin: 10px auto;
    width: 1000px;
    height: auto;
    background-color: #FFF;
}

/* Header Styling */
#header {
    height: 200px;
	overflow: hidden;
	position: relative;
    width: 1000px;
}

#header span {
	/*background: url(graphics/header.jpg) no-repeat;
	cursor: pointer;
	height: 200px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1000px;*/
}

/* Main Styling */
#main {
    width: 1000px;
    height: auto;
    float: right;
    text-align: justify;
}

#main ul {
	list-style: none;
	margin-left: 45px;
}

#main ul li {
	line-height: 1.3em;
}

/* Footer Styling */
#footer {
    /*position: relative;
    width: 100%;
    height: 250px;
    background: url(graphics/footer.jpg) no-repeat;
    clear: both;*/
}
