/*GENERAL TAGS*/

/* hide from ie mac\*/
html,body { height:100.1% }
/*end hide */

body {
 font-size: 13px; 
 color: #000;
 background-color: #E4D8D2;
 font-family: "Times New Roman", Times, serif;
 margin: 0px;
 padding: 0px;
 
 }
  
p { font-size: 13px; color: #000; font-family: "Times New Roman", Times, serif; line-height: 18px;}

h1 { font-size: 18px; color: #000; font-family: "Times New Roman", Times, serif;}
h2 { font-size: 13px; color: #000; font-family: "Times New Roman", Times, serif; margin-bottom: -8px;}

li {margin-left: 2px; list-style-image:url('../images/bullet.gif')}

a {	color : #744B75; text-decoration : underline;}
a:hover { color : #9B7D98; text-decoration : underline;}

.main {
	background-color: #FEF7EE;
}
.menu {
	background-color: #E9E2DE;
}



.photoborder {
	border: 1px solid #C7C5C2;
}
