/* CSS Document */

body {
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
text-align: center;
background-position: center -30px;
background-color: #351D11;
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.style1 {
font-size: 15px;
color: #706642;
font-weight: 500;
}

.style2 {
font-size: 10px;
color: #706642;
}

a {
border: none;
text-decoration: none;
}

a:visited {
border: none;
text-decoration: none;
color: #706642;
}

#masthead {
width: 100%;
padding: 0px;
margin: 0px;
}

#wrap {
max-width: 700px;
height: 100%;
text-align: center;
float: center;
padding: 0px;
margin: 0 auto;
background-image: url(images/bgint.jpg);
background-repeat: repeat-y;
z-index: 1;
}

#header {
float: left;
text-align:center;
width: 700px;
padding: 0px;
margin: 0px;
background-image: url(images/index_02.jpg);
min-width: 700px;
min-height: 281px;
}

#links {
float: right;
display: block;
width: 700px;
padding: 0px;
margin: 0px;
height: 26px;
}

#main {
background-image: url(images/bgint.jpg);
width: 700px;
height: 100%;
padding: 0px;
float: left;
margin: 10px;
}

#recentpost {
width: 60%;
float:left;
text-align: left;
padding-top: 10px;
padding-left: 10px;
margin-top: 10px;
min-height: 150px;
border-bottom: 1px dotted #CCCCCC;
border-top: 1px dotted #CCCCCC;
}

#recentpostpage {
width: 100%;
float: right;
padding: 0px;
text-align: left;
min-height: 150px;
background-image: url(images/bgint.jpg);
}

#aboutme {
float:left;
width: 35%;
text-align: justify;
padding-top: 10px;
padding-left: 10px;
padding-right: 0px;
margin-top: 10px;
border-top: 1px dotted #CCCCCC;
border-bottom: 1px dotted #CCCCCC;
border-left: 1px dotted #CCCCCC;
min-height: 250px;
}

#portfolio {
float: left;
width: 95%;
text-align: center;
padding: 10px;
min-height: 10px;
border-top: 1px dotted #CCCCCC;
}

img {
border: none;
}

.date {
font-size: 10px;
color: #8b8989;
}
