@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background-image:url(../images/design/background-1.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#dae6eb;
}

li {
	list-style-type:none;
}

h3 {
	color:#552d0e;
	font-size:12px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
}

#container {
	width: 979px;
	height: 1000px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#container #header {
	padding: 0px;
	height: 180px;
	width: 979px;
}
#container #content {
	width: 373px;
	margin-left: 522px;
	top: 380px;
}


#container #left-sidebar {
	left: 112px;
	position: absolute;
	width: 207px;
	height: 527px;
	top: 202px;
	background-image: url(../images/design/sign-design.png);
	background-repeat: no-repeat;
}
#container #right-sidebar {
	left: 359px;
	position: absolute;
	width: 610px;
	top: 202px;
	font-family:"Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color: #552d0e;	
}

#container #right-sidebar a {
	font-family:"Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color: #552d0e;
	text-decoration: underline;
}


#container #footer {
	font-size: 10px;
	color: #508da4;
	width: 207px;
	position: absolute;
	top: 700px;
	left: 112px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	text-align: center;
	line-height: 14px;
}

ul#follow{
	list-style: none;
	width: 100px;
	left: 135px;
	position: absolute;
	top: 553px;
	
	}
	ul#follow li {
		display: inline;
		float: left;
	}
	
.title {
	color:#552d0e;
	font-size:12px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
}
	
ul#thumbs{
	list-style: none;
	width: 553px;
	left: 0px;
	position: static;
	top: 390px;
	height:83px;
	}
	ul#thumbs li {
	display: inline;
	float: left;
	}
	
.top{
	color:#839a7c;
	font-size:12px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	text-align: right;
	line-height: 18px;
	font-weight: bold;

}

.top a {
	color:#839a7c;
	text-decoration: none;	
}

.credit {
	font-size:9px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
	color: #999999;
}

.launch {
	font-size:10px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
	color: #552d0e;
}

.launch a {
	font-size:10px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
	color: #552d0e;
}
.copy {
	font-family:"Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color: #552d0e;	
}
