﻿@import url(NavigationBar.css); 
@import url(HorizontalFlyer.css);
@import url(contactForm.css);

a:link {
	color: #FFD700;
	/*color: #3a7854;*/
}

a:hover{
	text-decoration: underline;
	color: #353535;
}

a:visited {
	color: #FFD700;
}

*
{
border: 0;
margin: 0;
}

body
{
	width: 100%;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url("../images/sitebg.jpg") no-repeat bottom left fixed;
	
}


#logo{
		padding-left: 40px;
		text-align: left;
		height: 225px;
		width: 600px;
		padding-top: 7px;
		margin-bottom: 10px;
		font-family: "Comic Sans MS";
		/*background: url('../images/color_karouselkat_logo_white-1_9531.gif') no-repeat top center;*/
		background-position:left 20px;
		position:
}

#header_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	text-align:justify;
	
}

#masthead {
	text-align: right;
	/*background-color: #036;*/
	width: 100%;
}

#page_content {
	position: relative;
	width: 100%;
	border-top-width: 0;
	border-top-style: solid;
	border-top-color: #CCAA77;

}


#contop{
	width: 100%;	/*500px;*/
	/*margin: 30px 0 0 0;	190px;*/
	background:url(../images/contop.png) no-repeat center;
	height: 1px;
}


#column_l {
	width: 205px;
	top:0;
	float: left;
	text-align:justify;
	height: 25px;
	/*background:url(../images/conbg_2.png);*/
}

#content_l {
	top:0;
	float:left;
	width: 600px;
	padding: 15px;
	font-family: "Comic Sans MS";
	font-size: large;
	color: #FFFFFF;
	margin: 0 15px 0 15px;  /*220px*/
	
	background:url(../images/conbg_2.png) ;

}

#column_r {
	width: 375px;
	top:0;
	float:left;
	height: 100%;
	/*background:url(../images/conbg_2.png);*/
	
}




h1{
	font-size: 40px;
	font-family: "Comic Sans MS";
}


h3{
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: 1.00em;

}

#footer {
	width: 100%;
	text-align: center;
	
	/*background: url(../images/conbg_2.png);*/
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:15px;
}

/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
