@charset "utf-8";
/* CSS Document */

*:focus

{

outline: none;

outline-width: 0;

}


body {
	background-color: #29282D;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


p{
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	font-size:12px;
	line-height:1.8em;
	color:#CCCCCC;
	letter-spacing:2px;
	}

.main {
	width: 1280px;
	height: 890px;
	margin: 0 auto;

}
.main .header {
	background-image: url(images/FormasLLC_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 157px;
	width: 1280px;
}


.nav {
	margin: 0 auto;
	height: 31px;
	width:1040px;
}


.nav img
{
margin-left:-5px;
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}
img:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

.iframe {
	height: 900px;
	width: 1000px;
	z-index: -10;
	position: relative;
	margin:0 auto;
}

.frame {
	height: 900px;
	width: 1000px;
}


.line {
width:1280px;
height:1px;
top:774px;
position: absolute;
background-color:#929091;
	margin:0 auto;
	z-index: 50;
}

.copyright {
height:1px;
float:right;
text-align:right;
width:1220px;
top:778px;
position: absolute;
margin:0 auto;
z-index: 50;
font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
font-size:10px;
line-height:1.8em;
color:#CCCCCC;
letter-spacing:2px;
}

.footlink {
	float:left;
	text-align:left;
	width:400px;
	top:778px;
	margin:0 auto;
	z-index: 50;
	font-family: "‘Palatino Linotype’", "‘Book Antiqua’", Palatino, serif;
	font-size:13px;
	line-height:1.8em;
	color:#CCCCCC;
	letter-spacing:2px;
	text-decoration: none;
}


a:hover, a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}

a:link {
	text-decoration: none;
	color: #802efc;
	font-weight: bold;
	letter-spacing: 0.27em;
}

a:visited {
	text-decoration: none;
	color: #802efc;
	font-weight: bold;
	letter-spacing: 0.27em;
}
