﻿*html { 
	margin: 0;
}

h1 {
	font-size:.01em;
	visibility:hidden;
}

h2 {
	font-size:1.8em;
	color:#6D6F7C
}

h3 {
	font-size:.01em;
	visibility:hidden;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.74em;
}


#wrapper {
	width:850px;
	margin: 0 auto 0 auto;
}

#masthead {
	width: 450px;
	height: 125px;
	float: left;
}
#logo {
	width: 450px;
	float: left;
	background-image: url('../images/bg-logo.jpg');
	height: 100px;
	margin-top: 0px;
}
#top_nav {
	width: 450px;
	float: left;
	height: 20px;
	padding-top: 5px;
	margin-top: 10px;
}
#container {
	width: 450px;
	background-repeat: repeat-x;
	float: left;
	background-color: #FFFFFF;
}
#left_collage {
	width: 450px;
	height: 235px;
	background-image: url('../images/bg-left_collage.jpg');
	background-repeat: repeat;
	margin-top: 10px;
	float: left;
}
#left_nav {
	width: 92px;
	height: 279px;
	padding-left: 10px;
	padding-top: 20px;
	float: left;
	background-repeat: repeat-x;
}
#flash_content {
	width: 400px;
	height: 676px;
	float: right;
	padding-top: 10px;
}
#flash_container {
	background-position: 0px 0px;
	width: 400px;
	height: 676px;
	float: right;
	background-image: url('../images/bg-flashcontent.jpg');
	background-repeat: no-repeat;
	position: relative;
}

.web_design {
	width: 188px;
	height: 80px;
	background-image: url('../images/bg-web_design.gif');
	background-repeat: no-repeat;
	margin-top: 5px;
	display: block;
	cursor: pointer;
}
.search_optimization {
	width: 188px;
	height: 80px;
	background-image: url('../images/bg-search_optimization.gif');
	margin-top: 10px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
}
.email_marketing {
	width: 188px;
	height: 80px;
	background-image: url('../images/bg-email_marketing.gif');
	margin-top: 10px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
}
#text {
	padding: 20px;
	width: 212px;
	height: 279px;
	float: right;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#footer {
	width: 850px;
	height: 25px;
	clear: both;
	text-align: center;
	padding-top: 5px;
	background-image: url('../images/bg-container.jpg');
	background-repeat: repeat-x;
}

