body {
	font-family: Arial, Helvetica, sans-serif;
	color: #5E5E57; }

.body {
	font-size: 12px;
	line-height: 17px;
	text-decoration: none; }

.body a {
	color: #DB0029;
	text-decoration: none; }

.body a:hover {
	color: #DB0029;
	text-decoration: none;
	border-bottom: 1px dotted #DB0029; }

.title {
	font-size: 16px;
	text-decoration: none;
	color: #DB0029; }

.subtitle {
	font-size: 14px;
	text-decoration: none;
	color: #5E5E57; }

.footer {
	font-size: 12px;
	color: #A1A1A1;
	padding: 8 30 0 0; }

.footer a {
	color: #5E5E55;
	text-decoration: none; }

.footer a:hover {
	color: #5E5E55;
	text-decoration: underline; }

.form_text {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
	padding: 8 0 8 0; }

.textfields {
	width: 250px;
	height: 25px;
	border: 1px solid #8E8E86;
	padding: 3px; }

.textareas {
	width: 250px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #8E8E86;
	padding: 3px; }
	
label
{
	display: block;
	margin-bottom: 3px;
}

#submitButt
{
	display: block;
	position: relative;
	width: 100px;
	height: 20px;
	margin-bottom: 20px;
}
#submitButt span
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/submit_butt.gif) no-repeat top left;
}
#submitButt:hover span
{
	background: url(images/submit_butt.gif) no-repeat bottom left;
}

iframe
{
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.red
{
	color: #DB0029;
}

#guestbookHolder
{
	font-size: 12px;
}
#guestbookHolder div
{
	padding: 10px 0px 10px 0px;
}
.guestbookDivider
{
	border-top: 1px solid #d9d9d9;
}
.date
{
	font-size: 10px;
}

.blogList
{
	list-style: none;
	font-size: 13px;
	margin-left: 0;
	padding-left: 0;
}
.blogList li
{
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #ccc;
}
.blogList li a
{
	display: block;
	color: #000;
	text-decoration: none;
	background: url(images/list_arrow_black.gif) no-repeat top left;
	padding-left: 18px;
}
.blogList li a:hover,.blogList li .listOn
{
	color: #DB0029;
	background: url(images/list_arrow_red.gif) no-repeat top left;
}

.blogDate
{
	font-size: 11px;
	color: #DB0029;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
}

.archiveTitle
{
	border-bottom: 1px solid #ccc;
	margin: 0px 10px 5px 10px;
	padding-bottom: 7px;
}

.blogTitle
{
	font-size: 19px;
	line-height: 24px;
	color: #000;
	margin-bottom: 5px;
}

.blogContent
{
	font-size: 12px;
	line-height: 17px;
}

.boxLeft
{
	background: url(images/body_box_left.png) repeat-y top left;
}
.boxRight
{
	background: url(images/body_box_right.png) repeat-y top left;
}

#blogPage .boxLeft
{
	background: url(images/blog_box_left.gif) repeat-y top left;
}
#blogPage .boxRight
{
	background: url(images/blog_box_right.gif) repeat-y top left;
}

#navBack
{
	width: 455px;
	height: 51px;
	background: url(images/nav.png) no-repeat top left;
}
#navList
{
	list-style: none;
	margin: 0;
	padding: 8px 0px 8px 0px;
	float: left;
	border-bottom: 1px solid #ccc;
}
#blogPage #navList
{
	margin: 0px 0px 0px 27px;
}
.navSlash
{
	width: 15px;
	height: 11px;
	background: url(images/nav_slash.gif) no-repeat top center;
}
#navList li,#navList li a
{
	float: left;
	height: 12px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}

#introNav a
{
	width: 40px;
	background: url(images/intro_nav.gif) no-repeat top left;
}
#introNav,#introNav a:hover
{
	width: 40px;
	background: url(images/intro_nav.gif) no-repeat bottom left;
}

#picturesNav a
{
	width: 61px;
	background: url(images/pictures_nav.gif) no-repeat top left;
}
#picturesNav,#picturesNav a:hover
{
	width: 61px;
	background: url(images/pictures_nav.gif) no-repeat bottom left;
}

#videoNav a
{
	width: 42px;
	background: url(images/video_nav.gif) no-repeat top left;
}
#videoNav,#videoNav a:hover
{
	width: 42px;
	background: url(images/video_nav.gif) no-repeat bottom left;
}

#blogNav a
{
	width: 36px;
	background: url(images/blog_nav.gif) no-repeat top left;
}
#blogNav,#blogNav a:hover
{
	width: 36px;
	background: url(images/blog_nav.gif) no-repeat bottom left;
}

#guestbookNav a
{
	width: 80px;
	background: url(images/guestbook_nav.gif) no-repeat top left;
}
#guestbookNav,#guestbookNav a:hover
{
	width: 80px;
	background: url(images/guestbook_nav.gif) no-repeat bottom left;
}

#contactNav a
{
	width: 65px;
	background: url(images/contact_nav.gif) no-repeat top left;
}
#contactNav,#contactNav a:hover
{
	width: 65px;
	background: url(images/contact_nav.gif) no-repeat bottom left;
}

.textfield
{
	width: 425px;
	height: 25px;
	border: 1px solid #ccc;
	padding: 3px;
}
.shortTextfield
{
	width: 75px;
	height: 25px;
	border: 1px solid #ccc;
	padding: 3px;
}
#iEdit
{
	width: 423px;
	height: 350px;
	border: 1px solid #ccc;
}

#blogNavTop
{
	width: 514px;
	height: 16px;
	background: url(images/blog_nav_top.png) no-repeat top left;
}
#blogContentBase
{
	width: 514px;
	height: 25px;
	background: url(images/blog_content_bottom.png) no-repeat top left;
}
#blogArchiveTop
{
	width: 281px;
	height: 24px;
	background: url(images/blog_archive_top.png) no-repeat top left;
}
#blogArchiveBase
{
	width: 281px;
	height: 24px;
	background: url(images/blog_archive_bottom.png) no-repeat top left;
}

.formatButt
{
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	float: left;
}
#bold
{
	background: url(images/bold.gif) no-repeat top left;
}
#bold:hover
{
	background: url(images/bold.gif) no-repeat bottom left;
}
#italic
{
	background: url(images/italic.gif) no-repeat top left;
}
#italic:hover
{
	background: url(images/italic.gif) no-repeat bottom left;
}
#underline
{
	background: url(images/underline.gif) no-repeat top left;
}
#underline:hover
{
	background: url(images/underline.gif) no-repeat bottom left;
}
#link
{
	background: url(images/link.gif) no-repeat top left;
}
#link:hover
{
	background: url(images/link.gif) no-repeat bottom left;
}
#list
{
	background: url(images/list.gif) no-repeat top left;
}
#list:hover
{
	background: url(images/list.gif) no-repeat bottom left;
}
#image
{
	background: url(images/add_image.gif) no-repeat top left;
}
#image:hover
{
	background: url(images/add_image.gif) no-repeat bottom left;
}
#video
{
	background: url(images/add_video.gif) no-repeat top left;
}
#video:hover
{
	background: url(images/add_video.gif) no-repeat bottom left;
}

.imageVid
{
	clear: both;
	width: 100%;
	height: 140px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #E10038;
	padding: 10px;
}
#imgVidTitle
{
	font-size: 13px;
	margin-bottom: 7px;
}
form
{
	margin: 0;
}
