body 
{
background-color: #FFFFFF;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 12px;
color: #666666;
line-height: 16px;
background-repeat: no-repeat;
}

p { 
margin-top: 0px;
margin-bottom: 12px;
}

.title{
font-size: 12px;
color: #222222;
}

td { }

img{
border: none;
}

a:link {color: #00B4F0; text-decoration: none}
a:visited {color: #00B4F0; text-decoration: none}
a:hover {color: #CCCCCC; text-decoration: none}
a:active {color: #CCCCCC;text-decoration: none}

.orange a:link {color: orange; text-decoration: none}
.orange a:visited{color: orange; text-decoration: none}
.orange a:hover{color: #CCCCCC; text-decoration: none}
.orange a:active{color: #CCCCCC;text-decoration: none}

a.rollover img {
filter:alpha(opacity=40); 
-moz-opacity: 0.4; 
opacity: 0.4;
}

a.rollover:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

#pagewidth{
width: 600px;
background-image: url(../images/background_white.png);
padding: 20px 20px 20px 20px;
margin-top: 40px;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
border-style: solid;
border-color: #999999;
border-width: 1px;
}

.intro {
height:500px;
}

.intro table{
margin-left: auto;
margin-right: auto;
padding-top: 120px;
}

#header{
height: 140px;
width: 100%;
position: relative;
padding: 0px 0px 0px 0px;
}

#wrapper{
}

#leftcol{
width: 175px;
height: 325px;
display: inline;
position: relative;
float: left;
padding: 0px 0px 0px 0px;
}

#maincol{
width: 390px;
display: inline;
position: relative;
float: right;
padding: 5px 0px 0px 0px;
border-top-style: solid;
border-top-color: #999999;
border-top-width: 1px;
}
.indent{
text-indent: 20px;
}

#linkbox{
padding: 5px 0px 5px 0px;
border-top-style: solid;
border-top-color: #999999;
border-top-width: 1px;
}

#cvbox{
position: relative;
padding: 5px 0px 10px 0px;
border-top-style: solid;
border-top-color: #999999;
border-top-width: 1px;
width: 390px;
}

#cvbox img{
margin: 5px 0px 5px 0px;
}

.more_button{
position: absolute;
bottom: 13px;
right: 12px;
height:12px;
width: 40px;
}
#sublink{
padding: 0px 0px 5px 10px;
line-height: 14px;
}

#sublink a:link {color: #666666; text-decoration: none}
#sublink a:visited {color: #666666; text-decoration: none}
#sublink a:hover {color: #00B4F0; text-decoration: none}
#sublink a:active {color: #00B4F0;text-decoration: none}

#footer{
height: 35px;
padding: 20px 0px 0px 0px;
}

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
 
.clearfix{display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
