@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	width:1024px;
	background-image:url(../images/border_x.png);
	background-repeat:repeat-x;
	background-color:#000000;
	
}

h1 {
	color:#fcfc60;
	text-align:center;
}

h2 {
 	text-indent:-9999px;	
}

h3 {
	text-indent:-9999px;	
}

h4 {
	text-indent:-9999px;	
}

p{
	color:#fcfc60;
	font-family:"Times New Roman", Times, serif;
}

#main_container {
	position:absolute;
	width:1024px;
	height:1000px;
	top:0px;
}

#header {
	background-image:url(../images/banner_1.png);
	position:absolute;
	width:760px;
	height:74px;
	left:132px;
	top:6px;
}

#header_2 {
	background-image:url(../images/frame_makers.png);
	position:absolute;
	width:504px;
	height:32px;
	left:264px;
	top:81px;
}

#nav_bar {
	background-image:url(../images/navigation.png);
	position:absolute;
	width:760px;
	height:40px;
	top:125px;
	left:132px;
	
}

#content_container{
	background-color:#000;
	position:absolute;
	padding:10px;
	width:659px;
	height:627px;
	left:20px;
	top:204px;
}

#content_image{
	background-image:url(../images/shop_1.png);
	position:absolute;
	width:558px;
	height:228px;
	left: 60px;
	top: 14px;
	
}

#content_text{
	position:absolute;
	font-size:20px;
	left:84px;
	top:460px;
	width: 550px;
}
	

#contact_container {
	background-image:url(../images/contact_header.png);
	background-repeat:no-repeat;
	position:absolute;
	width:307px;
	height:224px;
	left:698px;
	top:541px;
	text-align:center;
	font-size:20px;
	color:#fcfc60;
	
	}
	
ul#contact {
	border-left:#FC0 thin dotted;
	position:absolute;
	list-style:none;
	padding:10px;
	width:285px;
	height:159px;
	top: 43px;
	left: 1px;
}


#sevices_container {
	background-image:url(../images/services.png);
	background-repeat:no-repeat;
	position:absolute;
	width:306px;
	height:305px;
	left:698px;
	top:204px;
	
	
}

ul#services {
	background-color:#000;
	border-left:#FC0 thin dotted;
	position:absolute;
	padding:10px;
	text-align:center;
	color:#fcfc60;
	font-size:20px;
	list-style:none;
	height:241px;
	width:285px;
	left:0px;
	top:42px;
	
	}
					
