* {
	margin:0;
	padding:0;
	text-decoration:none;
}
body {
	font: small/1.6em verdana, arial, sans-serif;
	text-align:center;
	background: #1a2b44 url(imgs/mainBg.gif) repeat-x top left fixed;
	color: #3D444A;
}
a {
	color: #3D444A;
	font-weight: bold;
}
#master {
	background: #aabbcc;
	width: 700px;
	margin: 40px auto;
	text-align:left;
	position:relative;
	border: 3px solid white;
}
#header {
	width:700px;
	height:250px;
	background:#aabbcc url(imgs/glacierheader.jpg) no-repeat;
}
#header h1 {
	display:none;
}
abbr {
	border-bottom: 1px dotted;
	cursor: help;
}
h2 {
	margin-top: 20px;
	margin-bottom: -15px;
	height: 40px;
	font-size: 20px;
	padding: 0;
	font-style: italic;
	font-weight: bold;
}
h2.contact {background: url(imgs/contact.jpg) no-repeat;}
h2.process {background: url(imgs/process.jpg) no-repeat;}
h2.company {background: url(imgs/company.jpg) no-repeat;}
h2.portfolio {background: url(imgs/portfolio.jpg) no-repeat;}
h2.services {background: url(imgs/services.jpg) no-repeat;}
h2.design {background: url(imgs/design.jpg) no-repeat;}
h2.code {background: url(imgs/code.jpg) no-repeat;}
h2 span {
	display:none;
}

div.item h3 {
	font-family: "Trebuchet MS", verdana, arial;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

ul {
	list-style:none;
}

img {
	border: 2px solid white;
}

div.item img {
	padding: 5px;
	background: #000;
/*	opacity: .7;
	filter: alpha(opacity=70); */
}

/* div.item a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
} */

#content{
	font-size: 12px;
	width:450px;
	display:inline;
	float:left;
	padding: 30px;
}
#content p.contact {
	margin-bottom: 30px;
}
#content div.item {
	margin-top: 25px;
	padding-left: 60px;
	background: url(imgs/paren.gif) no-repeat center left;
}
#footer {
	clear:both;
	background:#d5dee6;
	font-size: 10px;
	padding: 2px;
	text-align:center;
	color:#919fad;
}
#sideBar {
	color: #BBD1E3;
	width: 100px;
	display: inline;
	float:right;
	font-size: 11px;
	padding: 10px;
	margin: 30px;
	margin-left:0px;
	background: #000;
	border: 2px solid #fff;
}
#sideBar h3 {
	font-size:12px !important;
}
#sideBar a {
	padding:0 7px;
	color: #fff;
	text-decoration:none;
}
#sideBar a:hover {
	background: url(imgs/littlearrow.gif) no-repeat center left transparent;
	border-right: 1px dotted #fff;
}
#footer a {
	color: #919fad;
	font-weight: bold;
	text-decoration:none;
}
#footer a:hover {
	border-bottom: 1px dashed #000;
}
