body {
	background-image: url('images/backgroundLine.jpg'); 
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #333;
	color: #C5CAC9;
	/* font-family: Lucida Console, Times New Roman, Verdana, Tahoma, Arial; font-size: 12px; */
	font-family: Georgia; font-style: italic; font-size: 11px;
}

a {
	text-decoration: none;
	color: white;
}

.title {
	font-size: 15px;
	color: #7D696F;
}

span.feedback {
	color: #7D696F;
	font-style: italic;
	font-family: Georgia;
	font-size: 13px;
}

div#all {
	width: 825px;
	height: 586px;
	background-image: url('images/background19.jpg');
	background-repeat: no-repeat;
}

div#menu {
	width: 100px;
	height: 355px;
	position: absolute;
	top: 120px;
	left: 9px;
}

div#area1 {
	width: 275px;
	height: 445px;
	position: absolute;
	top: 80px;
	left: 124px;
	overflow: auto;
}

div#area2 {
	width: 290px;
	height: 191px;
	position: absolute;
	top: 375px;
	left: 417px;
	overflow: auto;

}

div#mainpic {
	width:300px;
	height:330px;
	position: absolute;
	top: 32px;
	left: 411px;
}

div#gallery {
	width:80px;
	height: 448px;
	position: absolute;
	left: 722px;
	top: 84px;
}

div#copyright {
	width: 260px;
	height: 10px;
	position: absolute;
	top: 545px;
	left: 50px;
	color: #333;
	font-size: 10px;
}

img
{
	border: none;
}

img.main {
	border: 1px solid #AAAAAA;
}

img.thumb {
	border: 1px solid #AAAAAA;
	margin-bottom: 8px;
}
img.thumbS {
	border: 3px solid #fff;
	margin-bottom: 6px;
	position:relative;
	right: 2px;
}

form, input, textarea, table
{
	font-family: Arial;
	font-size:13px;	
}

div#error
{
	color: red;
	font-weight: bold;
}
