body {
	background-color: #5C5C5C;
	margin-top: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

a {
	color: #FDAF00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF3736;
	font-weight: bold;
	text-decoration: underline;
}

#plate {
	width: 770px;
	margin: auto;
	background: #3B3B3B;
	text-align: left;
}

#header {
	width: 770px;
	height: 200px;
	background: #A40100;
	text-align: center;
}

#header a {
	font-family: arial, verdana, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #FDAF00;
	text-decoration: none;
}

#header h1 {
	font-family: arial, verdana, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #fff;
}

#header h2 {
	font-family: 'Lucida Sans', arial, verdana, sans-serif;
	font-size: 16px;
	color: #FDAF00;
}

#header hr {
	width: 174px;
	color: #FDAF00;
}


#header .painting {
	width: 317px;	
	float: left;	
}

#header .logo {
	width: 383px;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}

#nav {
	clear: both;
	background: #FDAF00;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#nav a {
	font-size: 16px;
	color: #A41300;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav ul {
	display: inline;
	padding-left: 10px;
}

#nav ul li {
	display: inline;
	padding-left: 10px;
}


#container {
	width: 770px;
	margin-bottom: 10px;
	background-color: #3B3B3B;
}

#left {
	width: 532px;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #5F5F5F;
	letter-spacing: 1px;
}

#left h1 {
	font-family: 'Lucida Sans', arial, verdana, sans-serif;
	font-size: 18px;
	color: #fff;
}

#left h2{
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	color: #FDAF00;
	border-bottom: 1px solid #FDAF00;
}

#left img {
	border: 10px solid #000;
	text-align:center;
}

#right {
	width: 174px;
	float: right;
	margin-right: 5px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	width: 770px;
	background: #A41300;
	text-align: center;
	margin-bottom: 0px;
}

#footer h2 {	
	font-size: 12px;
	color: #fff;	
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #FDAF00;
	text-decoration: underline;
}