/* <![ Global [ -----------------------------------------------------------*/
html {
	height:100%
	}
body{
	margin:0;
	padding:0;
	height:100%;
	background: #D5E0EF url(images/grade1.jpg) no-repeat left top;
	}
#container {
	width:800px;
	height:553px;
			}
#container2 {
	background:url(images/container-bg.jpg) no-repeat 0px 147px;
	border: 1px solid #E4EBF5;
			}
a {	
	color:#fff;
	text-decoration:underline
	}
a:hover {	
	color:#D5E0F0;
	}

h1 {
	font:normal 18px "Times New Roman", Times, serif;
	color:#762989;
	padding:0px 0px 0px 25px;
	margin:0px	
}

/*	<![ Navigation [ -----------------------------------------------------------*/

.nav {
	font:18px "Times New Roman", Times, serif;
	list-style:none;
	padding:30px 0px 0px 25px;
	margin:0px;
	color:#762989;
	}
	
.nav li ul {
	list-style:none;
	padding:3px 0px 3px 2px;
	margin:0px;
	display:none
	}	
	
.nav a {	
	color:#762989;
	text-decoration:none
	}
	
.nav a:hover {
	color:#762989;
	text-decoration:underline
	}
	
#portraits .portraits-nav, #weddings .wedding-nav, #music .music-nav, #commercial .commercial-nav, #fine-art .fine-art-nav {
	display:block
	}	
	
/*	<![ Layout [ -----------------------------------------------------------*/

.content {
	padding:35px;
	background:#000;
	color:#FDFFFD;
	font:17px "Times New Roman", Times, serif;
	letter-spacing:1px
	}	
	
.galleryContent {
	background:#000;
	color:#FDFFFD;
	font:17px "Times New Roman", Times, serif;
	letter-spacing:1px
	}	
	
.content p {
	text-align:justify;
	}	
	
.footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #7BA4C6;
	text-align: center;
	padding: 18px 0px;}
	
.footer a {
	text-decoration: none;
	color: #330066}

.footer a:hover {
	text-decoration: underline;
	color: #762989;}
