@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/test_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center top;
	background-attachment: fixed;
}

#wrapper {
	background-color: #999999;
	padding: 0px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav {
	padding: 0px;
	width: 720px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content {
	height: auto;
	width: 720px;
	background-repeat: no-repeat;
	background-color: #FFFFCC;
}



#footer {
	background-color: #000033;
	height: 20px;
	width: auto;
	padding: 5px;
	
}


.table {
	padding: 5px;
}


.footer_text {
	font: 14px "Arno Pro";
	color: #FFFFFF;
	text-align: center;
}

.quotes {
	font: italic bold 16px "Arno Pro";
	color: #000033;
	text-align: center;
}

.content_text {
	color: #000000;
	text-align: left;
	font-family: "Arno Pro";
	font-size: 14px;
	line-height: 20px;
}

.h1 {
    font: italic bold 18px "Arno Pro";
	color: #000033;
	text-align: center;
}

.left_image {
	float: left;
	height: 70px;
	width: 80px;
}

.right_image {
	float: right;
	height: 70px;
	width: 80px;
}


}

.center_image {
	float: center;
}



.table_text_left {
    color: #000000;
	text-align: left;
	font-family: "Arno Pro";
	font-size: 12px;
	line-height: 20px;
}

.table_text_right {
    color: #000000;
	text-align: right;
	font-family: "Arno Pro";
	font-size: 12px;
	line-height: 20px;
}

.table_text_center {
    color: #000000;
	text-align: center;
	font-family: "Arno Pro";
	font-size: 14px;
	line-height: 20px;
}


.td3 {
	border-top: 1px dotted #000033;
	border-left: 1px dotted #000033;
    border-right: 1px dotted #000033;
	border-bottom: 1px dotted #000033;
}

.td {
	border-left: 1px dotted #000033;
	border-right: 1px dotted #000033;
	border-bottom: 1px dotted #000033;
}

.contact_td {
	border: 1px solid #000033;
}
