body {
	font-family:Arial;
}
h3 {
	font-family: 'labeoufregular';
	
}


#base {
	height: 40px;
	width: 100%;
	background-color: fff;
	
}

#con {
	font-family: 'RawengulkSansRegular';
	font-size:40px;
	text-align:center;
	color: #586a88;
	margin-top: 170px;
	
}
#condet {
	font-family: 'RawengulkSansRegular';
	font-size:20px;
	text-align:center;
	color: #586a88;
	margin-top: 7px;
	
}

#conbot {
	font-family: 'RawengulkSansRegular';
	font-size:20px;
	text-align:left;
	color: #586a88;
	margin-top: 200px;
	
}

#conbot1 {
	font-family: 'RawengulkSansRegular';
	font-size:20px;
	text-align:center;
	
	margin-top: 60px;
	
	
}

#title {
		font-family: 'labeoufregular';
		margin-left: 7px;
		color: #586a88;
}


#container {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	font-family: 'labeoufregular';
	position:fixed;
	width:100%;
	height:40px;
	z-index:1;
	background-color: white;
	text-align: center;
	
}

#header li{
	font-family: 'labeoufregular';
	width:100px;
	height:40px;
	float:left;
	margin-left: 100px;
	text-align:	inherit;
	line-height:40px;
}

#header a{
	width: 0px;
	height:40px;
	display:block;
	text-decoration:none;
}

#header a:hover{
	background-color:#F4F4F4;
	text-decoration: underline;
}
#logo {
	margin-left: -160px;
	width:200px;
}
#headnav {
	padding: auto;

}


#content {
	float:left;
	width: 978;
	margin-top:40px;
}

#Home{
	
	width:978px;
	height:642px;
	background-color:#FFF;
}

#Portfolio{
	
	width:978px;
	height:642px;
	background-color:#FFF;
}

#About{
	
	width:978px;
	height:642px;
	background-color:#FFF;
}



#Contact{
	
	width:978px;
	height:642px;
	background-color:#FFF;
}
#batman{
	background-image:url(../images/batman.jpg);
	background-repeat: no-repeat;
	width:1000px;
	height: 600px;
	margin-left: -150px;
	margin-bottom: 40px;
	
			
}

#artist{
	float:right;
	font-family: 'RawengulkSansRegular';
	margin-left: 510px;
	margin-top: 50px;
	font-size:20px;
	
}




 
.clear {
    clear: both;
}

@font-face {
    font-family: 'RawengulkSansRegular';
    src: url('../fonts/RawengulkSans-094-webfont.eot');
    src: url('../fonts/RawengulkSans-094-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RawengulkSans-094-webfont.woff') format('woff'),
         url('../fonts/RawengulkSans-094-webfont.ttf') format('truetype'),
         url('../fonts/RawengulkSans-094-webfont.svg#RawengulkSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'labeoufregular';
    src: url('../fonts/labeouf-webfont.eot');
    src: url('../fonts/labeouf-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/labeouf-webfont.woff') format('woff'),
         url('../fonts/labeouf-webfont.ttf') format('truetype'),
         url('../fonts/labeouf-webfont.svg#labeoufregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* This is where the FMA Slider code Starts */

#contain {
	width:978px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:978px;
	height:600px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

/*
#frame {
	position:absolute;
	z-index:0;
	width:978px;
	height:700px;
	top:-3px;
	left:-80px;
}
*/

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:978px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:960px;
	height:600px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:200px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:978px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	font-family: 'RawengulkSansRegular';
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:920px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

/*
	Footer
*/

/*
	Anchors
*/

a:link,a:visited {
	color: #586a88;
	text-decoration:none;
}

a:hover,a:active {
	color:#686f80;
	text-decoration:underline;
}