body {
	font-size: 12px;
	font-family: Helvetica, Verdana, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

a:link {
	color: #f18990;
	text-decoration: none;
}
a:visited {
	color: #f18990;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #7e7e7e;
}
a:active {
	text-decoration: none;
}

div.photo img {
	margin-bottom: 1px;
	display: block;
	margin-top: 1px;
        border: 1px solid #ccc;
	padding: 2px;
}

div.photo2 img {
	margin-bottom: 5px;
	display: block;
	margin-top: 5px;
        border: 3px solid #fff;
	padding: .5px;
}

div.photo a img {
	padding: 1px;
        border: 1px solid #ccc;
}

div.photo a img:hover {
	padding: 1px;
        border: 1px solid #f18990;
}

-----------------------
#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

.container {
    padding: 5px 5px 25px 5px;
}

#title {
	position: absolute;
	left: 0em;
	top: 0em;
}

#bg1 {
	position: absolute;
	left: 1.5em;
	top: 17em;
}

#bg2 {
	position: absolute;
	left: 2.5em;
	top: 54em;
}


#side1 {
	position: absolute;
	left: 8.7em;
	top: 20em;
}

#side2 {
	position: absolute;
	left: 4.6em;
	top: 20em;
}

#side3 {
	position: absolute;
	top: 20em;
	left: 4.6em;
}
#side4 {
	position: absolute;
	top: 20em;
	left: 8.7em;
}


#contact {
	position: absolute;
	left: 5em;
	top: 56em;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }


-------------------------

#jFlowSlide{ 
	font-family: Helvetica, Verdana, sans-serif; 
}
#myController { 
	font-family: Helvetica, Verdana, sans-serif; 
	padding:2px 45px;  width:100px; 
	position: absolute;
	left: 5em;
	top: 49em;
}
#myController span.jFlowSelected { 
	margin-right:0px; 
}

.slide-wrapper { 
	padding: 0px; 
}
.slide-details { 
	width:40px; 
	float:left; 
	margin-left:0px; 
}
.slide-details .description { 
	margin-top:10px; 
}

.jFlowControl, .jFlowPrev, .jFlowNext { 
	color:#000; 
	cursor:pointer; 
	padding-left:5px; 
	padding-right:5px; 
	padding-top:2px; 
	padding-bottom:2px; 
}
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { 
	background: #fff; 
}

.jflow-content-slider
{	position: absolute;
	left: 4.5em;
	top: 19em;
}
