/* --- core elements --------------------------------------------------------------------------- */

html {
	height: 100%;
}
body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
	font-size: 15px;
	text-align: left;
	line-height: 1.5em;
	background-color: #000;
	color: #C1C1C1;
	background-attachment: fixed;
	background-image: url(../../graphics/bg_black.jpg);
	background-repeat: repeat;
}
td {
	background: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 1em;
	margin-top: 0em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#services-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFF00;
	letter-spacing: 0.12em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#img-sample {
	float:right;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* --- global navigation --------------------------------------------------------------------------- */

#main-nav {
	color: #C1C1C1;
}
#main-nav a {
	text-decoration: none;
	color: #C1C1C1;

}
a {
	color: #FFFFFF;
}
#main-nav a:hover {
	text-decoration: none;
	color: #FFFF00;
}
/* --- header mini-navigation --------------------------------------------------------------------------- */
#mini-nav {
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #FFFF00;
}
#mini-nav a {
	text-decoration: none;
	color: #FFFFFF;
}
#mini-nav a:hover {
	text-decoration: none;
	color: #FFFF00;
}

/* --- footer text and navigation --------------------------------------------------------------------------- */
#footer {
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFF00;
}
/* --- blog pages --------------------------------------------------------------------------- */
#blogtitle h3 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#blogtitle a {
	text-decoration: underline;
	color: #FFFFFF;
}
#blogtitle a:hover {
	text-decoration: none;
	color: #FFFF00;
}
