body {
    margin: 0;
    padding: 0;
    color: #444;
    font-family: georgia, "Times New Roman", times, serif;
    background: #fff url(../images/bgbody.gif) repeat-y 70% 0%;
    font-size: x-small; /* IE5 Win */
    voice-family: "\"}\""; 
    voice-family: inherit;
    font-size: small;
}

html>body { /* be nice to Opera */
    font-size: small;
}

h1, h2, h3, h4, h5, h6  {
    background: transparent;
    color: #666;
}
    
h1 {
    margin:30px 0 15px 0;
    color: #036;
    font-size: 150%;
    font-weight: normal;
/*	letter-spacing: 1px;*/
}

h2 {
    margin:20px 0 5px 0;
    font-size: 105%;
    font-weight: bold;
}

h3 {
    margin:5px 0 5px 0;
    font-size: 100%;
    font-weight: bold;
}

h4 {
    margin: 0;
    font-size: 95%;
    font-weight: normal;
    color:#fff;
    background-color: #555;
    font-variant : small-caps;
}


p, ul, ol {
    margin: 10px 0 10px 0;
    line-height: 1.5em; 
}

a:link {
    color: #06c;
    text-decoration: none;
}
a:visited {
    color: #06c;
    text-decoration: none;
}
a:hover {
    color: #069;
    text-decoration: none;
}

blockquote {
	color: #777;
	font-family: 105%;
    margin: 0 20px 20px 20px;
	padding: 0;
}

pre {
    margin: 20px 30px;
    padding: 10px;
    border-color: #f7f7f7;
    border: 1px 0 solid;
    color: #ddd;
    background-color: #333;
	overflow: auto;
}

pre p {
    line-height: 0.8em !important;
}

pre, code {
  	font-family: 'Courier New', 'Terminal', monospace;
}

code {
    background-color: #eee;
	overflow: auto;	
}

img {
    border: 0;
}

#maincontent p,
#maincontent ol,
#maincontent ul,
#maincontent blockquote,
#maincontent form,
#maincontent table,
#maincontent h1,
#maincontent h2{
    padding-left: 30px;
    padding-right: 30px;
}

#maincontent h1 a{
    color: #036;
}

#maincontent p{
    line-height: 1.7em; 
}

#footer p {
    color: #ccc;
    font-size: 88%;
    text-align: center;
}

#footer a:link,
#footer a:visited,
#footer a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

#intro {
    padding: 15px 30px 4px 30px;
    margin-bottom: 15px;
    background-color: #f6f6f6;/*#E0F0F8;#D5D9C8;*/
    border: 1px solid #ddd;
    border-width: 1px 0;
}

#intro h1 {
    display: inline;
    padding: 2px 4px 2px 4px;
    background-color: #fff;
}

#intro p{
    padding: 5px 0 0 0;
}

#maincontent ul {
    list-style-type: none;
    /*list-style-position: inside;
    list-style-image: url(../images/bullet2.gif);*/
}
#maincontent ul li{
    border-bottom: 1px dotted #ccc;
}


#subcontent p {
    color: #666;
    font-size: 85 %;
}

#subcontent a:link{
    color: #069;
}
#subcontent a:visited {
    color: #069;
}
#subcontent a:hover {
    border-bottom: 0px;
}
#subheader p {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    /*font-weight: bold;*/
    font-size: 11px;
    margin: 0 10px 3px 10px;
    padding: 32px 10px 0px 10px;
    text-align: right;
    color:#ccc;
}
#subheader a:link,
#subheader a:visited,
#subheader a:hover  {
    padding: 5px 0px;
    color: #ccc;
    background: transparent;
    text-decoration: none;
}

#subheader a:hover  {
    border-bottom: 3px solid #ccc;
}

#navigation h1 {
    margin:0 0 5px 0;
    color: #333;
    font-size: 110%;
    font-weight: bold;
    /*font-family: georgia, "Times New Roman", times, serif;*/
    font-variant : small-caps;
}
#navigation h2 {
    margin:0 0 5px 0;
    font-size: 95%;
    color:#fff;
    background-color: #555;	
    font-weight: normal;
    font-variant : small-caps;
}
#navigation p{
    color: #777;
    margin: 15px 0;
}

#navigation a {
    color: #555;
    background: #eee;
}
#navigation a:hover {
    background: #ddd;
    color: #444;
}

#portfolioimage{
    padding: 30px 0 10px 0;
    text-align: center;
}

img.portfolio {
    padding: 19px;
    margin: 0 -9px;
    background-color: #fff;
    background: url("../images/port_img_bg.gif") no-repeat center center;
    
}
#portintroimage img.portfolio{
    padding: 19px 25px;
    margin: 0 -9px 0 0;
    background-color: #fff;
    background: url("../images/portintro_img_bg.gif") no-repeat center center;
}


p.date {
    margin: 0px 20px 5px 0;
    font-size: 85%;
    text-align: left;
    color: #999;
}
.date a {
    color: #999;
    border-bottom: 1px solid #ddd;
}
.date a:hover {
    border-bottom: 1px solid #f6f6f6;
    background: #f6f6f6;
    color: #666;
}

.comments {
    /*background: #f6f6f6;*/
    padding: 20px 0 0 0;
    /*border-bottom: 1px dotted #ddd;*/
}

.comment {
    padding-top: 10px;
    margin: 0;
    border-top: 1px dotted #ddd;
    /*background: #f6f6f6;*/
}

.comment p {
    /*font-family: verdana, geneva, arial, sans-serif;*/
    margin: 0px 20px 10px 0;
    line-height: 1.2em;
    /*font-size: 95%;*/
}

/*p.commentdate {
    margin: 0px 20px 30px 0;
    font-size: 85%;
    text-align: left;
    color: #999;
}
.commentdate a {
    color: #999;
    border-bottom: 1px solid #ccc;
}
.commentdate a:hover {
    border-bottom: 1px solid #f6f6f6;
    background: #999;
    color: #666;
}*/



ol {
    /*font-family: verdana, geneva, arial, sans-serif;*/
    /*font-size: 0.7em;*/
/*    margin: 0px 10px 10px 0;*/
    padding-left: 1em;
/*    text-indent: -1em;*/
    list-style-position: inside;
    line-height: 1.5em;
}



input{
    color: #000;
    font-size: 11px;
    font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
    line-height: 1em;
}


#sidebyside {   border: solid 1px #e6e6e6;
    padding: 0 0 20px 0;
    border: solid 1px #ddd;
    border-width: 1px 0;
    background: #f6f6f6;
}
#sidebyside span {
    display: block;
    margin: 0;
    /*background: #f6f6f6;*/
    padding: 2px 0;
    /*border: solid 1px #e6e6e6;
    border-width: 1px 0 0 0;*/
}
#sidebyside label {
    float:left;
    width:150px;
    margin-right:5px;
    padding-top:2px;
    text-align:right;
    font-weight:bold;
}

#sidebyside .submit {
    margin-left:154px;
    /*clear: left;*/
}

.ads {
    padding: 5px 20px 0px 20px;
    background-color: #eee;  
    border-bottom: 4px solid #54534E;
    text-align: center;
}