@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	background-image:url(images/paint.png);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}

#wrapper {
	width:1280px;
	margin:0 auto;
	min-height:1000px;
	padding:0px;
}

#header {
	width:1280px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	height:170px;
	margin-top:30px;
	text-align:center;
	vertical-align:middle;
}

.center_img {
	margin-top:35px;
}

#paintings {
	margin:0 auto;
	width:906px;
	margin-top:20px;
}

.painting {
	float:left;
}

.heading_sm {
	margin: 0 auto;
	height:45px;
	padding-top:10px;
	width:906px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	margin-top:20px;
	text-align:center;
}

.text {
	margin:0 auto;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin-bottom:50px;
	padding-top:20px;
	width:846px;
	padding-left:30px;
	padding-right:30px;
	line-height:30px;
}

#footer {
	width:1280px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	height:55px;
	margin-top:30px;
	text-align:center;
	vertical-align:middle;
	line-height:25px;
	margin-bottom:40px;
}