@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg-tile.jpg);
	background-repeat: repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
p {
	margin: 0px;
	line-height: 18px;
}

#header-wrapper {
	height: 175px;
	width: 100%;
}
#content-wrapper {
	background-color: #4d3740;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8E6676;
	border-bottom-color: #8E6676;
}
#footer-wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
}
#header-wrapper #header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 175px;
}
#content-wrapper #navigation {
	height: 40px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#content-wrapper #banner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content-wrapper #content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
	margin-bottom: 18px;
}
#banner img {
	border: 1px solid #d2ccce;
}
#nav-menu ul
{
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 180px;
} 

#nav-menu li
{
	float: left;
	margin-top: 12px;
	margin-bottom: 0;
	margin-left: 12px;
} 

#nav-menu a:link, #nav-menu a:visited {
	font-family: arial, helvettica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#nav-menu a:active, #nav-menu a:hover {
	font-family: arial, helvettica, sans-serif;
	font-size: 13px;
	color: #FF0066;
	font-weight: bold;
	text-decoration: none;
}
#right-aligned-img {
	float: right;
	border: 1px solid #d2ccce;
	margin-left: 20px;
}
#left-aligned-img {
	float: left;
	border: 1px solid #d2ccce;
	margin-right: 20px;
}
#home-img {
	float: right;
}
#standard-img {
	border: 1px solid #d2ccce;
}



a.page:link, a.page:visited {
	color: #FF3366;
	text-decoration: underline;
}
a.page:active, a.page:hover {
	color: #FF3366;
	text-decoration: none;
}
a.white:link, a.white:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:active, a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}



#content-wrapper #content #left-content {
	width: 700px;
	float: left;
	margin-left: 18px;
}
#content-wrapper #content #left-content2 {
	width: 660px;
	float: left;
	margin-left: 18px;
}


#content-wrapper #content #right-content {
	float: right;
	width: 190px;
	margin-right: 18px;
	text-align: right;
	position: relative;
}
#right-content .fbook {
	position: absolute;
	left: 116px;
	top: 182px;
	width: 79px;
	height: 20px;
}
#right-content .fb2 {
	position: absolute;
	left: 90px;
	top: 182px;
}


#content-wrapper #content #right-content-testim {
	float: right;
	width: 182px;
	margin-right: 18px;
	text-align: right;
	padding: 12px;
	background-image: url(../images/bg-tile.jpg);
	background-repeat: repeat;
}
#testimonial-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}

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

h1 {
	font-family: arial, helvettica, sans-serif;
	font-size: 16px;
	color: #ff3366;
	margin: 0px;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff3366;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff3366;
}
.scroller {
	height: 400px;
	width: 640px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding: 8px;
	

}
#logo {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	top: 35px;
}
#tagline {
	position:absolute;
	width:369px;
	height:99px;
	z-index:2;
	top: 19px;
	left: 584px;
}
#copyright {
	position:absolute;
	width:941px;
	height:25px;
	z-index:2;
	top: 639px;
	text-align: right;
	left: 172px;
}
#dark-text {
	margin: 0px;
	line-height: 18px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

