html{height:100%;}
body{color:#000;font:11px Verdana, sans-serif;line-height:14px;margin:0 0 0 0;
padding:0 0 0 0;text-align:center;height:100%;background:url('../images/1pxred.png');}

h1{color:#000000;font-size:18px;line-height:20px;padding:2px 0 0 0;margin:6px 0 6px 0;}
h2{color:#000000;font-size:11px;line-height:14px;font-weight:bold;padding:0;margin:2px 0 4px 0;}

img{border:0;margin:0;}
div{text-align:left;font:10px Verdana, sans-serif;line-height:14px;}
table{border-collapse:collapse;padding:0;margin:0;}
p{margin:0;padding:0;}
table{width:100%;height:100%;}
table tr td{padding:3px;}
br{padding:0;margin:0;}

span.bold{font-weight:bold;}
.container{position:relative;}

/* hyperlinks */
a:link{color:#000;text-decoration:none;font-weight:bold;}
a:active{color:#000;text-decoration:none;font-weight:bold;}
a:visited{color:#000;text-decoration:none;font-weight:bold;}
a:hover{color:#000;text-decoration:underline;font-weight:bold;}

/* main container */
#main-container,#main-container2{position:relative;width:780px;
						height:520px;padding:0 0 0 0;background:#FFF;padding:0 0 30px 0;}
html>body #main-container,html>body #main-container2{height:auto;min-height:490px;width:780px;}

#header{
	height:100px;
	background:url('../images/1pxorange.png');
	position:relative;
}

#logo_name{
	position:absolute;
	right:15px;
	top:15px;
	width:84px;
	height:33px;
	background:url('../images/logo_name.png') no-repeat;
	z-index:1;
}

#logo_colors{
	position:absolute;
	left:360px;
	top:52px;
	width:84px;
	height:100px;
	background:url('../images/logo_colors.png') no-repeat;
	z-index:1;
}

#bgwhite{
	background:#FFF;
	height:100px;
	width:420px;
	position:absolute;
	right:0px;
	top:0px;
}

#bggray{
	height:15px;
	background:#58595B;
}

#content{
	padding: 40px 40px 20px 40px;
}
#content2{
	padding: 40px 40px 20px 400px;
}

#contentImage{
	height:400px;
	width:360px;
	position:absolute;
	left:40px;
	top:164px;
}

html>body #content{
	
}
html>body #content2{
	width:300px;
}
#content table{
	font-size:11px;
	line-height:14px;
}
#footer{
	height:15px;
	background:#58595B;
	position:absolute;
	width:780px;
	bottom:0px;
	z-index:1;
}

#sendmail input{
	margin:2px;
}