body {
	background-color: #444;
	height: 100%;
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-position: top center;
}

/*id */
#wrapper {
    width: 760px;
    margin: -8px auto;
	background: #666;
	position: relative;
}
#shadowleft {
	float:left;
	width: 20px;
	height: 607px;
	background-image: url('shadow-left.png');
	background-repeat: repeat-y;
	background-color: transparent;
}
#header {
	width: 720px;
	height: 200px;
	background-image: url('../images/banner.png');
	background-color: #fff;
}
#content {
    float: left;
	left: 20px;
	width: 720px;
	background: #666;
}
#shadowright {
	float: right;
	width: 20px;
	height: 607px;
	position: relative;
	background-image: url('shadow-right.png');
	background-repeat: repeat-y;
	background-color: transparent;
}
#sidepic {
	width: 118px;
	height: 650px;
	float: right;
	margin-right: -118px;
	margin-top: -192px;
}
#slider {
    position: relative;
	top: -3px;
	right: 0;
	width: 720px;
	height: 340px;
}
#leftcolumn {
	float: left;
	width: 250px;
	height: 400px;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
#leftcolumn img{
	vertical-align: middle;
}
#rightcolumn {
	float:right;
	width: 370px;
}
#column-s {
	float:left;
	width: 215px;
	padding-left: 40px;
}
#column-l {
	float:left;
	width: 375px;
	border-right: 3px dashed #444;
}
#notice {
	width: 760px;
	height: 60px;
    margin: -13px 0 0 -20px;
	position: relative;
	color: #777;
	font-family: Verdana;
	font-size: 0.7em;
	text-align: center;
	padding-top: 25px;
	background-image: url('footer.png');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
}
img {
	border: none;
}
.gloss {
	position: absolute;
	top: 5px;
	left: 31px;
	width: 668px;
	height: 10px;
	background-image: url(menu-gloss.png);
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 0;
}
.blackgloss {
	position: absolute;
	top: 47px;
	left: 31px;
	width: 668px;
	height: 10px;
	background-image: url(menu-black-gloss.png);
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 0;
}

/*writing*/
.subtitle {
	font-family: Georgia;
	color: #333;
	line-height: 2em;
	font-size: 1.3em;
	letter-spacing: -1px;
	font-style: italic;
}
.client {
	font-family: Georgia;
	color: #333;
	line-height: 2em;
	font-size: 1.3em;
	letter-spacing: -1px;
	font-style: italic;
	text-align: right;
}
.pagetext {
	font-family: Verdana;
	color: #777;
	text-align: left;
	line-height: 1.5em;
	font-size: 0.8em;
}
.pagetext a {
	font-family: Verdana;
	color: #333;
	text-decoration: none;
	line-height: 1.7em;
	font-size: 1em;
	font-weight: lighter;
	border-bottom: 1px dotted #333;
}
.pagetext a:hover {
	font-family: Verdana;
	background-color: #f5d300;
	color: #000;
	text-decoration: none;
	line-height: 1.7em;
	font-size: 1em;
	font-weight: lighter;
	border: none;
}
.pagetext ol {
	margin: 0 0 0 40px;
	padding: 0;
}

/*gallery*/
.thumbs {
	border: none;
	text-align: left;
}
.thumbs img {
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 3px 3px 3px 3px;
	margin: 0px 5px 5px 0px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.thumbs a:hover img {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 3px 3px 3px 3px;
	margin: 0px 5px 5px 0px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/*coda-slider*/
.scroll {
    height: 340px;
	width: 720px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #fff;
	margin: 0;
	padding: 0;
}
.scrollContainer div.panel {
	height: 340px;
	width: 640px; /* change to 560px if not using JS to remove rh.scroll */
	background: #fff;
	padding:15px 40px 30px 30px;
}
.nav {
	position: relative;
	top: 0px;
	left: 0px;
	width: 720px;
	height: 66px;
	margin: 0;
	text-align: center;
}
ul.nav {
    position: relative;
	top: 2px;
	list-style: none;
	font-family: Georgia;
	letter-spacing: -1px;
	line-height: 2.3em;
	font-size: 1.3em;
	font-style: italic;
	margin: 0;
	padding: 4px 0 0 0;
	background-image: url(menu-drop-shadow.png);
	background-repeat: no-repeat;
	background-color: #fff;
}
ul.nav li {
    display: inline;
	padding: 0;
	margin: -2px;
}
ul.nav a {
    color: #ccc;
    text-decoration: none;
	padding: 11px 20px 15px 20px;
	background-color: #333;
}
ul.nav a:hover {
	background-color: #333;
}
ul.nav a.selected {
	color: #333;
	background-color: #f5d300;
	padding: 11px 20px 15px 20px;
	margin: 0;
}
ul.nav a:focus {
    outline: none;
}

/*form*/
form {
	padding-top:5px;
}
#column-l #contact {
	float: left;
	width: 70px;
}
label{
	font-family: Verdana;
	color: #777;
	text-align: left;
	font-size: 0.8em;
}
#column-l #name, #email, #subject, #message {
	margin: 10px;
	border: none;
	padding: 3px;
	width: 250px;
	margin: 3px;
	border: 1px solid #aaa;
	margin-right: 7px;
}
#column-l textarea{
	border: none;
	padding: 3px;
	width: 320px;
	border: 1px solid #aaa;
}
#column-l #buttons {
	position: relative;
	text-align: left;
	margin: 7px 0 0 3px;
}
#column-l #buttons input {
	border: none;
	font-family: Verdana;
	margin-right: 5px;
	padding: 3px 2px 3px 2px;
	font-size: 0.8em;
	text-align: center;
	letter-spacing: -1px;
	color: #999;
	background-color: #444;
	cursor: pointer;
}

/*no-dotted-border*/
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

