@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #414141;
	color: #CCCCCC;
	font-family: tahoma;
	font-size: 12px;
}
img {
	border: none;
}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 0px;
}
#header {

}
#menubar {
}
#header    {
	position: relative;
	font-family: nuance;
	font-size: 30px;
	color: #E8B244;
}
#header #logo {
	float: left;
}
#footer a {
	color: #CCCCCC;
}
#about #content img {
	height: auto;
	margin: 5px;
	border: solid 1px;
	padding: 4px;
	border-color: #4D4D4D;
}
#contact #contact-table  {
	border: solid 1px;
	border-color: #C0C0C0;
	width: 80%;
}
#contact  input, #contact textarea {
	background-color: #CCCCCC;
	border: 0;
	font-size: 12px;
	width: 200px;
}
#contact .submit {
	width: 100px;
	background-color: #3A9C40;
	color: white;
	font-weight: bold;
}




#footer-end-bg {
	background-image: url(images/footer-bottom-bg.jpg);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 1058px;
	background-position: -10px top;
	background-repeat: no-repeat;
}
#footer {
	padding-top: 10px;
}

#menubar {
	background-image: url(images/menubar_bg.jpg);
	height: 36px;
	background-repeat: repeat-x;
	clear: both;
}
#content h1.content-title {
	display: inherit;
	color: #E8B244;
	font-family: "Kozuka Gothic Pro EL";
	width: 800px;
	border-left: solid 4px #E8B244;
	padding-left: 10px;
}
#content.portfolio   {
	background-image: url(images/category-bg.jpg);
	background-repeat: repeat;
}

#content {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 40px;
	background-repeat: repeat-x;
	background-image: url(images/content_title_bg.jpg);
	background-position: top;
}
#menubar    a {
	color: white;
	font-family: Calibri;
	font-size: 16px;
	position: relative;
	top: 5px;
	padding: 5px 20px 5px 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #565656;
	border-left-color: #565656;
}
#container-bg {
	background-image: url(images/content-top.jpg);
	background-repeat: no-repeat;
	width: 1057px;
	margin-left: auto;
	margin-right: auto;
	background-position: -10px top;
}
#container-bg-repeat {
	background-image: url(images/content-repeat.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 1058px;
	background-position: -10px top;
}


#menubar a:hover {
	color: #E8B244;
}
#thumbnails {
	width: 800px;
	height: 120px;
	position: relative;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
hr {
	color: #666666;
	border-style: dotted;
}








a {
	text-decoration: none;
}
.inline {
	display: inline;
}
img.thumb {
	width: 150px;
	height: 99px;
	border-top-width: 4px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}
img.fullsize {
	border: solid 5px black;
	height: 533px;
	width: auto;
}

