/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	border-top-color: #FFFFFF;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #D4D0C8;
	text-align: center;
	margin-top: 8em;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

.page {
	/* Page width: */
	width: 80%;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
}

#logo_black {
	/* logo color 2: */
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
}

#contentbox {
	background-color: #FFFFFF;
	text-align: left;
	width: 71em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin-top: 0.3em;
	font-weight: bold;
}

#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#padding {
	padding: 1em;
}

#innerpageHome {
	/* Background image: */
	background-image: url(../images/backgroundHome.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	width: 67em;
	background-position: left top;
}

#innerpageServices {
	/* Background image: */
	background-image: url(../images/backgroundServices.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	width: 67em;
	background-position: left top;
}

#innerpageAboutUs {
	/* Background image: */
	background-image: url(../images/backgroundAboutUs.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	width: 67em;
	background-position: left top;
}
#innerpagePortfolio {
	/* Background image: */
	background-image: url(../images/backgroundPortfolio.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	width: 67em;
	background-position: left top;
}
#innerpageTestimonials {
	/* Background image: */
	background-image: url(../images/backgroundTestimonials.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	width: 67em;
	background-position: left top;
}
#innerpageContactUs {
	/* Background image: */
	background-image: url(../images/backgroundContactUs.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	width: 67em;
	background-position: left top;
}
/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #ffffff;
	filter: Alpha(opacity=70);
	opacity: .9;
	float: right;
	width: 30em;
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	font-weight: bold;
}

#content p {
	font-size: 0.9em;
}



/* heading */
#content h1 {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #000000;
}

/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}

/*
 Styles that apply to the 
 gallery area:
*/

#gallery {
	background-color: #ffffff;
	filter: Alpha(opacity=70);
	opacity: .9;
	float: right;
	width: 50em;
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#gallery p {
	font-size: 0.9em;
}

/* heading */
#gallery h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #000;
}

/* link colors */
#gallery a:link {
	color: #C2361D;
}

#gallery a:hover, #content a:active {
	color: #33201D;
}

#gallery a:visited {
	color: #892614;
}
