* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 0px;
}

body {
	background-color: black;
}

#pagehead {
	padding: 20px 20px 0px 0px;
	color: white;
	text-align: right;
}

#logo {
	float: left;
}

#menu {
	color: white;
	float: left;
	clear: left;
	width: 150px;
	border-top: 1px solid #c7c7e2;
	font-size: 12px;
	font-weight: normal;
}

#menu p {
	border-bottom: 1px solid #c7c7e2;
	padding: 2px 5px 3px 5px;
	background-color: black;
}

#menu p.current {
	background-color: #c7c7e2;
	color: #555555;
	font-weight: bold;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	/*color: #c7c7e2;*/
	color: #7777ff;
}

#content {
	background-color: #c7c7e2;
	margin: 0px 20px 10px 150px;
	padding: 10px 10px 10px 10px;
	color: black;
	font-weight: bold;
}

#watermark {
	background: url(watermark.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	color: white;
	font-size: 12px;
	text-align: center;
	padding: 0px 10px 10px 10px;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#footer a:hover {
	color: red;
}

div.clear {
	clear: both;
}


/***************************************************
 * HEADINGS
 ***************************************************/

/* page titles */
h1 {
	font-family: serif;
	font-style: italic;
	font-size: 2.5em;
	font-weight: bold;
}

/* major page divisions */
h2 {
	font-family: serif;
	font-style: italic;
	font-size: 2em;
	font-weight: bold;
	margin: 30px 0px 20px 0px;
}

/* headings with large list to follow, such as "Selected Examples" */
h5 {
	font-family: serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.3em;
	color: #333333;
	margin: 12px 100px 12px 100px;
}

/* heading to be closely connected with a single paragraph of text */
h6 {
	color: #aa0000;
	font-size: 1em;
	margin: 12px 100px -10px 50px;
}


/***************************************************
 * BODY TEXT
 ***************************************************/

#content p {
	margin: 12px 100px 12px 50px;
	text-align: justify;
}


table.client-location td.left {
	font-weight: bold;
	text-align: left;
}

table.client-location td.right {
	font-weight: bold;
	text-align: right;
}

.example-work {
	margin: 0px 50px 40px 30px;
}

.example-work .client-location .left {
	font-style: italic;
}

.example-work .title {
	text-align: center;
	font-family: serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	margin: 3px 0px 3px 0px;
	color: #aa0000;
}

.example-work .subtitle {
	text-align: center;
	font-family: serif;
	font-weight: normal;
	font-style: italic;
	margin: 3px 0px 3px 0px;
	color: #aa0000;
}

.floatright {
	float: right;
	margin: 0px 0px 0px 10px;
}


/***************************************************
 * HOME PAGE
 ***************************************************/

#home-page a {
	color: #c7c7e2;
	font-weight: bold;
}


#home-center-block {
	position: absolute;
	left: 280px;
	top: 120px;
	width: 200px;
	text-align: center;
}

#home-slogan {
	color: white;
	font-style: italic;
	font-size: 2em;
	margin-bottom: 20px;
}

#home-center-block .link {
	margin-bottom: 10px;
}

#home-block-1 {
	position: absolute;
	text-align: center;
	left: 20px;
	top: 100px;
	width: 200px;
}

#home-block-2 {
	position: absolute;
	text-align: center;
	left: 50px;
	top: 300px;
	width: 200px;
}

#home-block-3 {
	position: absolute;
	text-align: center;
	left: 280px;
	top: 300px;
	width: 200px;
}

#home-block-4 {
	position: absolute;
	text-align: center;
	left: 520px;
	top: 300px;
	width: 200px;
}

#home-block-5 {
	position: absolute;
	text-align: center;
	left: 540px;
	top: 100px;
	width: 200px;
}
