@charset "utf-8";
/* CSS Document FOR INDEX ALPHA*/

#container {
	height: auto;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 200px;
	width: 1080px;
	background-image: url(images/dodprinting_header.jpg);
	background-repeat: no-repeat;
}
#colum1 {
	float: left;
	height: auto;
	width: 320px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 500;
	line-height: 1.5em;
	overflow: hidden;
}
#colum2 {
	float: left;
	width: 320px;
	height: auto;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 500;
	line-height: 1.5em;
	overflow: hidden;
}
#colum3 {
	float: right;
	width: 320px;
	height: auto;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 500;
	line-height: 1.5em;
	overflow: hidden;
}
#contentgallery	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	float: right;
	width: 680px;
	padding-right: 20px;
	padding-left: 20px;
	height: 550px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: #000000;
	float: right;
	height: auto;
	width: 680px;
}


#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	font-size: 90%;
	font-weight: 600;
	padding-top: 40px;
	padding-right: 40px;
}

/*ENSURE THE TITLE DOES NOT HAVE ODD SPACING AS DIV IS JUSTIFIED*/
#special	{
	width:320px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	text-align: left;
}

#footer {
	clear: both;
	height: 150px;
	width: 1080px;
	background-image: url(images/dodprinting_footer.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
