#wrapper {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 999px;
}
#header {
	width: auto;
	height: 122px;
	background-image: url(../images/header-background.jpg);
}
#header-logo {
	position: relative;
	width: auto;
	height: auto;
	top: 25px;
	left: 35px;
	float: left;
}
#header-contact {
	position: relative;
	top: 0px;
	right: 15px;
	float: right;
}
.header-contact-phones {
	float: left;
	margin: 8px 20px 20px 20px;
	font-family: Optimer;
	font-size: 15px;
	color: #cccccc;
	}
#navigation {
	width: 999px;
	height: 38px; 
	background-color: #666666;
}
#bottom-navigation {
	text-align: center;
	background-color: #666666;
}
#main-menu {
	float: left;
}
.buttons {
	margin: 10px 0 0 10px;
	font-family: Optimer;
	color: #cccccc;
	display: inline;
	padding: 5px;
}
.buttons:hover {
	background-color: #333333;
}
.selected {
	background-color: #333333;
	color: #CCCCCC;
}
#flags {
	position: relative;
	top: 12px;
	right: 15px;
	float: right;
}
/* Begin Content Classes */
#content {
	width: 999px;
	height: auto;
	text-align: center;
	overflow: hidden;
	padding: 10px 0 10px 0;
}
#content p {
	text-align: justify;
	margin: 0px;
	font-size: 14px;
}
#front-page {
	width: 158px;
	height: 230px;
	float: left;
	text-align: center;
	margin: 8px 5px 5px 3px;
}
.thumb-front {
	border: 3px solid #666666;
}
.subtext {
	padding: 0;
	margin: 0;
	font-family: Optimer;
	font-size: 12px; 
	color: #BFBFBF;
}
/* Begin Model Classes */
#model-page {
	width: 100%;
	height: 450px;
	padding: 10px;
	background-color: #666666;
}
/* End Model Classes */
/* Begin Agency Classes */
#agency {
	width: auto;
	height: auto;
	padding: 10px;
}
.agency-image {
	border: 3px solid #666666;
	margin-left: 10px;
}
/* End Agency Classes */
/* Begin Events Classes */
#events {
	width: auto;
	padding: 10px;
	background-color: #666666;
}
/* End Events Classes */
/* Begin Contact Classes */
#contact-left {
	width: 350px;
	height: auto;
	float: left;
	background-color: #666666;
	padding: 15px;
}
#contact-right{
	width: 580px;
	height: auto;
	background-color: #666666;
	padding: 15px;
	float: right;
}
.contact-tel-table {
	font-size: 13px;
}
.contact-tel-table th {
	padding: 0px 15px 0px 15px;
}
.contact-tel-table td {
	text-align: center;
}
/* End Contact Classes */
/* End Content Classes */
/* Begin Footer Classes */
#footer {
	width: 999px;
	height: 300px;
	background-color: #666666;
}
.separator-vertical {
	margin: 10px 0 0 0;
	float: left;
}
#footer-bottom-left {
	width: 300px;
	height: 200px;
	margin: 14px;
	float: left;
}
#footer-bottom-left ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c5c5c5;
}
#footer-bottom-left a {
	color: #c5c5c5;
	text-decoration: none;
}
#footer-bottom-left a:hover {
	color: #999999;
	text-decoration: underline;
}
#footer-bottom-center {
	width: 300px;
	height: 200px;
	margin: 14px;
	float: left;
}
#footer-bottom-center p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 12px;
}
.textfield-newsletter-div {
	width: 166px;
	height: 25px;
	background-image: url(../images/textfield-bg.gif)
}
.textfield-newsletter-input {
	width: 160px;
	height: 20px;
	padding: 2px 0 0 5px;
	background:none;
 	border:none;
}
#footer-bottom-right {
	width: 300px;
	height: 200px;
	margin: 14px;
	float: left; 
	text-align: center;
}
#footer-bottom-right p {
	width: 300px;
	height: 30px;
	margin: 15px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	text-align: center;
}
.copyright {
	font-size: 9px;
}


