

#wrapper {
width: 799px;
height: 700px;
margin-right:auto;
margin-left:auto;
margin-top:-8px;

}

#header {
	position:relative;
	width: 799px;
	height: 122px;
	background-image:url(..images/homeheader.jpg);
}

#mainpic {
	position:relative;
	background-image:url(..images/homepic.jpg);
	width: 799px;
	height: 418px;
	top: -10px;
	
	
}

#footer {
	position:relative;
	background-image:url(..images/homefooter.jpg);
	width: 799px;
	height: 158px;
	top: -275px;
	text-align: center;	
}

#menu {
	position: relative;
	width: 799px;
	height: 10px;
	top: -26px;
}

#textcontent {
	position:relative;
	width: 375px;
	height: 250px;
	top: -350px;
	left: 50px;
	
	
}
 a.linkText {
    color : #ffffff;
	position:static;
    font-family: Arial;
    font-size : 14px;
    font-weight : bold;
    text-decoration : none;
    }
    
    a.linkText:link {
    color : #ffffff;
    /* you can define other styles if necessary */
    }
    
    a.linkText:visited {
    color : #ffffff;
    /* you can define other styles if necessary */
    }
    
    a.linkText:hover {
    color: #09F;
    }
#wrapper #textcontent p {
	font-family: Arial;
	font-size:13px;
	font-weight: bold;
	color:#036;
}
.footertext {
	text-align: center;
	font-size: 12px;
}
.footerlink {
	color: #06C;
	text-decoration:none;
}
.footertext {
	color: #06C;
}
	
	







