/*
Sarah McCarren Events

*/

* {
	margin: 0px;
	padding: 0px;
}

/********************************************
  BODY
********************************************/

body {
	margin: 15px 0 0 0;
	background: #808080;
	font-size: 12px;
	color: #555;
	font-family: sans-serif, Verdana, tahoma, Trebuchet ms, arial;
}


#wrap {
	width:780px; 
	margin:auto;
}

.clear {clear:both;}



img {  
	border-style: none; 
	border-width: 1px; 
	border-color: #FFF; 

} 



a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/********************************************
  HEADER
********************************************/



#header{
	width: 780px; 
	height: 150px;
	background: #808080 url(images/logoheader.jpg) top center no-repeat;
	margin: 0 auto;
	Padding: 0;
	margin-bottom:10px;

}


/********************************************
  CONTENT
********************************************/



#content {	
	width: 780px; 
	height: 370px;
	margin: 0 auto;
	padding: 0; 
	font-weight: normal;
	background: #fff;
	border: #fff 6px solid;

}

#contentindex {	
	width: 770px; 
	height: 320px;
	margin: 0 auto;
	padding: 50px 0 0 0; 
	font-weight: normal;
	font-size: 130%;
	background: #808080;
	text-align:center;



}

#contentindex a#corporate {
	display: block;
    	width: 120px;
    	height: 120px;
    	background-image: url(images/corporate.jpg);
    	margin: 0 auto;
}

	

#contentindex a#corporate:hover {
	background-image: url(images/corporatea.jpg);

}

#contentindex a#wedding {
	display: block;
    	width: 120px;
    	height: 120px;
    	background-image: url(images/wedding.jpg);
    	margin: 0 auto;
}

	

#contentindex a#wedding:hover {
	background-image: url(images/weddinga.jpg);

}

#contentindex a#parties {
	display: block;
    	width: 120px;
    	height: 120px;
    	background-image: url(images/parties.jpg);
    	margin: 0 auto;
}

	

#contentindex a#parties:hover {
	background-image: url(images/partiesa.jpg);

}

#contentindex a#profile {
	display: block;
    	width: 120px;
    	height: 120px;
    	background-image: url(images/profile.jpg);
    	margin: 0 auto;
}

	

#contentindex a#profile:hover {
	background-image: url(images/profilea.jpg);

}

#contentindex a#contact {
	display: block;
    	width: 120px;
    	height: 120px;
    	background-image: url(images/contact.jpg);
    	margin: 0 auto;
}

	

#contentindex a#contact:hover {
	background-image: url(images/contacta.jpg);

}

a .alt { display: none; }

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: center;
}





/********************************************
  NAVIGATION
********************************************/

#navigation {
	float:left; 
	padding:0 0 0 0;
	margin: 0 10px 0 0; 
	background: #fff;
	list-style:none;
	width:174px;

}

#navigation ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	line-height:200%;

}

#navigation ul.vert-one li{
	margin:0;
	padding:0;

}

#navigation ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#555;
	background:#fff;
	padding:0 0 0 20px;

}

#navigation ul.vert-one li a:hover{
	background:#a0a0a0 url("images/vert-one_arrow.gif") no-repeat 0 9px;
	color: #fff;
}

#navigation ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background:#800080 url("images/vert-one_arrow.gif") no-repeat 0 9px;
	color: #fff;
}


#navigation p{
	padding:10px;
}


/********************************************
  GALLERY
********************************************/

#highlights {
	float:left; 
	width:260px;
	height:355px; 
	padding:15px 0px 0 15px; 
	margin:0; 
	background:#ccc;

}


/********************************************
  MAIN WRITING
********************************************/

#main {
	float:left; 
	width:305px; 
	Padding:0 0 0 15px;
	background: #fff;

}



#main p{
	line-height: 150%; 
	text-align: justify;
	Padding: 10px 10px 10px 10px;
 
}

#main h1 {
	display:block; 
	color:#800080; 
	border-bottom:solid 1px #400040; 
	border-right:solid 1px #400040; 
	font-size:140%;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: right;
	Padding: 0 10px 0 0;
}
#main h2{
	line-height: 120%; 
	font-size:85%;
	text-align: justify;
	font-weight: normal;
	Padding: 5px 10px 0 10px;
 
}

#main h3{
	line-height: 120%; 
	font-size:85%;
	text-align: left;
	font-weight: normal;
	Padding: 5px 10px 20px 10px;
 
}

#main ul {
	padding: 5px 5px 5px 20px;
	list-style: disc;
}



#main ul li a {
	display:block;
	text-align:left;
	padding: 5px 5px 5px 10px;
	text-decoration: none;

}

#main a:hover {
	text-decoration: underline;
	color: #400040;
}



#left .alignleft {float:left;}
#left .alignright {float:right;}



.scrollArea {
	width: 305px; 
	height: 322px;
	padding: 10px 0 10px 0;
	float: left; 
	overflow: auto;
}


/********************************************
  FOOTER
********************************************/

#footer {
	width: 760px; 
	height: 75px;
	margin: 0 auto;
	padding: 10px;
	background: #808080; 
	text-align: center;
	font-size: 12px;
	color: #555;
}





