body {
	background-image: url(../images/background3.png);
	background-repeat: repeat;
	font-family: Baskerville;
	font-size: 12px;
	margin: 0 auto;
	color: #333333;
}

#main {
	background-repeat:no-repeat;
	min-height:500px;
}

#container {
	width: 860px;
	height: auto;
	margin: 0 auto;

}

#topdivide {
background-color: #404040;
height: 5px;
}

/*#header {
	width: 860px;
	height: 112px;	
	font-size: 3.82em;
	margin-top:-50px;
	margin-bottom: 3px;
}*/

#header {
	width: 860px;
	height: 112px;	
background-image: url(../images/header.png);
}

.h1header {
display: none;
}


#nav {
	width: 860px;
	font-size: 16px;
	font-weight: bold;
}

.nav {
	list-style: none;
	position: relative;
	right: 40px;
}

.nav li {
	display: inline;
	margin-right: 15px;
	text-decoration: none;
	color: #333333;
}

.nav li a {
	display: inline;
	text-decoration: none;
	color: #333333;
}

.nav li a:hover {
	display: inline;
	color: #000000;
	text-decoration: overline;
}


#intro {
	width: 860px;
	height: auto;
	font-size:1.13em;
	line-height: 2em;
}

.h2featured {
	font-size: 20px;
	margin-bottom: 10px;
}

.me {
margin-top: 18px;
}

.divide {
border-bottom: dotted 1px #999999;
width: 860px;
}

.divide-featured {
border-bottom: dotted 1px #999999;
width: 420px;
margin-bottom: 15px;
}

#work {
	width: 860px;
	height: auto;
	font-size: 14px;
}

.portfolio-image {
	width: 410px;
	margin-bottom: 20px;
	height: 210px;
	border: solid 5px;
	border-color: #404040;
}

.portfolio-image2 {
width: 200px;
height: 200px;
border: none;
}

.portfolio-image3 {
width: 200px;
height: 200px;
border: none;
}



.portfolio-work {
width: 200px;
height: 200px;
margin-left: 6.5px;
float: left;
margin-bottom: 18px;
margin-top: 18px;
border: solid 5px;
border-color: #404040;
}

.portfolio-work-left {
width: 200px;
height: 200px;
float: left;
margin-bottom: 18px;
margin-top: 18px;
	border: solid 5px;
	border-color: #404040;
}

.portfolio-work2 {
width: 200px;
height: 200px;
margin-left: 6.5px;
float: left;
margin-bottom: 18px;
margin-top: 18px;
border: solid 5px;
border-color: #404040;
}

.portfolio-work-left2 {
width: 200px;
height: 200px;
float: left;
margin-bottom: 18px;
margin-top: 18px;
	border: solid 5px;
	border-color: #404040;
}


#work-column1 {
	width: 420px;
	float: left;
}

#work-column2 {
	width: 420px;
	float: right;
}

#work-column2 {
	width: 420px;
	float: right;
}

.portfolio-work-image {
	margin-top: 18px;
		border: solid 5px;
	border-color: #404040;
	
	
}

.about-info {
font-size: 18px;
}

#touch {
	width: 860px;
	height: auto;
	background-color: blue;
	margin-bottom: 15px;
}

#social {
	width:420px;
	float: left;	
	height: auto;
	
}

.social-icons {
width: 210px;
height: 65px;
background-color: blue;
margin-top: 10px;
}



#flickr
{
float:right;
width:420px;
margin-bottom:25px;
}



#flickr a img {
border:5px solid #404040;
float:left;
height:90px;
width:90px;
margin:0px 5px 5px 0px;
}


#twitter-link {
font-size: 30px;
color: #333333;
text-decoration: none;
font-style: italic;
}



#twitter_update_list {
width: 420px;
font-size: 30px;
font-style: italic;
list-style-type: none;
margin-top:-6px;
position: relative;
right: 40px;
}

#twitter_update_list li a {
color: gray;
text-decoration: none;
}

#twitter_update_list li a:hover {
color: #333333;
text-decoration: underline;
}

.hireme {
font-size: 40px;
font-style: italic;
color: #333333;
}

#footer {
width: 860px;
height: 50px;
border-top: dotted 1px #cccccc;
margin: 0 auto;
}

#feedback {
margin-top: 18px;
}

form p {
    margin: 0 0 15px 0;
}



fieldset {
    border: none;
}

label {
	font-size: 18px;
    color: #333333;
    display: block;
}

#comments {
width: 400px;
padding:10px;
border: 1px solid #999999;
font-family: Baskerville;
font-size: 18px;


}

.input {
border: 1px solid #999999;
font-family: Baskerville;
font-size: 18px;
width:400px;
height: 25px;
padding: 10px;
}

.button {
border: 1px solid #999999;
font-family: Baskerville;
font-size: 18px;
width:420px;
height: 45px;
padding: 10px;
}

.contact-para {
text-align: justify;
width: 420px;
font-size: 18px;
}

.followme-twitter {
border: none;
}

/* jQuery lightBox plugin - Gallery style */
#work-column1 ul { list-style: none; }
#work-column1 ul li { display: inline; }
#work-column1 ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#work-column1 ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#work-column1 ul a:hover { color: #fff; }



