html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-image:url(../../imgs/bg_body2.gif);
	background-repeat:repeat;
	background-color#:#d9c7a9;
	color: #444;
	/*font-size: 75%;*/
	font-size:13px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#header{
	width:900px;
	background-position:center center;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	/*border-left:solid 1px #666767;
	border-right:solid 1px #666767;*/
}

.gallery-heading{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #447f81;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: -8px;
}

.gallery-heading-feature{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #7f552f;
	font-size: 15px;
	margin-bottom: 13px;
	margin-top#: -8px;
}

.smalltxt{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #447f81;
	font-size: 11px;
	margin-bottom: -5px;
	font-style:italic;
	padding-left: 10px;
}

#dottedline {
	border-bottom: 1px dashed #c7c4ac;
	width: 30%;
	height: 2px;
}

a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
.cv {
	line-height: 1.2em;
}

h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	border-left:solid 1px #666767;
	border-right:solid 1px #666767;
	border-bottom:solid 1px #666767;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}

/* Footer */
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;


	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
		
.spacer{
	line-height:0px;
	margin:0px;
	padding:0px;
	}
/* End Images */

/* Begin Menu */
.menu{
	width: 900px;	
	margin-left: auto;
	margin-right: auto;
	/*border-left: solid 1px #666767;
	border-right: solid 1px #666767;*/
	font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
.menu-spacer{
	padding-left: 10px;
	background: #ffffff;
	}
.menu ul{
	background: #ffffff;
	height: 35px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	}
	.menu li{
		float: left;
		display: block;
		padding: 0px;
		
		}
	.menu a{
		display: block;
		}
		
	.menu li a{
		background:#ffffff url(../../portfolio/imgs/menu/separator.gif) bottom right no-repeat;
		color: #b5a58a;
		font-weight: normal;
		line-height: 35px;
		margin: 0px;
		padding: 0px 10px;
		text-align: center;
		text-decoration: none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #f5eee3 url(../../portfolio/imgs/menu/hover.gif) bottom center no-repeat;
			color: #8f7b5b;
			text-decoration: none;
			}
	.menu li ul{
		background: #e3e3ff;
		display: none;
		height: auto;
		padding: 0px;
		margin: 0px;
		border: 0px;
		position: absolute;
		width: 225px;
		z-index: 200px;
		}
	.menu li:hover ul{
		display: block;
		
		}
	.menu li li {
		background: url(../../portfolio/imgs/menu/sub_sep.gif) bottom left no-repeat;
		display: block;
		float: none;
		margin: 0px;
		padding: 0px;
		width: 225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#cccccc url(../../portfolio/imgs/menu/hover_sub.gif) center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

/* ----------------- Footer ----------------- */

#footer{
	width:900px;
	/*float:left;*/
	align:center;
	font-size:12px;
	color:#666666;
	/*background-repeat:no-repeat;
	background-image:url(images/bg_footer.gif); */
	padding:10px 0px 0px 0px;
	height:40px;
	}
#footer a, #footer a:visited{color:#666666;text-decoration:none;}
#footer a:hover{text-decoration:underline;}

#content-np {
	font: 11px Verdana, Arial, Helvetica, sans-serif; colour: #666666;
	line-height: 14px; 
	margin: 0;
} 
