body {
	padding:0px;
	margin:0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#333333;	
}

h1 {
	font-size:20px;
	font-weight:bolder;
	line-height:22px;
}

h3 {
	font-size:14px;
	font-weight:bolder;
	padding-bottom:2px;
	margin-bottom:2px;
}

hr {
	color:#999999;
	background-color:#999999;
}

a:link {
	color:#CC2200;
	text-decoration:none;
}
a:visited {
	color:#CC2200;
	text-decoration:none;
}
a:active {
	color:#CC2200;
	text-decoration:underline;
}
a:hover {
	color:#CC2200;
	text-decoration:underline;
}

#holder {
	width:1000px;
	margin:auto;
}

#holder #nav {
	text-align: center;
	padding-top:20px;
	color:#FFFFFF;
	font-size:16px;
	height:50px;
	letter-spacing:1px;
}


			
			#holder #nav a:link {
				color:#ffffff;
				text-decoration:none;
			}
			#holder #nav a:visited {
				color:#ffffff;
				text-decoration:none;
			}
			#holder #nav a:active {
				color:#FFE113;
				text-decoration:overline underline;
			}
			#holder #nav a:hover {
				color:#FFE113;
				text-decoration:overline underline;
			}

#holder #header {
	padding-top:25px;
	height:75px;
}

#holder #header #logo {
	float: left;
}

#holder #header #number {
	text-align:center;
	font-weight:bolder;
	color:#FFFFFF;
	font-style:italic;
	padding-top:15px;
	font-size:42px;
	float: left;
	width: 50%;
	line-height:80px;
}

#holder #header #DIYbutton {
	float: right;
	text-align:right;
}


#holder #banner {
	margin-top:15px;
	clear:both;
	background-image:url(../images/bannerbgS.gif);
	background-repeat:no-repeat;
	padding:10px;
	padding-bottom:15px;
	color:#FFFFFF;
	width:740px;
	height:330px;
	float:left;
	margin-left:10px;
}

#holder #newsletter {
	float:left;
	width:230px;
	text-align:center;
	height:140px;
	color:#ffffff; 
}

#footer {
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	height: 70px;
	margin-top:20px;
	padding-top: 12px;
	letter-spacing:1px;
	word-spacing:5px;
}


#holder #content #right {
	width: 50%;
	float:left;
}

#holder #content #left {
	width: 50%;
	float:left;
}

.form {
	background-color:#ededed;
	width: 300px;
}
.name {
	color: #999999;
	font-weight: bold;
}

