@charset "utf-8";
/* INITIATE IMMIGRATION Document */

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

html {
width: 100%;
background: url('../images/bg_html.jpg') top left repeat-x;
}

body {
width: 100%;
text-align: center;
}

h1 {
display: none;
}
h2 {

}
h3 {

}

p {

}

a {

}

ul {

}
li {

}

.clear {
clear: both;
}

/* layout */

#wrapper {
width: 834px;
height: 625px;
margin-left: auto;
margin-right: auto;
}

#header {
width: 834px;
height: 161px;
background: url('../images/bg_header.jpg') top left no-repeat;
}

#content {
width: 834px;
height: 464px;
background: url('../images/bg_content.jpg') top left no-repeat;
}

#contenttext {
height: 187px;
width: 800px;
}
	#contenttext {
	
	}

#contentfooter {
margin-top: 207px;
padding-top: 27px;
}
#spacer {
float: left;
width: 304px;
height: 15px;
}
#emaillink {
float: left;
width: 192px;
height: 15px;
background: url('../images/emaillink.jpg') top left no-repeat;
}
	#emaillink a {
	display: block;
	width: 192px;
	height: 15px;
	}

