/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bbbbbb;
}
/* OPTIONAL BACKGROUND IMAGE
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	*/
img {
	background: #fff;
	border: 1px solid #E5E5E5;
	padding: 5px;
}
a {
	color:#999999;
}
a:hover {
	text-decoration:none;
}
.sitemessage {
	width:550px;
	height:60px;
	position:absolute;
	z-index:1;
	margin:20px 0 0 480px;
	color:#FFFFFF; /*xoverflow:visible !important /*Activate if Firefox print problems*/
	overflow:hidden /*IE6*/;
	left: 72px;
	top: 478px;
}
/*.sitemessage h2 {float:right; width:470px; margin:8px 0 0 0; text-align:right; line-height:100%; font-size:460%; color:#978d85;}*/ 

textarea, input, submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}
h1 {   /* each gallery title headings*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	color:#978d85;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#716258;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:left;
	padding-left:185px;
}
/*h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;	font-size:200%;	color:#716258;	font-weight:bold;text-transform:uppercase; letter-spacing:2px; text-align:left;	}	*/
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#716258;
	font-weight:bold;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:160%;
	color:#716258;
	font-weight:bold;
}
/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
/*	margin:0 auto 0 auto;*/
	margin: 0 130px 0 0;
	text-align:center;
	padding-left:140px;
	margin-bottom:25px;
	border-bottom:1px dashed #cccccc;
}
#title p {
	font-variant:small-caps;
	letter-spacing:2px;
	padding-bottom:10px;
}
#title h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	color:#978d85;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
}
#title pic {
}
/* #title h2 {
	font-family:Georgia, "Times New Roman", Times, serif;	font-size:200%;	color:#716258;	font-weight:bold; text-transform:uppercase;		}

PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}
/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:850px;
	margin:0 auto 0 auto;
}
#containerpics {
	float:right;
	width:670px;
	padding-top:80px;
	margin:0 auto 0 auto;
}
#containerpics h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:170%;
	color:#716258;
	letter-spacing:2px;
	text-transform:uppercase;
}
#containerpics portfolio1 {
	/*	width:220px;	height:1200px;*/	padding-right:5px;
}
/*#containerpics portfolio2 {
	width:220px;	height:1200px;	padding-right:10px;	float:right;}
#containerpics portfolio3 {
height:1200px;	padding-right:10px;	float:right;}*/

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:160px;/*	height:1200px;*/
	height:600px;
	padding-right:20px;
	padding-top:0px;
	float:left;
}
#sidebar h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #cccccc;
}
#sidebar h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:170%;
	color:#626477;
}
#sidebar h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:150%;
	color:#d0c7bd;
	padding-bottom:0px 0 10px 0;
	border-bottom:1px dashed #cccccc;
}
#sidebar h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:150%;
	padding:10px 0 10px 0;
}
#sidebar p {
	line-height:20px;
}
/* THE MENU */

#menu {
	text-align:left;
}
#menu a {
	color:#999999;
	background-image:url(../images/backgrounds/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:20px;
	text-decoration:none;
}
#menu a:hover {
	color:#cccccc;
	background-image:url(../images/backgrounds/a_hover.jpg);
}
#menu #current a {
	color: #000000;
}
/* form elements */
form {
	margin:10px 300px 10px 180px;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0 0 5px;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:230px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0 0 0 5px;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px 0 6px;
	color: #bbbbbb;
}
/* THE AREA NEXT TO THE SIDEBAR*/

#contactcontent {
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(../images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
#contactcontent portfolio1 {
	padding-right:5px;
	float:left;
	border-top:#999999 thin dashed;
}
#contactcontent h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:160%;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-top:15px !important;
	padding-top:0;
}
#contactcontent h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:120%;
	font-weight:bold;
	color:#626477;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-top:15px !important;
	padding-top:0;
}
#contactcontent p {
	line-height:20px;
	text-indent:15px;
}
#contactcontent ol, ul {
	line-height:25px;
}
#contactcontent li {
	list-style-image:url(../images/backgrounds/li.gif);
}
/* THE FOOTER */

#footer {
	width:800px;
	margin:0 auto 0 auto;
	padding:60px 15px 0 0;
	text-align:right;
}	
#footer2 {
	width:400px;
	margin:0 auto 0 auto;
	padding:60px 15px 0 0;
	text-align:right;
}	

