/* Karla's Stylsheet */ 

body  {
	font-family: Arial;
	color:  #555;
	margin: 0px;
	padding: 0px;
	background-color: #090900;
}

#container div  {
	float: left;
	height: 550px;
	margin: 0px;
	padding: 0px;
}
#header h2 {
	font-size: 30pt;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #7A7703;
}




#header {
	background-color: #a19e04;
	width: 4500px; /* THE ONLY NUMBER YOU SHOULD CHANGE INCLUDING CONTAINER */
	background-image: url(../assets/karlacchromelogo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
	margin-bottom: 20px;
}


.home #header {
	background-color: #a19e04;
	width: 100%;
	height: 100px;
}

	
#container  {
	width: 4500px; /* THE ONLY NUMBER YOU SHOULD CHANGE INCLUDING HEADER */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;

}
#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header ul li {
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #a19e04;
	font-family: Trebuchet MS;
	font-weight: 400;
	letter-spacing: -0.03em;
}
#header ul li:hover {
	background-color: #a19e04;
}

#header a {
	color: #090900;
	font-size: 10pt;
	text-decoration: none;
}
#header a:hover {
	font-size: 10pt;
	color: #3e2a2a;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#container div img {
	margin-right: 15px;
}
#left {
	float: left;
	width: 200px;
	margin-right: 50px;
}

#left li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 2.5;
	font-weight: bold;
	list-style-type: none;
}

#left p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5;
	color: #555;
	border: 1px solid #222;
	background-color: #111;
	padding: 6px;
}

#left a {
	text-decoration: none;
	color: #555;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5;
	color: #555;
	border: 1px solid #222;
	background-color: #111;
	padding: 6px;
	clear: both;
}


#footer a {color:#A19E04; text-decoration:none;}
#footer a:hover {color: #FFFFFF; text-decoration: underline;}

#left a:hover {text-decoration: underline;}

#right {
	float: left;
}
#header h1 {
	letter-spacing: -0.05em;
	color: #555555;
}
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
