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

body {
background-color: rgb(190,204,225);	
background-image: url(../images/back.gif);
background-repeat:repeat;
}
a:hover {
text-decoration: none;	
}

#content {
position: relative;
width: 700px;
margin: 0 auto;
margin-top: 30px;
padding: 0;
text-align: center;
}
	#content .logo {
	position: absolute;
	top: 0;
	left: 150px;
	padding: 0;
	margin: 0;
	}
	#content .title {
	position: absolute;
	top: 410px;
	left: 88px;
	padding: 0;
	margin: 0;	
	}
	#content .lefttext {
	position: absolute;
	top: 160px;
	left: 20px;
	width: 100px;
	padding: 0;
	margin: 0;	
	}
	#content .righttext {
	position: absolute;
	top: 130px;
	right: 20px;
	width: 110px;
	padding: 0;
	margin: 0;	
	}
	#content a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	color: rgb(0,55,138);
	line-height: 120%;
	}
	#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	}
	
#foot {
background-image: url(../images/bgback.gif);
background-attachment: fixed;
background-repeat:repeat-x;
background-position: top left;
}