/*
Author : Daniel St. Jules (WebEnuity)
URL: http://www.webenuity.ca
*/

/* General */

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

.fl {
	float: left;
}

body {
	background: #162738 url('bg.jpg') top center repeat; 
	color: #d9d8d8; 
	font-size: 10pt;
	font-family: Arial, Verdana, sans-serif;
	line-height: 150%;
	min-width: 750px;
}

a, a:link, a:visited, a:active {
	color: #4c98c0;
	text-decoration:none; 
}

a:hover {
	color: #d9d8d8;
	text-decoration: underline;
}

h1 {
	font-size: 30pt;
	font-weight: bold;
	margin-bottom: 0px;
	color: #4c98c0;
	font-family: Arial, Verdana, sans-serif;
	line-height: 130%;
}

h2 { 
	display: block; 
	width: 100%; 
	background-position: 0 35px;
	padding: 10px 0 10px 0; 
	font-size: 15pt; 
	font-weight: bold; 
	font-family: "Trebuchet MS", Verdana, sans-serif;
	line-height: 120%;
	color: #a3acb3;
}

.clear { 
	clear: both; 
}

p { padding-bottom: 10px; }

/* Layout */

#topbarwrap {
	width: 100%; 
	background: #464646 url('topbar.jpg') top center repeat-x;
}

#topbar {
	width: 100%; 
	background: url('topbar_bottom.jpg') bottom center no-repeat;
}

#topbarlinks {
	width: 700px;
	height: 36px;
	padding-top: 9px;
	margin: 0 auto;
	text-align: right;
}

#topbarlinks a {
	margin-left: 10px;
}

#wrap {
	width: 100%; 
	background: url('topbg.jpg') top center repeat-x;
}

#container {
	width: 100%;
	background: url('header.jpg') top center no-repeat;
}

#c2 {
	width: 100%;
	padding: 130px 0 150px 0;
	background: url('bottom.jpg') bottom center no-repeat;
}

#content {
	width: 670px;
	margin: 0 auto;
	background: url('content.jpg') top center no-repeat;
	margin-bottom: 30px;
	padding: 10px 15px 0 15px;
}

#portfolio {
	width: 700px;
	margin: 0 auto;
}

.site {
	width: 305px;
	height: 170px;
	margin: 0 auto;
	background: url('site2.jpg') top center no-repeat;
	padding: 15px;
	margin: 0 30px 30px 0;
	float: left;
}	

.site_alt {
	width: 305px;
	height: 170px;
	margin: 0 auto;
	background: url('site2.jpg') top center no-repeat;
	padding: 15px;
	margin: 0 0 30px 0;
	float: left;
}

