@charset "utf-8";
/* CSS Document */

/* =====================univerals========================= */ 

* {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
}
#body_blondies {
	background: #000000 url(../images/background.jpg) no-repeat scroll center top;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

li {
	list-style: url(none) none;
}

a {
	text-decoration: none;
}

em, strong, h1, h2, h3, h4, h5, h6, p {
	font-size: 11px;
}

#header/* =====================univerals========================= */ 
 {
	margin: 0px auto;
	height: 270px;
	width: 800px;
	padding: 0px;
	border: 1px solid #009966;
}

#head_blondies {
	margin: 0px auto;
}

/* =====================nav========================= */ 

#nav {
	margin: 0px auto;
	height: 47px;
	width: 800px;
	color: #FFFFFF;
	font-size: 90%;
	padding-top: 33px;
}

#nav ul {
	margin-left: 300px;

}

#nav ul li {
	float: left;
}

#nav li a {
	color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	padding: 4px;
}

/* =====================content========================= */ 

#content {
	height: auto;
	width: 800px;
	margin: 0px auto;
}

#content_left, #content_left_contact {
	float: left;
	height: auto;
	width: 240px;
	margin-left: 120px;
	text-align: justify;
	padding-top: 10px;
}

#content_left_contact {
	line-height: 0.9em;
}

#content_right, #content_right_photos {
	margin-left: 30px;
	float: left;
	border: 1px solid #222222;
	width: 336px;
	height: auto;
	padding: 5px;
	background: #000000;
	margin-bottom: 10px;
}

#content_right_photos {
	width: 400px;
}
.logo   {
	font-size: 120%;
	text-align: center;
	margin-bottom: 5px;
}

#content_left p {
	font-size: 80%;
	color: #FFFFFF;
	line-height: 140%;
	margin-bottom: 10px;
}

#content address {
	display: block;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 70%;
	text-align: right;
	background: url(../images/white_dotted_line.png) repeat-x 0px -28px;
}

#content_left_contact h1 {
	color: #0099FF;
	margin-top: 10px;
}

#content_left_contact h2 {
	font-style: oblique;
	font-size: 60%;
	margin-bottom: 4px;
}
#content_left_contact h5 {
	color: #0099FF;
}
#content_left_contact h6 {
	color: #0099FF;
	background: url(../images/white_dotted_line.png) repeat-x bottom;
	padding-bottom: 10px;
}
#content_left_contact p {
	margin-bottom: 3px;
}

/* =====================photos========================= */ 
.photo {
	height: 50px;
}

.photo span {
	border: 1px solid #000000;
	display: block;
	float: left;
	padding: 1px;
	background: #FFFFFF;
	margin-left: 11px;
}
h6#last_line {
	background: url(none);
}

/* =====================CHIMAERA footer========================= */ 

#footer {
	height: 60px;
	line-height: 60px;
	margin: 0px auto;
	width: 800px;
	text-align: center;
	border-top: 1px solid #333333;
}
#footer_text    {
	color: #00CC99;
	display: block;
}

#footer a {
	color: #666666;
}

