/* CSS Document */

	/* BODY/DESIGN ELEMENTS */

body {
	font-family: georgia, trebuchet ms, arial, helvetica, sans-serif;
	font-size: 88%;
	color: black;
	background-color: #0a0543;
	margin: 0;
	padding: 0;
}

#wrapper {
	border: none;
	width: 720px;
	margin: -1px auto;
}

#navigation {
	float: left;
	width: 130px;
	height: 633px;
	text-align: left;
	background-color: #0a0543;
	background: url(img/nav_bg.gif);
	border: 3px double #666590;
	border-top: none;

}

#content {
	float: left;
	width: 570px;
	height: 633px;
	background-color: #ffffff;
	text-align: left;
	border: 3px double #6d68a3;
	border-left: none;
	border-top: none;
	
	
}

#bizcard {
	border: 1px solid #8c8aa9;
	background-color: #efeef6;
	width: 372px;
	margin: 0 auto;
}

.imghome {
	border: 3px double #8c8aa9;
	margin: 4px;
	margin-left: 5px;
	margin-right: 85px;
}
.img {
	border: 3px double #8c8aa9;
	margin: 4px;
}
.navlinks {
	text-decoration: none;
}
a.navlinks:hover {
	text-decoration: none;
}
div.container {
  border: 1px solid #8c8aa9;
  background-color: #efeef6;
  padding: 5px;
  color: #0a0543;
}
div.spacer {
  clear: both;
}
div.float {
  float: left;
  margin: 6px;
  text-align: center;
  border: 3px double #8c8aa9;
}
div.float:hover {
	background: #fff;
	text-decoration: none;
}
div.float p {
   text-align: center;
   text-indent: 0;
   margin: 0;
   margin-top: 4px;
   line-height: 12px;
}
.nodec {
	text-decoration: none;
}
.nodec:hover {
	text-decoration: none;
}
	/* TITLES/MAIN TEXT */

h1 {
		/* for general headlines */
	background-color: #efeef6;
	margin-top: 4px;
	margin-bottom: 4px;
	border: none;
	border-top: 3px double #8c8aa9;
	border-bottom: 1px solid #8c8aa9;
	padding-left: 27px;
	margin-left: 0px;
}
h2 {
	background-color: #9695ac;
	color: #2a2560;
	font-family: Tahoma, Helvetica;
	font-size: 0.9em;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #706e95;
	border-right: none;
	letter-spacing: 1px;
	margin-left: 31px;
	padding-left: 3px;
}

	/* for navbar headings */
h3 {
	background-color: #0a0543;
	color: #e5e4ef;
	font-family: Tahoma, Helvetica;
	font-size: 1.3em;
	margin-top: 4px;
	margin-bottom: 4px;
	border: none;
	border-bottom: 3px double #666590;
	border-top: 3px double #666590;
	letter-spacing: 1px;
	padding-left: 27px;
	margin-left: 0px;
}
	

	/* GENERAL TAG SETTINGS */

p {
	line-height: 1.5em;
	text-indent: 2em;
	margin: 1px 4px;
}
strong {
	color: #666590;
	font-weight: bold;
	margin: 0 0;
}
table {
	border: 0;
}
a{
	text-decoration: none;
	color: #666590;
}
a:hover{
	text-decoration: underline;
}


	/* CLASS CATEGORIES */
	
img {
	border: 0;
}
