@import url( reset.css ); /* Reset browser defaults */

body {
	background-color: #fff;
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 0px;
	margin: 0px;
}
h1 {
	color: #d2232a;
	text-transform:none;
	font-size: 11pt;
	font-weight: bold;
	text-align:center;
	line-height:20pt;
	margin-left: -20px;
}
strong {
	color: #231f20;
}
#outer {
	width: 936px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#header {
	padding: 0px;
	margin: 0px;
	height: 134px;
	background-image: url(images/ad-gumbo-creative-shop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {
	margin: 0px;
	padding: 60px 30px 0px 0px;
	color: #000;
	font-weight: bold;
	font-size:10pt;
	text-align:right;
}
#nav a:link, #nav a:visited {
	color: #d2232a;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #999;
	text-decoration: none;
}
#text {
	margin: 25px 60px 25px 70px;
	line-height:14pt;
}
#textcenter {
	margin: 25px 60px 25px 70px;
	line-height:14pt;
	text-align:center;
}
#mail {
	width:50px; 
	height:50px;
	padding-left: 850px;
	}
#imagecontent {
	padding: 0px 18px 0px 18px;
}
#flashcontent {
	padding: 0px 18px 0px 18px;
}
#footer {
	margin: 0px 18px 0px 18px;
	padding: 10px 0px 10px 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #d2232a;
	font-size:10px;
	text-align:center;
}

