/* DeCaro Studios CSS */

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

body {
	background-color:rgb(250,250,250);
	background-image:url(../images/bodyBg.gif);
	background-position:50% 50%;
	background-repeat:repeat-y;
	margin-bottom:20px;
	
	text-align:center;
}

#navigationArea {
	margin:0 auto;
	margin-top:15px;
	width:450px;
	
	text-align:left;
	font-size:12px;
	text-transform:lowercase;
}

#navigationArea ul {
	margin-left:45px;
	padding-bottom:5px;
	list-style-type:none;
}

#navigationArea li {
	display:inline;
	margin-right:20px;
}

#navigationArea li#linkAbout {
	margin-left:15px;
}

#navigationArea a:link,
#navigationArea a:visited {
	text-decoration:none;
	border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:2px;
	color:black;
}

#navigationArea a:hover,
#navigationArea a:active {
	text-decoration:none;
	border-bottom-color:gray;
	border-bottom-style:solid;
	border-bottom-width:2px;
	color:black;
}

#pageAbout #linkAbout a:link,
#pageAbout #linkAbout a:visited,
#pageServices #linkServices a:link,
#pageServices #linkServices a:visited,
#pagePortfolio #linkPortfolio a:link,
#pagePortfolio #linkPortfolio a:visited,
#pageNews #linkNews a:link,
#pageNews #linkNews a:visited,
#pageContact #linkContact a:link,
#pageContact #linkContact a:visited {
	text-decoration:none;
	border-bottom-color:black;
	border-bottom-style:solid;
	border-bottom-width:2px;
	color:black;
}

#headerArea {
	height:80px;
	margin-top:80px;
	background-color:rgb(200,200,200);
	background-image:url(../images/headerAreaBg.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
}

#headerArea h1,
#headerArea h2 {
	display:none;
}

#contentArea {
	margin:0 auto;
	padding:80px 0 80px 0;
	width:450px;
	
	text-align:left;
}

#contentArea h1,
#contentArea h2,
#contentArea h3,
#contentArea h4,
#contentArea h5,
#contentArea h6,
#contentArea p,
#contentArea small,
#contentArea cite {
	margin:0 20px 0 115px;
}

#contentArea img {
	border:none;
}

#contentArea h1 {
	margin-bottom:11px;
	
	font-size:16px;
	text-transform:lowercase;
}

#contentArea h2 {
	font-size:12px;
	text-transform:lowercase;
}

#contentArea p {
	margin-bottom:11px;
	font-size:11px;
	line-height:18px;
}

#contentArea small {
	margin-bottom:11px;
	font-size:11px;
	line-height:18px;
}

#contentArea cite {
	margin-bottom:11px;
	font-size:11px;
	line-height:18px;
}

#contentArea a:link,
#contentArea a:visited {
	color:gray;
}

#contentArea a:hover,
#contentArea a:active {
	background-color:black;
	
	color:white;
	text-decoration:none;
}

#footerArea {
	height:40px;
	margin-bottom:20px;
	background-color:rgb(200,200,200);
	background-image:url(../images/footerAreaBg.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	
	text-align:left;
}

#footerArea p {
	margin:0 auto;
	padding:12px 0 0 200px;
	width:450px;
	
	font-size:11px;
	text-transform:lowercase;
	color:white;
}
