@charset "utf-8";
/* CSS Document */

body {
  font-family:trebuchet MS, tahoma, arial;
  margin:0px;
}

#background {
	margin:auto;
	padding:0px;
	width:650px;
	height:750px;
	border:none;
	background-image:url(newimages/background.jpg)
}	

#background2 {
	margin:auto;
	padding:0px;
	width:650px;
	height:750px;
	border:none;
	background-image:url(newimages/background2.jpg)
}	

#header {
	height:30px;
	width:650px;
	float:left;
}

#pic {
	height:650;
	width:325px;
	float:left;
	border:none;
	padding:0px;
}

#formpic {
	height:650;
	width:225px;
	float:left;
	border:none;
	padding:0px;
}
	

#content {
	height:650px;
	width:275px;
	text-align:left;
	float:right;
	border:none;
	padding:0px;
}

#form {
	height:650px;
	width:425px;
	text-align:left;
	float:right;
	border:none;
	padding:0px;
}


#footer {
	width:650px;
	height:70px;
	border:none;
	padding:0px;
	float:left;
}


.text {
	text-align:left;
	font:"Century Gothic";
	font-size:20px;
}

.text2 {
	text-align:left;
	font:"Century Gothic";
	font-size:20px;
	font-weight:900;
}

.text3 {
	text-align:left;
	font:"Century Gothic";
	font-size:20px;
	font-weight:900;
	color:#009900;
}

.text4 {
	text-align:left;
	font:"Century Gothic";
	font-size:13px;
	vertical-align:top;
	font-weight:900;
}


.linktext {
	text-align:center;
	font-size:11pt;
		
}

.image {
	border:none;
}

a:link {color: #666666;text-decoration: none;}
a:visited {text-decoration: none; color:#666666;}
a:hover {color: #333333; text-decoration:none;}
a:active {color:#000000;}

.style1entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.style2entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
	

