/**Default Styling**/

body {
	background:url(images/bg.gif);
	background-repeat:repeat-x;
	margin: 0;
	text-align: center;
	color: #2a2a2a;
	font-size: 0.75em;
}

a:link{
	color: #a999dc;
	text-decoration: none;
}
a:visited {
	color: #a999dc;
	text-decoration: none;
}

a:hover{
	color: #e73473;
}
a:active {
	color: #e73473;
}

img a:hover {
	border: none;
}

#buttons a:hover{
	border: none;
} 
a:active {
	border: none;
}

.magin {padding:5px;}
.company{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight:bold;
}

.slogan {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight:bold;
}

/**Controls Alignment**/

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}

/**Quick Navigation and Content Area**/

#left-nav {
	background: #FFF;
	vertical-align: top;
	height: 199px;
}

#content-area {
	background: #FFF;
}

.b4-content {
	background: url(images/b4content.gif);
}

.after-content {
	background: url(images/after-content.gif);
}
