@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #281b24;
	font-size:16pt;
	text-align: right;
	padding-right: 40px;
	padding-top: 60px;
	}
	
p {
	color: #281b24;
	font-family: arial;
	font-size: 16px;
	line-height: 1.5em;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 35px;
}

#header a img {
	border: none;
	position: absolute;
}
#wrapper {
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	background-position: 26px 43px;
}


#header {
	height: 50px;
	width: 980px;
	
}
#header ul {
	list-style-type: none;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 45px;
}
#header ul li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}

#header ul li a {
	color: #c04e12;
	text-decoration: none;
}
#header a:hover {
	font-weight: bold;
	font-size: larger;
	} 


#web #header ul li.web a {
	font-weight: bold;
	font-size: larger;}
	
#art #header ul li.art a {
	font-weight: bold;
	font-size: larger;
	}
#graphics #header ul li.graphics a {
	font-weight: bold;
	font-size: larger;
	}
#contact #header ul li.contact a {
	font-weight: bold;
	font-size: larger;
	}
	
#blog #header ul li.blog a {
	font-weight: bold;
	font-size: larger;
	}

#border {
	border: 5px solid #254907;
	height: 660px;
	width: 910px;
	margin-right: 35px;
	margin-left: 35px;
	background-color: #FFF;
}
#border .tagline {
	float: right;
	padding-right: 25px;
}
#border #content {
	height: 400px;
	width: 900px;
	margin-top: 10px
	
}
.main.content {
	float: left;
	height: 375px;
	width: 475px;
}
.main.content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: none;
	color: #281b24;
}

.main.content ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: none;
	color: #281b24;
}
.main.content p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: none;
	color: #281b24;
	
}
.graphic.content {
	height: 375px;
	width: 400px;
	float: right;
}
.graphic.design {
	height: 375px;
	width: 400px;
	float: right;
}
.web.content {
	height: 375px;
	width: 400px;
	float: right;
}
.graphic.content p {
	font-size: 12px;
	text-align: center;
}

.graphic.content img {
	border-width: medium;
	border-style: solid;
	color:  #254907;
	margin-top: 30px;
}
.graphic.design img {
	border-width: medium;
	border-style: solid;
	color:  #254907;
	margin-top: 30px;
	margin-right: 30px;
	float: right;
}
.web.content img {
	margin-top: 30px;
	border: medium solid #333;
}
fieldset {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	border: none;
	
}
legend {
	font-weight: bold;
	padding-bottom: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.form {
	height: 375px;
	width: 375px;
	float: right;
	background-color: #c04e12;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	border: 2px solid #281b24;
}
label {
	display: block;
}
input {
	width: 300px
}
textarea {
	width: 300px;
	height: 100px;
}
button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	background-color: #FFF;
}

.clear {
	clear: both;
}
#footer {
	text-align: center;
	height: 50px;
	width: 980px;
	
}
#footer ul .first {
	border: none;
}
#footer ul {
	list-style-type: none;
	padding-top: 10px;
	}
#footer ul li {
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	border-left-width: thin;
	border-left-style: solid;
	text-align: center;
	border-left-color: #84945d;
	color: #84945d;
}

#footer ul li a {
	color: #84945d;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	} 
#contact #wrapper #border #content .main.content a img {
	padding: 5px;
	border: none;
}

