* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg_gradient.png) repeat-x top; 
	color: #666666;
	font-size: 0.88em;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #1C3F94;
}

a:hover {
	color: #C41230;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	font-size: 0.93em;
	color: #1C3F94;
}

blockquote {
	margin-left: 100px;
}

#wrapper {
	width: 900px;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	position: absolute;
	left: 50%;
	margin-left: -470px; /* 1/2 of width */
	z-index: 1;
	background-color: #FFFFFF;
}

#logo {
	text-align: center;
	padding: 20px;
}

#menu {
	border-top: 1px solid #C41230;
	padding: 10px 0px 20px 0px;
}

#menu td {
	text-align: center;
}

#title {
	border-bottom: 1px solid #C41230;
	padding: 20px 0px 5px 0px;
	margin-bottom: 20px;
}

#title h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color: #1C3F94;
}

#content p {
	line-height: 1.7;
	margin-bottom: 20px;
}
#home_left {
	float: left;
	width: 670px;
}

#home_right {
	margin-left: 690px;
}

#home_right img, #what_left img, #what_right img {
	margin-bottom: 20px;
}

#what_left {
	float: left;
	width: 210px;
}

#what_right {
	margin-left: 230px;
}

.content_image_grid {
	margin-bottom: 20px;
}

#thanks_left {
	float: left;
	width: 490px;
}

#thanks_right {
	margin-left: 510px;
}

#thanks_left table, #thanks_right table {
	margin-bottom: 10px;
}

.thanks_image {
	padding: 5px 20px 0px 0px;
	vertical-align: top;
}
	
#contact {
	border-top: 1px solid #C41230;
	padding: 10px 0px 10px 0px;
}

#copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.71em;
	color: #999999;
	text-align: center;
}

#copyright a{
	color: #999999;
}

#copyright a:hover{
	color: #C41230;
}