/* Reset Styles */
html, body {
	padding: 0;
	margin: 0;
	height:100%;
	}
html {
	font-size: 1em;
	}
body {
	font-size: 100%;
	}
a img, :link img, :visited img {
	border: 0;
	}
/* Reset Styles */

body  {
	font-family:arial;
	text-align:center;
}

#wrapper {
	width:820px;
	min-height:650px;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
	background-image:url(images/bgcorner.gif);
	background-repeat:no-repeat;
	padding:20px 0 20px  0;
}

#header {
	margin:0 auto;
}

h1 {
	font-style:italic;
	font-size:1.5em
}

h2 {
	font-size:1em;
	
}

#text p {
	font-size:12px;
	text-align: left;
}

#list {
	margin:0 auto;
	width:350px;
	font-size:0.9em;
	text-align:left;
}

#text {
	position:relative;
	width:740px;
	padding-top: 0;
	margin:0 auto;
}

#one {
	position:absolute;
	left:30px;
	width:250px;
	top: 8px;
}

#one p {
	text-align:justify;
}

#two {
	position:absolute;
	top:248px;
	left:49px;
	width: 200px;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
}
#three {
	position:absolute;
	top:18px;
	width:400px;
	right:29px;
	font-size:12px;
	text-align:center;
	background:#CCFFFF;
}
#three p {
	text-align:center;
	font-size:14px;
	margin-top:10px;
}
#three ul {
	padding:0;
	margin:0;
	margin-bottom:10px;
}



#four {
	position:absolute;
	top:173px;
	width:400px;
	right:30px;
	font-size:12px;
	text-align:center;
	background:#99CCCC;
	padding-bottom:10px;
}
#four p {
	margin-top:10px;
	text-align:center;
	font-size:14px;
}
#four ul {
	padding:0;
	margin:0;
	margin-bottom:10px;
}
	
#footer {
	position:absolute;
	width:780px;
	left:-19px;
	top:343px;
	text-align:center;
	font-size: 12px;
	margin: 0 auto;
} 
#footer p {
	margin: 0; 
	font-size:0.8em;
	text-align:center;
}

