/* CSS Document */

html{
	height: 100%;
	width: 100%;
	}

body{
	font-size: 11pt;
 	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
	letter-spacing: normal;
	color: #555555;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-align: left;
	height: 100%;
	width: 100%;
	}

/*------------------------- Type styles-------------------------*/

p { 
 	font-size: 13px;
 	font-style: normal;
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-weight: normal;
 	letter-spacing: 100%;
 	line-height: 150%;
 	color: #ffffff;
 	text-align: left;
	}
	
a{
	color: #ffffff;
	text-decoration: underline;
	
}
	
h1{
	font-size: 15px;
 	font-style: normal;
 	font-family: Georgia, "Times New Roman", Times, serif;
 	 	color: #ffffff;

}

h2{
 	font-size: 13px;
 	font-style: normal;
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-weight: normal;
 	letter-spacing: 100%;
 	line-height: 150%;
 	color: #ffffff;
 	text-align: center;
}
	
	/*---- Classes ----*/

.clear{
	clear: both;
}

.bold{
	font-size: 15px;
 	font-weight: bold;
 	font-family: Georgia, "Times New Roman", Times, serif;
 	 	color: #ffffff;
}

.footer{
	width: auto;
	height: 30px;
	font-size: 8pt;
 	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
	letter-spacing: normal;
	color: gray;
	text-decoration: none;
	text-align: center;
	height: 100%;
	width: 100%;
}

	/*---- IDs ----*/


#wrapper{
	width: 1000px;
	height: 600px;
	background-image: url(../images/background.jpg);
	display: block;
	position: relative;
	margin:0px auto;
	margin-top: 25px;
	text-align: center;
}

#wrapper2{
	width: 1000px;
	height: 600px;
	background-image: url(../images/background2.jpg);
	display: block;
	position: relative;
	margin:0px auto;
	margin-top: 25px;
	text-align: center;
}

#links{
	width: 400px;
	height: 150px;
	top: 325px;
	display: block;
	position: relative;
	margin:0px auto;
	text-align: center;
}

#text-left{
	width: 400px;
	height: 200px;
	top: 165px;
	display: block;
	position: relative;
	margin-left: 75px;
	text-align: left;
	float: left;
}

#text-right{
	width: 400px;
	height: 200px;
	top: 135px;
	display: block;
	position: relative;
	margin-right: 75px;
	text-align: left;
	float: right;
}

#back{
	width: 90px;
	height: 30px;
	top: 50px;
	display: block;
	position: relative;
	margin-right: 50px;
	text-align: left;
	float: right;
}

