* {
	margin:0;
	font-family:Georgia, serif;
}

body {
	background:url('paper2.jpg') top ;
	background-attachment: fixed;
	text-align: center;
}
	
	
/* Fonts */

p {
	
	font-size:0.85em;
	padding-top:10px;
	color:#363636;
}


h1.slogan {
	font-size:3.2em;
	color:#545b3c;
	font-weight:lighter;
	padding-top:0px;
	padding-bottom:20px;
	padding-left:0;
}
	
h2 {
	font-size:1.5em;
	font-weight:lighter;
	border-bottom:dotted 1px #cccccc;
	padding-bottom:3px;
	margin-bottom:7px;
}

h3 {
	font-size:1.0em;
	font-weight:lighter;
	padding-bottom:5px;
}
	
strong {
	font-style:oblique;
}

p {
	line-height:22px;
}
	
/* Links  */

a:link {
	font-style:oblique;
	text-decoration:underline;
	color:#363636;
}

a:visited {
	font-style:oblique;
	text-decoration:underline;
	color:#141414;
}

a:hover {
	text-decoration:none;
}
	
	
#header {
	margin-top:30px;
	height:80px;
	border-bottom:solid 1px #cccccc;
}

#header img {
	float:left;
	border:none;
}

#navbar {
	height:50px;
	width:350px; 
	float:right;
}	
	
#navbar ul li{
	display:inline;
	padding:10px;
}

#navbar a:link{
	text-decoration:none;
	color:#333;
	font-size:0.8em;
}

#navbar a:hover{
	text-decoration:none;
	border-bottom:dotted 1px #000;
}

#navbar a:visited{
	text-decoration:none;
	color:#000;
	font-size:0.8em;
}
	
#workimage {
	padding-top:40px;
	float:left;
	width:500px;
	padding-bottom:30px;
}

#workimage img {
	border:solid 2px #cccccc;
	margin:0 auto;
}

#worktext {
	float:left;
	width:450px;
	padding-top:30px;
	padding-bottom:30px;
}

.portfolioimage {
	padding-top:40px;
	float:left;
	width:450px;
	padding-bottom:30px;
}

.portfolioimage img {
	border:solid 2px #cccccc;
	text-align:center;
	display:block;
	margin:0 auto;
}

.portfoliotext {
	float:left;
	width:480px;
	padding-top:30px;
	padding-bottom:30px;
	margin-left:10px;
}

#homemain {
	float:left;
	width:960px;
	margin-top:30px;
	padding-bottom:30px;
}

#about {
	float:left;
	width:600px;
}

#about ul {
	list-style-type:none;
	margin:10px;
}

#about ul li {
	font-size:0.8em;
	color:#666;
}

#about h2 {
	margin-top:10px;
}

#image {
	float:left;
	margin-left:30px;
}

/* Footer */

#footer {
	float:left;
	margin-top:50px;
	padding-top:10px;
	border-top:solid 1px #cccccc;
	width:960px;
}

#footer img {
	border:none;
}

#friends-validation {
	float:right;
	width:400px;
}

p.validation {
	color:#cccccc;
	font-size:0.6em;
}
/*Wrapper */

#wrapper {
	margin:0 auto;
	width:960px;
	text-align: left;
}


/* Contact Form */

input {
	padding:10px;
	margin:5px;
}

textarea {
	padding:10px;
	margin:5px;
}

label {
	margin-right:40px;
	margin-top:20px;
	width:50px;
	float:left;
}


.clear {
	clear:both;
}

hr {
	color:#cccccc;
	border-top:solid 1px #cccccc;
}

