﻿/* CSS layout */
body {
	margin: 0;
	padding: 2px;
}

#top_nav {
	margin-left: 75px;
	color:yellow;
}

#container {
	min-width: 600px;
}

/* This is all the LEFT SIDE COLUMN colors */  
 
#left_col {
	border-right: medium #0000FF groove; /* blue*/
	width: 200px;
	float: left;
}
#left_col2 {
	border-right: medium #008000 groove;/* green */
	width: 200px;
	float: left;
}
#left_col3 {
	border-right: medium #FF0000 groove;/* red*/
	width: 200px;
	float: left;
}
#left_col4 {
	border-right: medium #FFFF00 groove;/* yellow*/
	width: 200px;
	float: left;
}
 /* end LEFT SIDE COLUMN */
 
/* This is all the RIGHT SIDE COLUMN colors */
#right_col {
	border-left: medium #0000FF groove;/* blue*/
	width: 200px;
	float: right;
}
#right_col4 {
	border-left: medium #FFFF00 groove;/* yellow*/
	width: 200px;
	float: right;
}

 /* end RIGHT SIDE COLUMN */

#page_content {
	margin-left: 214px;
	margin-right: 210px;
	top: 245px;
}

/* This is where the two column style start*/
#page_content2 {
	margin-left: 214px;
	margin-right: 210px;	
}

/* two column style ends */ 

/* This is the HEADING BACKGROUND COLORS */ 
#masthead {
	background-image: url('../images/layout/sm_dk_blu.gif'); /* HOME PAGE */
}
#masthead2 {
	background-image:url('../images/layout/sm_dk_lime.gif'); /* CONTACT US & THANKYOU */
}
#masthead3 {
	background-image:url('../images/layout/sm_dk_red.gif'); /* PRODUCTS */
}
#masthead4 {
	background-image:url('../images/layout/sm_dk_yellow.gif'); /* VINYL */
}
#masthead5 {
	background-image:url('../images/layout/sm_ht_pink.gif'); /*  */
}
#masthead6 {
	background-image:url('../images/layout/sm_lt_blu.gif'); /*  */
}
#masthead7 {
	background-image:url('../images/layout/sm_dk_yellow.gif'); /* VINYL */
}
#masthead8 {
	background-image:url('../images/layout/sm_dk_yellow.gif'); /* VINYL */
}
/* end HEADINGS */

#footer {
	clear: both;
}
