@charset "UTF-8";
/* CSS Document */

body{
font:"Caviar Dreams";
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:url(background.png) repeat;
}

img{border:none;}

#fullcontainer{
	height:600px;
	width: 1000px;
	position: relative;
	left: 12%;
	top: 25px;
	background:#FFFFFF;
}


#textcontainer{
	height:260px;
	width: 230px;
	text-align:left;
	margin-left:30px;
	margin-top:20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:2.0em;
	
}
#bottom{
	height:20px;
	width: 1000px;
	position: relative;
	left: 12%;
	text-align:center;
	}
	
#form{
	height:420px;
	width: 320px;
	background-color:#FFFFFF;
	margin-top:25px;
	margin-left:25px;
	padding:10px;
	} 	
	
	.style1 {
	font-family: "Caviar Dreams";
	font-size: 18px;
}
.style3 {
	font-family: "Caviar Dreams";
	font-size: 24px;
	font-weight: bold;
}

a.Link:link { color:#666666; text-decoration:none; font-size:12px; }
a.Link:visited { color:#000000;  text-decoration:none;}
a.Link:hover { color:#FF0066; text-decoration:none; }
