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

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #0CF;
	background-color: #333;
}

a:link {
	text-decoration: none;
	color: #0cf;
}

a:visited {
	text-decoration: none;
	color: #ocf;
}

a:hover {
	color: #FFF;
}


h1 {
	
	font-size: 20px;
	font-variant: normal;
	text-transform: lowercase;
	display: inline;
}

h2 {
	position: relative;
	font-size: 13px;
	text-transform: lowercase;
}

p {
	text-indent: 2em;
}
#mainframe {
	width: 600px;
	margin: 0 auto;
}


#headline {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: auto;
	padding: 0.75em;
	padding-bottom: 1em;
	color: #FFF;
		}

#top {
	padding-top: 40px;
}
.navigation {
	float: left;
	position: relative;
	padding-left: 20px;
	height: 30px;
	margin-bottom: .5em;
	margin-top: 3em;
	width: 900px;
}
	
/*start clientlist style*/

#clientlist {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0cf;
}

.projectName {
	text-align: center;
	font-weight: bolder;
	display: block;
	padding-bottom: 1.5em;
	padding-top: .75em;

}
.project {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #0cf;
	border-right-color: #0cf;
	border-bottom-color: #0cf;
	border-left-color: #0cf;
}

.descript {
	text-align: left;
	width: 25em;
	color: #0cf;
	text-indent: 0px;
	font-size: 14px;
	padding-bottom: 0.5em;
	padding-left: .25em;
}
.image {
	padding-bottom: 2.5em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: .5px;
}



#clientlist ul li {
	list-style-type: none;
	display: inline;
}
#clientlist {
	border: .01em dotted #45387;
}



.other {
	text-indent: 0px;
	padding-top: 1em;
	padding-bottom: 0.25em;
	font-style: italic;
	width: 25em;
	color: #0cf;
}


#footer {
	font-style: oblique;
	font-size: 12px;
	color: #0cf;
	position: relative;
	margin-right: auto;
	cursor: default;
	clear: both;
	width: 600px;
	margin-left: auto;
	text-transform: lowercase;
	padding-top: 20px;
	text-align: center;
	}
