@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../Images/img01.jpg);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:middle;
}

#container {
	width:auto;
	vertical-align: middle;
	height: 1400px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #666666;
	}
	
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;}

.header {
	width:100%;
	background-image: url(../Images/ArtPrintLogo.png);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:top;
	height:125px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left:80px;
}

.header3 {
	width:1100px;
	background-image:url(../Images/ArtPrintLogo2.png);
	background-repeat:no-repeat;
	background-position:right;
	vertical-align:top;
	margin:0;
	margin-top:20px;
	height:125px;
}
	
.header2 {
	width:80%;
	text-align:left;
	height: 20%;
	left:100px;
	top: 15px;
	float:right;
	position: static;
	margin-top:10px;
	margin-left:230px;
}

	
.sidebar {
	width: 15%;
	height: 480px;
	text-align:center;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 60px;
	position: inherit;
}

.maincontent {
	float:right;
	width:85%;
	text-align:center;
	height: 1200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
	vertical-align: middle;
	bottom: 10px;
	font-weight: normal;
}

.maincontent2 {
	float:left;
	width:50%;text-align:center;
	height: auto;}

.maincontent3 {
	float:left;
	width:50%;text-align:center;
	height: auto;}

.footer1 {
	width:100%;
}
