@charset "utf-8";
/* CSS Document */

body {
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	color: #3b3b3b;
}

div.page {
	width: 896px;
	height: 630px;
	margin: auto;
	margin-top: 30px;
	border: solid 2px #ccc;
}


div.menu {
	width: 144px;
	height: 100%;
	float: left;
	border-right: solid 2px #ccc;
	position:relative;
}


div.content {
	position: relative;
	margin-left: 146px;
	width: 750px;
	float: none;
}


div.banner {
	margin: 0;
	margin-left: 0;
	padding:0;
	position:relative;
}

div.banner img {
	margin-left: 0;
	border: none;
}

div.bannerStripsCont {
	width: 750px;
	margin-left:0px;
	padding-left: 10px;
	text-align: left;
	position:relative;
}

div.bannerStrips {
	margin-right: 8px;
	margin-top: 0;
	position:relative;
	float:left;
	text-align:center;
	font-family:"Swiss 721 Md BT", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div.bannerStrips p {
	margin-top: 5px;
	margin-bottom: 20px;
	text-align:center;
}

div.bannerStrips img {
	margin-left: 10px;
}

div.bannerStrips a {
	display:block;
	width: 100%;
	height: 100%;
	font-weight: normal;
}

div.contentText {
	margin: 55px 35px 0 35px;
	width: 220px;
	float: left;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}


div.contentText h1 {
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold; 
	letter-spacing:2px;
	color: #3b3b3b;
	margin: 10px 0 15px 0;
	text-decoration:underline;
}

div.contentText p {
	margin: 10px 0 0px 0;
}

div.previewMenu {
	width: ;
	height: 100px;
	margin: 0px 0 15px 0;
}

div.previewMenu img {
	margin:0;
}

div.previewMenu h1 {
	margin-top:15px;
	margin-bottom:15px;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

div.preview {
	width: ;
	height: ;
	margin: 0px 0 0 0;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-weight:;
	font-size: ;
	position: relative;
}

div.jumpLink {
	text-align:right; 
	margin-right: 30px;
	margin-top: 10px;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-size: ;
	cursor:pointer;
}

div.jumpLink a:link{
	color:#a68a3f;
	text-decoration: none;
	font-weight: normal;
}
div.jumpLink a:visited{
	color:#a68a3f;
	text-decoration: none;
	font-weight: normal;
}
div.jumpLink a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}
div.jumpLink a:active{
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	font-family:"Century Gothic", sans-serif;
	color: #3b3b3b;
}


h2 {
	font-family:"Century Gothic", sans-serif;
	color: #3b3b3b;
}


a:link {
	color: #676767;
	text-decoration: none;
}

a:visited {
	color: #676767;
	text-decoration: none;	
}

a:hover {
	color: #a58c18;
	text-decoration: none;
}

a:active {
	color: #a58c18;
	text-decoration: none;	
}


.businessCards {
	padding: 30px;
}

div.footer {
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size:.8em;
	text-align:center;
	color: #3b3b3b;
	clear:both;
	width: 896px;
	margin: auto;
	margin-top: 10px;
}

div.zoomFull {
	margin: auto;
	margin-top: 20px;
	border: solid 2px #ccc;
	text-align:center;
	padding-top: 30px;
}

div.zoomFull img {
	clear:both;
	display:block;
	margin:auto;
	margin-bottom:20px;
}