
body {
	background-color: #FFF;
	text-align: center; 
	font: 12px 'SansationRegular', Arial, sans-serif; /* SansationRegular & CantarellRegular installed */
	color: #666;	
	}
	
h2 {
	border-bottom: 2px solid #AAA;
	padding: 0 0 3px 3px;
	font-size: 18px;
	margin: 15px 0 10px 0;
	text-align: left;
	font: 18px 'SansationBold', Arial, sans-serif; /* SansationBold & CantarellBold installed */
	letter-spacing: 2px;
	}
	
h2.secondary {
	margin-top: 10px;
	}
	
input {
	font: 14px 'SansationBold', Arial, sans-serif; /* SansationRegular & CantarellRegular installed */
	letter-spacing: 2px;
	}

div#header {
	background: url(images/header001.gif); 
	width:900px; 
	height:150px; 
	margin: auto;
	}

div#header h1 {
	display: none;
	}

div#header p {
	padding: 90px 45px 0 645px; 
	text-align: left;
	}
	
div#content {
	width:900px; 
	margin: auto;
	text-align: left; 
	background-color: #FFF;
	}
	
div.column-a {
	width: 240px;
	float: left;
	margin: 0 0 20px 30px;
	}

div.column-b {
	width: 240px;
	float: left;
	margin-left: 60px;
	}
	
div.column-c {
	width: 240px;
	float: right;
	margin-right: 30px;
	}
	
p {
	padding: 0 0 3px 3px;
	margin: 0 0 5px 0;
	}
	
p#icons img {
	margin: 3px 3px;
	vertical-align: middle;
	}

p#icons {
	line-height: 2.5;
	}
	
p#footer {
	background: url(images/header001.gif);  
	width:900px; 
	margin: auto;
	clear: both;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	}

p#footer span {
	padding-left: 30px;
	}
	
.art-work img {
	border: 0;
	height: 75px;
	width: 100px;
	margin: 0 2px 2px 0;
	}
	
.art-work {
	margin-top: 5px;
	}
	
.art-work span {
	display: block;
	margin-bottom: 5px;
	}	
	
.web-work img {
	border: 0;
	height: 54px;
	width: 72px;
	margin-bottom: 4px;
	}
	
input, textarea {
	width: 225px;
	}
	
.button {
	width: 100px;
	margin-top: 10px;
	}
