/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: url(images/bkgnd.jpg);
	background-repeat:repeat;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #F0668F;
}

h1 {
	letter-spacing: -1px;
	font-size: 2em;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #F0668F;
}

a:hover {
	text-decoration: underline;
}

li {
	color: #F0668F;
}

li a:link {
	border-bottom: 1px dotted #F0668F;
	color: #666666;
}

li a:hover {
	border-bottom: 1px solid #F0668F;
	text-decoration: none;
	color: #B71148;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 2px solid #B71148;
}

/* Header */

#header {
	width: 700px;
	height: 260px;
	margin: 0 auto;
	background: url(images/topbnr.png) no-repeat 5px 5px;
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
}


/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #F0668F;
}

#colOne {
	float: left;
	width: 180px;
	padding: 20px 10px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 280px;
	padding: 20px 10px;
}

#colThree {
	float: left;
	width: 180px;
	padding: 20px 10px;
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}
#colTwoSecondary {
	float:left;
	width: 460px;
	padding: 20px 10px;
}

#colTwoSecondary li {
	margin-left: 0;
	padding-left: 1em;
	list-style-image: url(images/cupcakebullet.gif);
	list-style: square inside;
}

/* Footer */

#footer {
	padding: 5px;
	background: #ffffff;
	width: 700px;
	margin: 0 auto;
	text-align: center;
	font-size: smaller;
}

#footer * {
	color: #F0668F;
}