/*** Website Design by MacStudio Design. Website: www.macstudio.co.nz ***/

body {
	text-align:center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

#description {
	margin-top: -1000px;
	position: absolute;
	height: 200px;
	font-size: 1px;
	color: #500000;
}
	
/******************** LAYOUT ********************/

#holder {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:25px;
	text-align:left;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#header1 {
	height: 150px;
	background-image: url(apparel/apparel_01.jpg);
	background-repeat: no-repeat;
}

#header2 {
	height: 150px;
	background-image: url(signs4u/signs4u_01.jpg);
	background-repeat: no-repeat;
}



/******************** CONTENT ********************/

#content {
	height: 550px;
}

#content1 {
	height: 375px;
	background-image: url(apparel/apparel_02.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
}

#content2 {
	height: 375px;
	background-image: url(signs4u/signs4u_02.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
}

#content_left {
	width:285px;
	float: left;
	height: 375px;
	padding-left: 15px;
}

#content_centre {
	width:350px;
	float: left;
	height: 375px;
}	

#content_right {
	width:200px;
	float: right;
}

/******************** FOOTER ********************/

#footer {
	float: left;
	font-size: 10px;
	text-align: center;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

/******************** LINKS ********************/


a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

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

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}


/******************** IMAGE FLOATS ********************/

img.float_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.float_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

/******************** STYLES ********************/

p {
	margin: 0px;
	padding: 0px 0px 10px;
}

h1 {
	font-size: 18px;
	margin: 0px;
	color: #FFFF00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h2 {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFF00;
}
.white {
	color: #FFFFFF;
}
.yellow {
	color: #FFFF00;
}
.small {
	font-size: 9px;
}
.quotes {
	font-size: 14px;
	font-weight: bold;
	color: #500000;
}
form {
	margin: 0px;
	padding: 0px;
}
.width175 {
	width: 175px;
}
