body {
    background-color: #ffffff;
	background-image: url(../images/blog_background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	position: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: normal;
 	margin-top: 0px;
}



div#wrapper {
width: 1000px;
min-height: 1000px;
padding-top: 10px;
padding-left: 100px;
}


div#nav {
width: 200px;
margin: 0px;
text-align: left;
position: fixed;
padding-top: 40px;
float:left;
}


div#body {
width: 700px;
padding-top: 45px;
padding-right: 100px;
float: right;
}


div#footer {
width: 700px;
padding-top: 40px;
padding-bottom: 70px;
padding-right: 100px;
float: right;
}

div#image {
width: 700px;
float: right;
border:thick;
border-width:thick;
border-color:#FFFFFF;
padding: 20px;

}





h1 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 18px;
	font-weight: 100;
	word-spacing: 0px;
	color: #66cccc;
	line-height: 24px;
}


h2 {
     font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
	font-weight: lighter;
	word-spacing: 0px;
	color: #666666;
	font-style: italic;
}


h3 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight:bolder;
	color: #666666;
	letter-spacing: 0px;
	font-stretch: condensed;
}


.h3, a.h3:link {
    color: #666666; text-decoration: none; font-weight: bold;
	}
	
a.h3:visited {
    color: #666666; text-decoration: none; font-weight: bold; 
	}
	
a.h3:hover {
    color: #66cccc; text-decoration: none; font-weight: bold; 
	}
	
a.h3:active {
    color: #666666; text-decoration: none; font-weight: bold; 
	}



p {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px; font-weight: normal; word-spacing: 0px; padding-left: 0px; line-height:18px; letter-spacing: 0px; color: #666666; text-decoration: none;
}


.p, a.p:link {
    color: #666666; text-decoration: underline; font-weight: bold;
	}
	
a.p:visited {
    color: #666666; text-decoration: underline; font-weight: bold; 
	}
	
a.p:hover {
    color: #66cccc; text-decoration: underline; font-weight: bold; 
	}
	
a.p:active {
    color: #666666; text-decoration: underline; font-weight: bold; 
	}


li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px; font-weight: normal; word-spacing: 0px; padding-left: 0px; line-height:20px; letter-spacing: 0px; color: #666666; text-decoration: none;
}



.smallfield {
    margin-top: 0px;
    margin-bottom: 0px;
	color: #999999;
    font-size: 12px;
    line-height: 14px;
}


.image {
padding: 5px;
padding-right: 10px;
float:left;
border: 0px;
}


.hardright {
    margin-left: 0px;
    float: right;
}

.hardleft {
    margin-right: 0px;
    float: left;
}



