/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
	text-align: center;	
	margin: 0px 0px 0px 0px;
	background-image: url(/assets/checkered_bg.gif);
}

#redLine {
	height: 16px;
	background-color: #990033;
}

#container {
	text-align: left;
	border-left: solid #990033 10px;
	border-right: solid #990033 10px;
	border-bottom: solid #990033 10px;
	width: 850px;
	overflow: visible;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#header {
	color: #ffffff;
	font-size: 22px;
	/*background-image: url(/kellyswebmarketing/images/royalredheader.jpg); */
	height: 70px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
	padding-left: 15px;
	padding-bottom: 10px;
	border: 1px solid #ffffff;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	line-height: 14px;
}

#footer {
	color: #ffffff;
	text-align: center;
	line-height: 14px;
}

#footer a {
	color:#db99af;
}

#links {
	width: 190px;
	text-align: left;
	float: left;
	margin-top: 15px;
	margin-right: 7px;
	margin-left: 5px;
	left: 0px;
}

#links .mainlink a {
	background-image: url(/assets/link_bg.gif);
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 3px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #ccc;
	width: 190px;
	margin: 2px 0px 2px 0px;

}
#links .mainlink a:hover {
	background-image: url(/assets/link_bgon.gif);
	padding-top: 5px;
	padding-bottom: 4px;
	display: block;
	color: #000000;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
}

#links .sub a{
	text-decoration: none;
	color: #000000;
	margin: 5px 0px 4px 30px;
	display: block;
}

#links .sub a:hover {
	text-decoration: underline;
	color: #000000;
	margin: 5px 0px 4px 30px;
	display: block;
}

#textarea {
	width: 620px;
	text-align: left;
	right:0px;
	top: 0px;
	margin-top: 15px;
	margin-left: 210px;
	position: relative;
 /* float: left; */
	
}

#breadcrumbs {
	color: #999999;
}

#ad {
	text-align: center;
}

h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: normal;
}

a:visited {
	color: #0000FF;
}

.imageRight {
	border: 1px solid #cccccc;
	margin-left: 10px;
}

.analytics {
	color: #666666;
}