@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
	font-family:"Century Gothic", Arial, Helvetica, "sans serif";
	color:#000;
	font-size: smaller;
}

#container {
	width:850px;
	margin:0 auto;
}

.header {
	height:310px;
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	background-position:center;
}
.header p {
	padding-top:125px;
	padding-left:30px;
	font-family:Garamond, serif;
	letter-spacing:1px;
	color:#FFF;
}
.header a:link {
	text-decoration:none;
	color:#fff;
}
.header a:hover {
	color:#fff;
	text-decoration:none;
}
.header a:visited {
	color:#FFF;
	text-decoration:none;
}

.left_content {
	width:40%;
	float:left;
	margin-top:15px;
	text-align:center;
	background-color:#b2b2b2;
	height:auto;
}


.right_content {
	width:50%;
	height:500px;
	margin-top:15px;
	padding-right:25px;
	float:right;
	background-image:url(../images/cetlus_logo.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

/* Contact Page */
.mid_content {
	padding:20px;
	line-height:17px;
}

.clear {
	clear: both;
}

.contact_left, .contact_right {
	width: 40%;
	float: left;
}

/* Ordered List Style */
 .list {
	color:#669933;
}
.list p {color:#000;
}

a:link {
	color:#669933;
}
a:hover {
	color:#666;
}

.footer {
	clear:both;
	padding-top:20px;
	text-align:center;
}

