body {
	background-color: #400029;
	background-image: url(img/bg-tile.jpg);
	background-repeat: repeat;
}
a{
	color: #FFD79B;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	font-weight: normal;
	text-decoration: underline;
}
img {
	border: none;
}
#main {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ffffff;
	padding: 10px;
	background-color: #400029;
}
#header {
	width: 750px;
	height: 50px;
	background-image: url(img/header.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
.logo {
	float: left;
	width: 233px;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #ffffff;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	width: 720px;
	padding-bottom: 3px;
}
.menu a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#flashcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	height: 540px;
}
#flashAltInner {
	padding-top: 900px;
	text-align: left;
}
#flashgallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	height: 435px;
	width: 725px;
	z-index: 0;
	overflow: hidden;
	margin-bottom: 32px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
#testimonials {
	height: 450px;
	width: 440px;
	color: #CCCCCC;
	margin-left: 280px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	border: 1px solid #FFFFFF;
}
#about {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	border: 1px solid #FFFFFF;
	margin-left: 245px;
	z-index: 0;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
}

.footer {
	width: 725px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #ffffff;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	z-index: 1;
}
.sidebar {
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	width: 310px;
	z-index: 1;
	top: 140px;
	height: 35px;
	position: absolute;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 37px;
}
.side {
	width: 250px;
	top: 140px;
	height: 450px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 29px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;

}

.sideleft {
	width: 215px;
	top: 140px;
	height: 450px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 33px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
	float: left;

}

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
}

.paginationstyle{ /*Style for demo pagination divs*/
	width: 210px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	z-index: 1;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
	padding: 0 5px;
	text-decoration: none;
	border: 1px solid black;
	color: navy;
}

.paginationstyle a:hover, .paginationstyle a.selected{
	color: #000;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
	padding: 0;
	text-align: center;
	margin-right: 15px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.paginationstyle a.imglinks img{
	vertical-align: bottom;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.paginationstyle a.imglinks a:hover{
background: none;
}
.border{
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}
