/* ----------------------------------------------------------------------

Style Sheet for neoclisthemagician.com
author: GeoNeo
email: mail@offsetmedia.co.uk
website: http://offsetmedia.co.uk | http://illustratorslounge.com

------------------------------------------------------------------------*/

/*----------------<body>------------------*/

body {
	background:  url(images/grad.jpg) repeat-x;
	margin:0; 
	padding:0; 
	font: 15px georgia, times new roman, times, sans-serif;
	color: #52493e; 
}

/*----------------<header>------------------*/

#head{
	width: auto;
	height: 454px;
	background: url(images/neoclis.jpg) no-repeat 25% 0%; 
}
#top{
	width: 900px;
	margin: 0px auto 0px auto;
	padding-top: 1px;
}
#top p{
	color: #999189;
	margin-top: 15px;
	padding-left: 5px;
	border-left: 1px solid #999189;
}
#about{
	width: 900px;
	height: 252px;
	margin: 100px auto 0px auto;
	background: url(images/about.png) no-repeat 0% 0%; 
}
#about p{
	width: 332px;
	padding-top: 110px;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
}
/*----------------<content>------------------*/

#content{
	width: 900px;
	margin: 50px auto 0px auto;
}
#content img.tittle{
	margin-right: 15px;
}
#content #vid p, #content #gallery p{
	padding-top: 15px;
}
#vid { 
	float: left;
	width: 450px;
	margin-left:30px;
}
#flash{
	margin-top: 30px;


}
#gallery {
	float: left;
	width: 420px;
	margin-bottom:40px; 
} 
#contact{
	width: 900px;
	height: 70px;
	padding-top: 8px;
	background: url(images/contact.gif) no-repeat 0% 0%; 
}
#contact p{
	float: left;
	color: #fff;
	font-size: 16px;	
}
#contact p.yeah{
	width: 450px;
	margin-left: 30px;
}
/*----------------<footer>------------------*/

#foot{
	width: 900px;
	margin: 0px auto 20px auto;
	font-size: 11px;
}
#babbit{
	width: 900px;
	margin: 20px auto 0px auto;
}
#info{
	border: 1px solid #cacdb6;
	text-align: center;
	height: 25px;
	color: #cacdb6;
}
#info p{
	padding: 5px 0px 5px 0px;
}
.divide{
	float:left;
	width: 299px;
	height: 25px;
	border-right: 1px solid #cacdb6;
}

/*----------------<Resets>------------------*/


h1, h2, h3, p { margin: 0; padding: 0; }

.clear { clear:both; height:0; }

a { 
	color: #cacdb6;
	text-decoration: none;
}
a:hover { 
	color: #fcb040;
}
a img { border:none; }

acronym, abbr { cursor:help; }

