body{
	background-color:#FFF;
	margin:auto;
	padding:0px;
}

@font-face {
	font-family: 'Mrs Eaves Roman';
	src: url('fonts/mrseavesroman_regular-webfont.eot'); /* IE9 Compat Modes */
	src: url('fonts/mrseavesroman_regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/mrseavesroman_regular-webfont.woff') format('woff'), /* Modern Browsers */
	     url('fonts/mrseavesroman_regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/mrseavesroman_regular-webfont.svg#mrseavesroman_regular-webfont') format('svg'); /* Legacy iOS */
	}

@font-face {
	font-family: 'Mrs Eaves Italic';
	src: url('fonts/mrseavesitalic_italic-webfont.eot'); /* IE9 Compat Modes */
	src: url('fonts/mrseavesitalic_italic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/mrseavesitalic_italic-webfont.woff') format('woff'), /* Modern Browsers */
	     url('fonts/mrseavesitalic_italic-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/mrseavesitalic_italic-webfont.svg#mrseavesitalic_italic-webfont') format('svg'); /* Legacy iOS */
	}

@font-face {
	font-family: 'Mrs Eaves Fractions';
	src: url('fonts/mrseavesfractions_regular-webfont.eot'); /* IE9 Compat Modes */
	src: url('fonts/mrseavesfractions_regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/mrseavesfractions_regular-webfont.woff') format('woff'), /* Modern Browsers */
	     url('fonts/mrseavesfractions_regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/mrseavesfractions_regular-webfont.svg#mrseavesfractions_regular-webfont') format('svg'); /* Legacy iOS */
	}

@font-face {
	font-family: 'Bell Gothic Light';
	src: url('fonts/bellgothiclight.eot'); /* IE9 Compat Modes */
	src: url('fonts/bellgothiclight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/bellgothiclight.woff') format('woff'), /* Modern Browsers */
	     url('fonts/bellgothiclight.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/bellgothiclight.svg#bellgothiclight') format('svg'); /* Legacy iOS */
	}


#logo{
	background-image:url(images/logo.png);
	width:197px;
	height:85px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	padding:0px;
	margin:0px;
}

.nav_line{
	background-image:url(images/nav_line.png);
	width:167px;
	height:1px;
	margin:0px;
	padding:0px;
}

p.work_nav_text{
	font-family:Mrs Eaves Roman;
	font-size:16px;
	padding:10px 0 0 0;
	margin:0px;
	color:#8a8c8e;
}

p.work_nav_text:hover{
	color:#000000;
}

.work_nav_text_still{
	color:#8a8c8e;
	cursor:default;
}

p.work_nav_title{
	font-family:Bell Gothic Light;
	font-size:17px;
	padding:5px 0 0 0;
	margin:0px;
	color:#8a8c8e;
}

p.work_title_text{
	font-family:Mrs Eaves Roman;
	font-size:16px;
	padding:0 0 15px 0;
	margin:0px;
	color:#8a8c8e;
}

#work_holder{
	width:1105px;
	margin:auto;
	padding:0px;
}

#work_col1{
	width:196px;
	margin:auto;
	padding:0px;
	float:left;
}

#work_col2{
	width:54px;
	margin:auto;
	padding:0px;
	float:left;
}

#work_col3{
	width:855px;
	margin:auto;
	padding:0px;
	float:left;
}


/*HOME PAGE*/

#logo_home{
	background-image:url(images/logo_home.JPG);
	width:495px;
	height:77px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	padding:0px;
	margin:0px;
}

#home_text{
	background-image:url(images/home_text.jpg);
	width:497px;
	height:22px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	padding:0px;
	margin:0px;
}

#home_top{
	height:168px;
}
	
#home_holder{
	width:768px;
	padding:0px;
	margin:auto;
}

#home_left{
	width:512px;
	padding:0px;
	margin:0px;
	float:left;
}

#home_right{
	width:256px;
	padding:0px;
	margin:0px;
	float:right;
}

.home_img:hover{
opacity:0.3;
filter:alpha(opacity=30); /* For IE8 and earlier */
}

/* END HOME PAGE */

/* CONTACT PAGE */

p.contact_text{
	font-family:Bell Gothic Light;
	font-size:18px;
	padding:0 0 12px 0;
	margin:0px;
	color:#bbc200;
	text-decoration:none;
}

p.contact_text:hover{
	text-decoration:underline;
	color:#bbc200;
}

#contactbtn:hover{
	color:#bbc200;
}

#contact_img{
	background-image:url(images/contact_img.png);
	background-repeat:no-repeat;
	width:495px;
	height:57px;
	padding:0px;
	margin:0px;
}

#contact_holder{
	width:768px;
	padding:0px;
	margin:auto;
}

#contact_1{
	width:35px;
	padding:0px;
	margin:0px;
	float:left;
}

#contact_2{
	width:512px;
	padding:0px;
	margin:0px;
	float:left;
}

#contact_3{
	width:221px;
	padding:0px;
	margin:0px;
	float:left;
}

.arrow_img:hover{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}


/* CONTACT PAGE END */