/* Formatting */

body {
/* background: #504040 url("images/bg01.png") top left no-repeat; */
background: #403f3c;
margin: 0px;
padding: 0px;
}

#container {
width: 1000px;
padding:0px;
}

#main {
width: 950px;
margin: 50px 0px 0px 40px;
padding: 0px;
}

#iv {
float: left;
width: 160px;
padding: 0px 0px 0px 0px;
text-align: left;
}

#nav {
float: left;
width: 170px;
padding: 0px;
text-align: left;
padding: 8px 0px 0px 4px;
}

#content {
float: left;
width: 600px;
padding: 0px;
text-align: left;
}

#col {
float: left;
width: 280px;
padding: 0px 20px 0px 0px;
text-align: left;
}

#footer {
clear: both;
width: 900px;
width: 480px !important;
margin: 0px 0px 0px 370px;
padding: 50px 0px 50px 0px;
text-align: left;
}

/* Html */

body, p, h1, h2, h3, h4, ul, li {
font-family: Georgia, Georgia, serif;
color: #999999;
margin: 0px;
padding: 0px;
}

p {
font-weight: normal;
font-size: 11pt;
}

h2 {
font-weight: normal;
font-size: 28pt;
padding: 0px 0px 10px 0px;
}

h3 {
font-weight: normal;
font-size: 20pt;
padding: 0px 0px 10px 0px;
}

h4 {
font-weight: normal;
font-size: 16pt;
padding: 10px 0px 10px 0px;
}

ul {
font-size: 10pt;
padding: 0px;
}

li {
margin-bottom: 5px;
color: #dddddd;
list-style-image: url(images/dash01.gif);
}

a:link {
color: #ffffff;
text-decoration: none;
}

a:visited {
color: #ffffff;
text-decoration: none;
}

a:hover {
color: #ffcc33;
text-decoration: none;
}

/* Classes */


#footer p {
font-size: 8pt;
}

.navmain {
font-weight: normal;
padding: 2px 0px 0px 0px;
font-size: 14pt;
}

.text {
font-weight: normal;
font-size: 10pt;
color: #dddddd;
padding: 10px 0px 0px 0px;
line-height: 140%
}

.desc {
font-weight: normal;
font-size: 9pt;
padding: 4px 0px 0px 0px;
line-height: 130%
}

.navpfolio {
font-weight: normal;
font-size: 9pt;
padding: 4px 0px 0px 0px;
}

.navpfolio  a:visited {
color: #cccccc;
text-decoration:  line-through;
}

.navpfolio  a:hover {
color: #ffcc33;
text-decoration: none;
}

.inlink {
text-decoration: underline;
}

.inlink  a:visited {
text-decoration:  line-through;
}

.inlink  a:hover {
color: #ffcc33;
text-decoration: none;
}

.navpimg img {
border: none;
padding: 4px 0px 0px 0px;
}

.opacityit img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacityit:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}
