/* Body, HTML */

body {
	text-align:center;
	background:#ebecde;
	color:#fbfcfd;
	font-size:15px;
	font-family:Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/* Layout */

#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:800px;
	height:auto;
	_height:648px;
	min-height:648px;
	background:#77a1d6;
}

#header {
	height:202px;
	width:277px;
	float:left;
	background:#fff;
	overflow:hidden;
}

#nav {
	height:202px;
	width:523px;
	float:left;
	background-color:#fff;
	overflow:hidden;
}

#home_left {
	clear:both;
	float:left;
	height:325px;
	width:226px;
	background:url(../images/bg-home-left.jpg);
}

#home_content {
	float:left;
	height:325px;
	width:574px;
	background:#77a1d6;
}

#home_bottom {
	clear:both;
	width:800px;
	height:121px;
	background:url(../images/bg-home-bottom.jpg);
}

#main_left {
	clear:both;
	float:left;
	width:277px;
	height:auto;
	min-height:351px;
	_height:351px;
	background:#77a1d6 url(../images/bg-main-left.jpg) no-repeat;
}

#main_content {
	float:left;
	width:523px;
	height:auto;
	min-height:351px;
	_height:351px;
	background:#77a1d6 url(../images/bg-main-content.jpg) no-repeat;
}

#main_bottom {
	clear:both;
	width:800px;
	height:138px;
	background:url(../images/bg-main-bottom.jpg);
}

#footer {
	text-align:center;
	margin:0;
	font-size:10px;
	color:#77a1d6;
}

/* Nav Elements */

.home {
	background:url(../images/bg-nav-home.jpg) no-repeat;
}

.services {
	background:url(../images/bg-nav-services.jpg) no-repeat;
}

.clients {
	background:url(../images/bg-nav-clients.jpg) no-repeat;
}

.about {
	background:url(../images/bg-nav-about.jpg) no-repeat;
}

.contact {
	background:url(../images/bg-nav-contact.jpg) no-repeat;
}

/* Links */

a {
	color:#fbfcfd;
	font-weight:bold;
}

a img {
	text-decoration:none;
	border:none;
}

#footer a {
	text-decoration:underline;
	font-weight:bold;
	color:#44616d;
}

#home_content a {
	text-decoration:none;
	color:#fbfcfd;
	font-weight:bold;
}

/* Images */

img {
	padding:0;
	margin:0;
	border:none;
}

#header img {
	padding-top:44px;
}

#nav img {
	padding-left:21px;
	padding-top:149px;
}

/* Text */

#home_content p {
	padding-left:80px;
	padding-right:76px;
}

#main_content p {
	padding-left:30px;
	padding-right:45px;
}

#main_left p {
	text-align:right;
	padding-right:30px;
	font-size:12px;
	padding-bottom:0;
	margin-bottom:0;
}

.home_first {
	padding-top:45px;
	padding-bottom:10px;
}

.main_first {
	padding-top:45px;
}

.main_left_first {
	padding-top:85px;
}

#main_content ul li {
	list-style-type:none;
	text-align:left;
}

.bigger {
	font-size:20px;
}

.smaller {
	font-size:12px;
}

.bold {
	font-weight:bold
}

.center {
	text-align:center;
}