/******************* Common Styles ************************/

body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #6D7486;
	line-height: 1.3em;
	text-align: justify;
	font-family: Times, Helvetica, sans-serif;
	font-size: 13pt;
	color: #386551;
}


/*********************** CONTENT ************************/

#content-wrap{
	width: 840px;
	height: 600px;
	margin: 30px auto;
	border-top: 5px solid #0F232E;
	border-right: 5px solid #0F232E;
	border-bottom: 5px solid #0F232E;
	border-left: 5px solid #0F232E;
	background: #F6F6F8;
	background-image: url('img/combined-tileable.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
}

#menu{
	position: absolute;
	top: 40px;
	width: 440px;
	height: 50px;
	margin: 0px 0px 0px 20px;
	padding-top: 10px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
}

#menu li{
	display: inline;
	border: none;
}

#menu a{
	display: block;
	float: left;
	background:;
	margin-top: 0px;
	margin-right: 5px;
	border: none;
}

#menu img{
	border: none;
}


#content-right{
	float: right;
	width: 400px;
	height: 600px;
	margin: 0px 0px 0px 440px;
	padding: 0px;
	background: transparent url('img/portrait_backdrop.jpg') no-repeat bottom right;
}

#content-right-gallery{
	float: right;
	width: 400px;
	height: 600px;
	margin: 0px 0px 0px 440px;
	padding: 0px;
	background: transparent;
}



.title{
	position: relative;
	left: 81px;
	top: 0px;
}

#content{
	position: absolute;
	top: 100px;
	width: 450px;
	height:400px;
	margin: 10px 25px;
	padding: 10px;
	border: 0px solid red;
	
}

#about {    border: 3px solid #557043;}

/*************** Gallery Styles *******************/

#thumbnails {    /*border: 1px solid red;    width: 100px;    */    table-layout: fixed;}#thumbnails a { }#thumbnails img {    width: 95%;    border: 2px solid #557043;    margin: 2px;}#portfolio_image_landscape {    border: 3px solid #557043;    width: 100%;    max-width: 480px;}#portfolio_image_portrait {    border: 3px solid #557043;    height: 70%;    max-height: 480;}p.gallery {    font-family: sans-serif;}p.caption {    font-size: x-small;    font-family: sans-serif;    text-align: center;    margin: 0px;    margin-top: 0.4em;}
