/*
Annie Kaill's Style Sheet
*/

body {
	margin: 30px 0;
	padding: 0;
	background: #7f7f99;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	color: #000033;
}

h2 {
	font-size: 1.6em;
	text-align: center;
}

h3 {
	margin: 0;
	font-size: 1em;
}

h5 {
	margin: 0;
	font-size: 0.7em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #000099;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 130px;
	margin: 0 auto;
	background: url(http://www.annieandcojuneau.com/newkaills/headtest.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #000000;
}

/* Header Link */

#headerlink {
	float: left;
	position: relative;
	top: 0px;
	width: 500px;
	height: 120px;
	padding: 0px 0px 0px 0px;
}

/* Search */

#search {
	float: right;
	position: relative;
	top: 65px;
	width: 240px;
	height: 55px;
	padding: 10px 5px 5px 15px;
}

#search * {
	margin: 0;
	border: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #000000;
}

/* Menu */

#menu {
	width: 800px;
	height: 36px;
	margin: 0 auto;
	background: url(newkaills/menubottom.gif);
}

#menu ul {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	border: none;
	float: left;
	height: 28px;
	padding: 8px 20px 0 20px;
	text-decoration: none;
	color: #dddddd;
	background: url(newkaills/menuspacer.gif) no-repeat right;
}

#menu a:hover, #menu .active a {
	background: url(newkaills/menuroll.gif);
	color: #000099;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background: url(newkaills/sideback.gif);
}



#colOne {
	float: left;
	text-align: center;
	width: 170px;
	height: 100%;
	padding: 5px 5px 5px 5px;
	background: #ccccff;
}

#colTwo {
	float: left;
	width: 440px;
	height: 100%;
	padding: 5px 5px 5px 5px;
	background: #ffffff;
}


#colThree {
	float: left;
	text-align: center;
	width: 160px;
	height: 100%;
	padding: 5px 5px 5px 5px;
	background: #ccccff;
}

#left {
	float: left;
	text-align: left;
	width: 150px;
	padding: 10px 10px 10px 10px;
	background: #ccccff;
}

#right {
	float: left;
	img style: float-left;
	text-align: center;
	width: 610px;
	padding: 10px 10px 10px 10px;
	background: #ffffff;
}

#container {
	float: left;
	clear: left;
	text-align: left;
	width: 590px;
	padding: 5px 5px 5px 5px;
}

#container img {
	float: left;
	margin: 0px 15px 0px 5px;
	vertical-align: middle;
}

#spacer {
	vertical-align: top;
	clear: both;
	padding: 5px 0px 5px 0px;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	background: url(newkaills/foottop.gif) repeat-x #ccccff;
}

#footer * {
	color: #666666;
}