@charset "utf-8";
/* CSS Document 
	(recode) Kreative Web Development*/
	
body {
	background-color: #191919;
}

#maincontent {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background-color: #191919;
	border-left: dashed thin #333333;
	border-right: dashed thin #333333;
}

#bodycontent {
	margin: 0 auto;
	width: 700px;
	font-family: Century Gothic; Verdana;
	font-size: small;
	color: #CCCCCC;
	text-align: justify;
	line-height: 150%;
}

#bodycontent p {
	padding-left: 10px;
}

#space {
	height: 700px;
}

/*index*/

.gray_link {
	color: white;
}

.gray_link a {
	text-decoration: none;
}

.gray_link a:link {
	color: white;
	text-decoration: none;
}

#gray_link a:visited {
	color: white;
}	

#slideshow {
	margin: 0 auto;
	width: 700px;
	padding: 25px 0 0 0;
}

#container {
	margin: 0 auto;
	width: 800px;
	height: 350px;
}

#welcome {
	float: left;
	width: 350px;
	font-family: Century Gothic, Verdana;
	font-size: small;
	color: #FFFFFF;
	line-height: 150%;
	padding: 0 0 0 25px;
	text-align: justify;
}

#welcome h3{
	border-bottom: solid thin #666666;
	text-align:center;
}

#testimonials {
	float: right;
	width: 325px;
	float: right;
	font-family: Century Gothic, Verdana;
	font-size: small;
	color: #FFFFFF;
	text-align: justify;
	padding: 0 25px 0 0 ;
}
#testimonials h3{
	border-bottom: solid thin #666666;
	text-align:center;
}


/*about*/


/*portfolio*/

#portfolio img {
	border: solid white thick;
	margin: 25px 0 0 0;
}

/*services*/

#servicestable {
	margin: 0 auto;
}

#servicestable th {
	width: 275;
	height: 20px;
}

#servicestable td {
	width: 200px;
	text-align: center;
}

.notice {
	font-size: smaller;
	color: #666666;
}

/*contact*/

#contactform {
	margin: 0 auto;
	width: 600px;
	font-size: medium;
}


/*navigation*/

#navigation ul {
    margin: 0;
    list-style-type: none;
    text-align: center;
	border-bottom: solid thin #333333;
	font-family: Century Gothic, Verdana;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	text-decoration: none;
}

#navigation a:link {
	color:#FFFFFF;
}

#navigation a:visited {
	color:#FFFFFF;
}

#navigation ul li a:hover {
	color:#333333;
}

#navigation a:active {
	color:#333333;
}

/*footer*/

#footer {
	position: relative;
	margin: 0 auto;
	width: 800px;
	color: #333333;
	font-family: Century Gothic;
	font-size: small;
	text-align: center;
}

#footer a {
	text-decoration: none;
}

#footer a:link {
	color: #333333;
}

#footer a:visited {
	color: #333333;
}
