BODY {
  width:       		1024px;
  height:      		 768px;
  margin:      		   0px;
  border-width:		   0px;
  padding:     		   0px;
  font-family:       	'Helvetica', 'Sans-serif';
  color:             	black;
  background-color:  	#FFCC99;
  background-image:  	url(Images/homePage.gif);
  background-repeat: 	no-repeat;
}
#logo {
    position: 		absolute;
    top:      		 25px;
    left:     		 17px;
    width:    		300px;
    height:   		253px;
    bottom:   		auto;
    right:    		auto;
}
#picture {
    position: 		absolute;
    top:      		127px;
    left:     		771px;
    width:    		148px;
    height:   		180px;
    bottom:   		auto;
    right:    		auto;
}
#caption {
    position:      	absolute;
    top:      		330px;
    left:     		695px;
    width:    		300px;
    height:   		16px;
    bottom:   		auto;
    right:    		auto;
    color:    		white;
    font-size:  	16px;
    font-weight:	bold;
    text-align:		center;
}
#links {
    position:      	absolute;
    top:           	325px;
    left:          	 50px;
    width:         	100px;
    height:        	125px;
    bottom:        	auto;
    right:         	auto;
    line-height:    	31px;
    font-size:     	14px;
    font-weight:    	bold;
    color:          	white;
    text-transform: 	uppercase;
    text-decoration: 	none;
}
a {
    color:              white;
    text-decoration:    none;
}
#heading {
    position: 		absolute;
    top:      		340px;
    left:     		265px;
    width:    		425px;
    height:    		 22px;
    bottom:   		auto;
    right:    		auto;
    font-size:		22px;
    font-weight:	bold;
    color:		black;
    text-decoration:	none;
    text-align:		center;
}
#text {
    position: 		absolute;
    top:      		375px;
    left:     		275px;
    width:    		475px;
    height:   		auto;
    bottom:   		auto;
    right:    		auto;
    font-size:		18px;
    text-decoration:	none;
    color:black;
}
#contactheading {
    position: 		absolute;
    top:      		356px;
    left:     		260px;
    width:    		425px;
    height:   		 22px;
    bottom:   		auto;
    right:    		auto;
    font-size:		24px;
    font-weight:	bold;
    text-decoration:	none;
    text-align:		center;
    color:		black;
}
#contact {
    position: 		absolute;
    top:      		410px;
    left:     		260px;
    width:    		425px;
    height:   		auto;
    bottom:   		auto;
    right:    		auto;
    font-size:		18px;
    color:		black;
    text-decoration:	none;
    text-align:		center;
}
a.contacts {
    color:              #708090;
    text-decoration:    none;
}
