<?php header ("Content-type: text/css");?> 

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
font-size: 14px;
font-family: Book Antiqua, verdana;
color: #fff;
background :#92DB1C url('images/bark2.jpg');
}

#header{
margin:0px auto;
width:610px;
height:290px;
background-color: #92CaFF;
border: 1px #92DB1C solid;
}

#menu_bar{
height: 25px;
width: 580px;
margin:-40px auto;
}

#content{
width:1000px;
margin:0px auto;
background-color:#000;
border: 1px solid black;
padding:20px;
}
#main{
background:#fff;
/*background-image: url('images/drop_shadow.png');
background-position: 100px, 100px;
background-repeat: repeat-y;*/
border: 1px solid black;
width: 655px;
margin:20px auto;
padding:2px;
}	

ul{
margin-left:40px;
}
h2{
font-size: 24pt;
}
p{
margin-top: 20px;
}
#call{
width:570px;
margin:20px auto;
}



a {
color: #99CCFF;
font-weight: normal;
text-decoration: none;
font-size: 16px;
}

a:hover{
color: yellow;
text-decoration: underline;
}

#email a{
color: blue;
text-decoration:none;
}

#email a:hover{
color:#000;
text-decoration:underline;
}

#content_right a{
color: yellow;
text-decoration:underline;
}

#content a img{
border-style:none;
}

#content_right a:hover{
color:#fff;
}

#home{
margin: 2px 2px, 2px,2px;
color:#fff;
font-size: 12pt;
background: #6f2b90;
text-align: left;
width:100%;

}

#home td{
padding-right:10px;
padding-bottom:10px;
padding-left: 10px;
}

#contact{
margin:0px 0px 20px 75px;
width:440px;
background-color:#FFB76A;
color: black;
border:2px solid white;
padding:10px;
}
.contact{

padding:10px;
}
#contact a{
color: blue;
text-decoration: none;
font-size: 14px;
}
#footer {
font-weight: bold;
margin: 5px auto;
width:840px;
text-align: center;
clear:both;
font-size:12px;
}

#footer a{
color: #CDBFD4;
text-decoration: none;
font-size: 14px;
}

#footer a:hover{
color: yellow;
text-decoration: underline;
}
#footer_menu {
font-size:10px;
width:575px;
margin:10px auto;
}

#footer_menu a{
font-size:14px;
color: #6F2B90;
margin:0px 40px 0px 40px;
text-decoration: none;
}

#footer_menu a:hover{
color: #000;
text-decoration: none;
}


fieldset{
width:440px;
margin:0px auto;
background-color:#cdbfd4;
color: black;
border:2px solid white;
}

legend{
padding:5px;
color:black;
background-color:#FFB76A;
border:2px solid white;
}

input.name,textarea{
border: 2px inset #5a3305;
}

#message{
margin:18px 0px 0px 75px;
background-color:white;
color:red;
font-weight:bold;
padding:10px;
width:440px;
border:2px solid black;
}

	

	