/* CSS formatting Westcliff PTA site named */
body{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:.8em;
	}

#wrapper{
	position:relative;
	width:760px;
	margin-right:auto;
	margin-left:auto;
	padding:120px 0 0 0;
	text-align:center;
	}
	
a:link{font-family:"Trebuchet MS", Arial, sans-serif;
	color:#2d649c;
	text-decoration:none;
	}
	
a:visited{
	color:#2d649c;
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-decoration:none;}	
	
 a:link:hover{
	color:#1f456c;
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-decoration:underline;
	}
	
a:active{
	color:#1f456c;
	font-style:"Trebuchet MS", Arial, sans-serif;
	text-decoration:underline;
	}	
/*main pict front gallery images on homepage (index page and weddings indes page)*/

/* applies to nav links*/
#nav{padding-top:50px;
	}

#nav ul{
	padding-left:5px;
	margin-left:0;
	text-align:center;
	}
	
#nav ul li{
	list-style-type:none;
	margin:0;
	display:inline;
	}
	
#nav ul li a{
	padding-left:15px;
	padding-right:15px;
	font-size:1.1em;
	font-weight:100;
	}
	

/*footer*/
.contact {font-size:1em;
font-weight:100;
color:#2d649c;}

.contact a{
	font-size:1.1em;
	font-weight:100;
	}
	
.contactsmallcopyrights{
	margin-top:80px;
	font-style:"Trebuchet MS", Arial, sans-serif;
	font-size:.7em;
	font-weight:100;
	color:#2d649c;
	text-align:center;}
	

/*main pict front gallery images on homepage (index page and weddings indes page)*/
#gallthumbslist{
	text-align:center;
	}
	
#gallthumbslist ul{
	list-style-type:none;}

#gallthumbslist li{
float:left;
padding-right:12px;
font-family:"Trebuchet MS", Arial, sans-serif;
color:#2d649c;
	}
	
#gallthumbslist img{
	display:block;
	}
	
#gallthumblist a{
	font-size:1.1em;
	font-weight:100;
	}
	
#clear{clear:both;}