* {
	margin: 0;
	padding: 0;
}

body {
	/* font-family: Helvetica, Lucida sans, sans-serif; */
	font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	background: #DEDEE0;
}

#hold {
	width: 968px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.left { float: left; }
.right { float: right; }

a { color: #000; }

#header {
	width: 968px;
	height: 107px;
	overflow: hidden;
	background: transparent url(/images/bg_header.gif) no-repeat;
}

#logo {
	float: left;
	position: relative;
	top: 20px;
	left: 54px;
}

#logo a {
	width: 221px;
	height: 0;
	padding-top: 56px;
	overflow: hidden;
	display: block;
	background: transparent url(/images/logo_comscale.png) no-repeat;
}

#phone_number {
	float: right;
	position: relative;
	top: 40px;
	right: 54px;
}

#phone_number p {
	font-size: 120%;
}

#phone_number span { color: #C2CD23; }
.geekservers { color: #F78F1E; }

#content_wrapper {
	width: 968px;
	background: transparent url(/images/bg_content.gif) repeat-y;
	overflow: hidden;
}

#content {
	font-family: Lucida sans;
	/*width: 454px; */
    width: 750px;
	padding: 30px 0 10px 54px;
	overflow: hidden;
}

#content h1 {
	font-weight: normal;
}

#content p {
	font-size: 90%;
	padding: 10px 0 0;
	line-height: 20px;
}

#right_side {
	padding: 80px 54px 0;
	overflow: hidden;
}

#right_side a img {
	border: none;
}

#content_footer {
	clear: both;
	width: 860px;
	padding: 0 54px 40px;
	background: transparent url(/images/bg_content_footer.gif) no-repeat scroll bottom;
	display: block;
	overflow: hidden;
}

#content_footer h4 {
    border-top: 1px solid #AEB0B2;
    background: transparent;
	margin: 15px 0 0;
	padding: 15px 0;
	font-size: 90%;
}

#content_footer p {
	line-height: 54px;
	font-size: 90%;
}

.email {
	height: 54px;
	background: transparent url(/images/bg_email.png) no-repeat scroll left;
	padding: 0 0 0 60px;
}

.blog {
	height: 54px;
	background: transparent url(/images/bg_blog.png) no-repeat scroll left;
	margin: 0 76px;
	padding: 0 0 0 80px;
}

.twitter {
	height: 54px;
	background: transparent url(/images/bg_twitter.png) no-repeat scroll left;
	padding: 0 0 0 140px;
}

.copyright {
	padding: 10px 0 0 54px;
	font-size: 70%;
	color: #999;
}

#footer ul {
	list-style-type: none;
	padding: 10px 54px 0 0;
}

#footer li {
	display: inline;
	padding: 0 0 0 10px;
	font-size: 70%;
}

#footer a { color: #999; }
