body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	background: #d6d6d6 url(bg.png) repeat-x;
	line-height: 150%;
}
img {
	border: 0px;
}
h1, h2, h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #b61625;
	font-family: Arial;
	line-height: 100%;
}
h1 img, h2 img, h3 img {
    vertical-align: top;
    margin-top: 5px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
p {
	margin: 10px 0px;
}
a {
	text-decoration: none;
	color: #b61625;
}
a:hover {
	text-decoration: underline;
}

#main {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -475px;
	width: 950px;
}
#page {
	position: absolute;
	left: -14px;
	top: 184px;
	width: 978px;
	background: transparent url(page_middle.png) repeat-y;
}
#pagecontent {
	margin: 0px 30px;
	min-height: 450px;
}
#leftmenu {
	float: left;
	width: 155px;
}
#leftmenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#leftmenu li {
	line-height: 30px;
	height: 30px;
	text-indent: 12px;
	background: white url(leftmenu_item.png) no-repeat;
}
#leftmenu a {
	text-decoration: none;
	color: #777777;
}
#leftmenu a:hover {
	color: #b3adad;
}
#leftmenu a.selected {
	color: #b3adad;
	font-weight: bold;
}
#leftmenucontent {
	float: left;
	width: 760px;
	border-left: 1px solid #ededed;
	min-height: 450px;
}
#pagetop {
	position: absolute;
	left: 0px;
	top: -24px;
	width: 978px;
	height: 24px;
	line-height: 24px;
	background: transparent url(page_top.png) no-repeat;
}
#pagebottom {
	position: absolute;
	left: 0px;
	bottom: -28px;
	width: 978px;
	height: 28px;
	line-height: 28px;
	background: transparent url(page_bottom.png) no-repeat;
}
#footer {
	position: absolute;
	bottom: -40px;
	left: 0px;
	width: 978px;
	text-align: center;
	color: #777777;
}
#logo {
	position: absolute;
	left: 15px;
	top: 25px;
}
#menu {
	position: absolute;
	top: 127px;
	left: 0px;
	width: 950px;
	height: 32px;
	line-height: 32px;
	background: transparent url(menu_bg.png) no-repeat;
}
#menu ul {
	padding: 0px;
	margin: 0px 1px;
	list-style: none;
}
#menu li {
	float: left;
	padding: 0px 1px;
}
#menu a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0px 15px;
	margin-top: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
#menu a:hover, #menu a.selected {
	background: transparent url(menu_hover.png) repeat-x;
	color: #222222;
}
#menuleft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 6px;
	height: 32px;
	line-height: 32px;
	background: transparent url(menu_left.png) no-repeat;
}
#menuright {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 6px;
	height: 32px;
	line-height: 32px;
	background: transparent url(menu_right.png) no-repeat;
}
#contactinfo {
	position: absolute;
	right: 15px;
	top: 100px;
	line-height: 20px;
	font-size: 11px;
	color: #777777;
}
#contactinfo img {
	vertical-align: middle;
	margin: 0px 5px 0px 20px;
}


#contactform {
	position: relative;
	width: 494px;
	height: 322px;
	background: transparent url(form_bg.png) no-repeat;
}
#contactform strong {
	display: block;
	float: left;
	width: 100px;
	padding-right: 14px;
	text-align: right;
	line-height: 24px;
	margin: 3px 0px 4px 0px;
	font-weight: normal;
}
#contactform span.input {
	display: block;
	float: left;
	line-height: 24px;
	width: 158px;
	height: 24px;
	margin: 3px 0px 4px 0px;
	background: transparent url(input_bg.png) no-repeat left top;
}
#contactform input {
	margin: 0px 5px;
	border: 0px;
	color: black;
	width: 145px;
	padding-top: 2px;
	background: transparent;
}
#contactform span.cap {
	display: block;
	float: left;
	padding-left: 10px;
	line-height: 24px;
	width: 152px;
	height: 24px;
	margin: 3px 0px 4px 0px;
	display: none;
}
#contactform span.textarea {
	display: block;
	float: left;
	line-height: 24px;
	width: 364px;
	height: 100px;
	margin: 3px 0px 4px 0px;
	background: transparent url(textarea_bg.png) no-repeat left top;
}
#contactform textarea {
	margin: 5px 0px 0px 5px;
	border: 0px;
	overflow: auto;
	width: 350px;
	height: 85px;
	color: black;
	background: transparent;
}
#contactform span.hover, #contactform span.focus {
	background-position: left bottom;
}

#purplecow {
	text-decoration: none;
	color: white;
}
