/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Century Gothic", Arial, Verdana;
	font-size:12px;
	line-height:1.1;
	background-color: #000000;
	margin: 0px;
	padding:0px;
	height: 100%;
}

h1{
	font-size:14px;
	font-weight:bold;
	}

a:link, a:visited, a:hover {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #00C993;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper {
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  background-color: #000000;
  height: 100%;
  }

#masthead{
	margin: 0px;
	width: 800px;
	height: 100px;
	background-image: url(images/logo2.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#content{
	width:800px;
	height: 358px;
  	margin: 0px;
  	text-align:left;
	border-bottom: solid thin #999999;
	border-top: solid thin #999999;
}

#profileContent{
	width:800px;
	height: 358px;
  	margin: 0px;
  	text-align:left;
	background-image:url(images/profile_bg2.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
	line-height:1.4;
	border-bottom: solid thin #999999;
	border-top: solid thin #999999;
}

#contactContent{
	width:800px;
	height: 358px;
  	margin: 0px;
  	text-align:left;
	background-image:url(images/contact_bg.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
	line-height:1.4;
	border-bottom: solid thin #999999;
	border-top: solid thin #999999;
}

#portraitContent{
	width:800px;
	height: 358px;
  	margin: 0px;
  	text-align:left;
	background-image:url(images/potraits_bg.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
	line-height:1.4;
	border-bottom: solid thin #999999;
	border-top: solid thin #999999;
}

#portraitPricesContent{
	width:800px;
	height: 358px;
  	margin: 0px;
  	text-align:left;
	background-image:url(images/portraitprices_bg.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
	line-height:1.4;
	border-bottom: solid thin #999999;
	border-top: solid thin #999999;
}

#weddingsContent{
	width:800px;
	height: 358px;
  	margin: 0px;
  	text-align:left;
	background-image:url(images/weddings_bg.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
	line-height:1.4;
	border-bottom: solid thin #999999;
	border-top: solid thin #999999;
}

#weddingPricesContent{
	width:800px;
	height: 358px;
  	margin: 0px;
  	text-align:left;
	background-image:url(images/weddingprices_bg_new1.1.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
	line-height:1.4;
	border-bottom: solid thin #999999;
	border-top: solid thin #999999;
}

#menuBar{
	width: 340px;
	height: 30px;
	float: left;
	margin-top:70px;
	font-family:"Century Gothic";
	font-size:14px;
	color: #999999;
	}
	
#rightcolumn{
	width: 335px;
	padding-top: 8px;
	margin-left: 46px;
	height: 237px;
	float: left;
	}


#footer{
	width: 785px;
	height: 22px;
	padding-right: 15px;
	padding-top: 7px;
	text-align: right;
}

/************** styles ***************/


.footerStyle{
	color:#FFFFFF;
	font-size: 11px;
	}

.topRightMenu{
	text-align: right;
	font-size: 13px;
	padding-top: 8px;
	line-height: 1.8;
}

.albums{
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-right: 12px;
	}

.imagefix{
	width:auto;
	height:auto;
	}
