body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	text-align:center;
}

/* Layout */
#container {
	width:768px;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	font-family:Avant Garde, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#nav {
	height:50px;
	width:768px;
	position:relative;
	top:0px;
	float:left;
	border-bottom:6px solid #FFFFFF;
}
#content {
	height:509px;
	width:768px;
	position:relative;
	top:0px;
	float:left;
	background-image:url(../images/bgbottommain.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#7a7c86;
	position:relative;
	top:0px;
	float:left;
	text-align:center;
	margin-bottom:50px;
}
#images {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.images {
	position:relative;
	top:30px;
}
.info {
	background-color:#FFFFFF;
	border-top:11px solid #ff9103;
	border-bottom:11px solid #ff9103;
	padding:0px 15px 0px 15px;
	color:#7a7c86;
}
#logo {
	clear:both;
	position:relative;
	top:80px;
	background-image:url(../images/logo.gif);
	background-position:top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	width:287px;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
}
#comments {
	height:420px; 
	width:611; 
	padding:30px 25px 30px 25px; 
	overflow:auto; 
	background-image:url(../images/comments_bg.jpg); 
	background-position:top; 
	background-repeat:no-repeat;
	text-align:center;
	font-size:1em;
}
	

/* Navigation */
.main_link {
	padding-right:8px;
}
a.email, a.email:visited {
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
}
a.email:hover, a.email:active {
	color:#ff9103;
	font-weight:bold;
	text-decoration:none;
}
#space {
	height:50px;
}

/* Text */
.title {
	font-size:1.8em;
	font-weight:600;
}
.title2 {
	font-size:1.4em;
	font-weight:600;
}
.copy {
	font-size:1.3em;
}
.customer {
	font-style:italic;
	font-weight:bold;
	color:#666666;
}