/*workshop.css*/

*
{
	font-size: 12pt;
	margin: 0;
}
body
{
	background-color: rgb(103, 103, 103);
}

.header, .main, .footer
{
	background-image: url("../images/background.jpg");
	background-repeat: repeat-y;
	width: 935px;
	margin-left: auto;
	margin-right: auto;
}
.workshop
{
	background-image: url("../images/background.jpg");
	background-repeat: repeat-y;
	width: 935px;
	height: 526px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.workshop img
{
	position: absolute;
}
.workshop img.upperLeft
{
	left: 0px;
	top: 0px;
	width: 486px;
	height: 233px;
}
.workshop img.upperRight
{
	left: 486px;
	top: 0px;
	width: 449px;
	height: 233px;
}
.workshop img.lowerLeft
{
	left: 0px;
	top: 233px;
	width: 486px;
	height: 293px;
}
.workshop img.lowerRight
{
	left: 486px;
	top: 233px;
	width: 449px;
	height: 293px;
}
.workshop .links
{
	position: absolute;
	top: 90px;
	left: 0px;
}
.workshop .links a
{
	text-decoration: none;
	font-size: 16pt;
	font-weight: bold;
	color: black;
	padding-left: 30px;
}
.workshop .links a.blue
{
	color: rgb(117, 151, 197);
}
.workshop .links a:hover
{
	color: red;
	background-image: url("../images/redCircle.gif");
	background-repeat: no-repeat;
}


.header
{
	color: white;
}
.header h1, .header h2
{
	margin: 0;
	margin-right: 150px;
	text-align: right;
}
.header h1
{
	font-style: italic;
	font-size: 36pt;
}
.header h2
{
	font-size: 24pt;
	margin-bottom: 10px;
}
.header p
{
	font-style: italic;
	margin-right: 100px;
	margin-left: 275px;
	text-align: center;
}


.main h3, .main p
{
	margin-left: 275px;
}
.main h3
{
	color: white;
	font-size: 18pt;
}
.main p
{
	padding-bottom: 10px;
}

.footer p
{
	text-align: center;
	margin-left: 200px;
	margin-right: auto;
}