* { 
    margin: 0; 
} 
html, body { 
    height: 100%; 
} 

#jFlowSlide{
border:100px solid #F00;

}

#myController2 {height:10px;}

#myController span.jFlowSelected {
background:#F00;
}


.jFlowPrev, .jFlowNext{
cursor:pointer;
}

#myController2 ul,li{
color:#FFF;
background:#000;
cursor:pointer;
font-family:arial;
font-size:14px;
padding:10px 15px 6px 10px;
float:right;
list-style-type:none;
margin-top:26px;
}

#myController2 li a:visited{
color:#fff;
text-decoration:none;
}

#myController2 li a{
color:#fff;
text-decoration:none;outline: none;
}

#myController2 li a:hover{
color:#fdb820;
text-decoration:none;
}

#myController2 li.jFlowSelected2 {
background:#666666;
}

#myController2 span a:visited{
color:#fff;
text-decoration:none;
}

#myController2 span a{
color:#fff;
text-decoration:none;
}

#myController2 span a:hover{
color:#fdb820;
text-decoration:none;
}

#myController2 span.jFlowSelected2 {
background:#666666;
}

.jFlowPrev2, .jFlowNext2{
cursor:pointer;
}


#header{
width:100%;
background-color:#000;
}

#header img{
padding:10px ;display:block;

}

#content{
padding:70px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}


#content h1{
font-size:40px;
font-weight:bold;
color:#666666;
padding-left:0px;
padding-bottom:30px;
line-height:50px;
}

#content h2{
font-size:40px;
font-weight:bold;
color:#666666;
padding-left:30px;
padding-bottom:30px;
line-height:30px;
}

#content h3{
font-size:30px;
font-weight:bold;
color:#666666;
padding-left:30px;
padding-top:30px;
line-height:30px;
}

#content p{
padding-left:30px;
padding-right:120px;
font-size:24px;
color:#999999;
line-height:30px;
margin-top:20px;
}



#content p.test{
padding-left:30px;
padding-right:120px;
font-size:20px;
color:#999999;
line-height:30px;
margin-top:20px;
}


#footer {
	min-width:770px;
	width: 100%;
	position: fixed;
	z-index: 5;
	bottom: 0px;
	background-color:#666666;
}

#footer p{
padding:20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:14px;
color:#fff;
}

table {
width:800px;
}

td {
padding:1px;
padding-left:50px;
padding-top:20px;
font-size:14px;
color:#999999;
line-height:20px;
margin-top:20px;
align:top;
}

a{
color:#fdb820;
text-decoration:none;
}

a:hover{
color:#6292d4;
text-decoration:none;
}

