/* NOT THE TRADITIONAL STYLESHEET FROM CREATIVITY MILL. JUST A TEMP ONE FOR A TEMP SITE :D */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: url(images/creativitymill-bg.jpg) repeat;
	text-align: center;
	font-family: Arial Narrow, Arial, sans-serif;
	padding-top: 30px;
	}
	
a, a:visited {
	color: rgb(40,50,110);
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
h2 {
	font-size: 24px;
	color: rgb(40,50,110);
	text-shadow: 1px 1px 1px rgb(255,255,255);
	margin-bottom: 6px;
	}
	
p {
	font-family: Helvetica, arial, sans-serif;
	font-size: 14px;
	color: rgb(40,50,110);
	text-shadow: 1px 1px 1px rgb(255,255,255);
	line-height: 18px;
	font-weight: 100;
	}
	
.wrap {
	background: url(images/wrap-bg.png) center no-repeat;
	width: 510px;
	margin: 0 auto;
	height: inherit;
	overflow: hidden;
	text-align: left;
	}
	
.contact {
	width: 200px;
	float: right;
	position: relative;
	top: -80px;
	right: 0;
	text-align: right;
	font-weight: 100;
	}
	
.tel, .email {
	font-size: 18px;
	}
	
.slideshow {
	width: 510px;
	height: 280px;
	background: url(images/slideshow-bg.png) top center no-repeat;
	position: relative;
	}
	
img.slide {
	position: absolute;
	margin-left: 16px;
	margin-top: 10px;
	clip: rect(0px 480px 240px 0px);
	max-width: 480px;
	}
	
.message {
	background: url(images/message-bg.png) top center no-repeat;
	padding: 20px 45px;
	margin-bottom: 30px;
	height: 200px;
	}
	

