body {
	background: #000066 url(images/bg.gif) fixed repeat-x;
	/*background-color: #000066;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;*/
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: tahoma;
	font-size: small;
}
body>div#container {
	height: auto;
	min-height: 100%;
}
div#container {
	position: relative;
	height: 100%;
	background: url(images/container_bg.gif);
	margin-left: auto;
	margin-right: auto;
	width: 627px;
	text-align: left;
	/*margin-top: 0;*/
	background-repeat: repeat-y;
	background-position: top;
	display: block;
	top: 0px;
	border-top: 3px solid white;
}

a:link, a:visited {
	text-decoration: underline;
	color:#CC0000;
}
a:hover, a:active {
	text-decoration: none;
	color:#CC0000;
}
#header {
	background-image: url(images/headerh1.gif);
	display: block;
	height: 263px;
	width: 627px;
	background-repeat: no-repeat;
	background-position: center; 
	margin: 0px;
}
#header a {
	display: block;
	height: 263px;
	width: 627px;
}
#header h1 span {
	display: none;
}
#welcome {
	/*background-image: url(images/homeh1.gif);
	background-repeat: no-repeat;
	background-position: center;*/
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	text-align: center;
	display: block;
	height: 30px;
	margin: 15px;
}
#welcome span {
	/*display: none;*/
}
#content {
	position: relative;
	width: 351px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	display: block;
	left: 240px;
	top: 0px;
	margin: 0 15px 0 15px;
}
#content p {
	margin: 10px 10px 10px 10px;
}
#content hr {
	color: #000033;
	height: 1px;
	width: 80%;
}
#contenttop {
	background-image: url(images/content_head.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 44px;
	width: 351px;
}
#contenttop span{
	display: none;
}

#contentbtm {
	background-image: url(images/content_btm.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 41px;
	width: 351px;
}

#contentbtm span {
	display: none;
}

#links {
	position: absolute;
	width: 199px;
	background-image: url(images/links_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	display: block;
	left: 15px;
	top: 272px;
	margin: 0 15px 0 15px;
}
#links ul {
	display: block;
	/*left: -20px;*/
	margin: 5px 0 10px 10px;
	padding: 0;
}
#links li{
	list-style-type: none;
	margin: 0;
	text-align: center;
}
/* link button home */
#linkhome a {
	display: block;
	width: 143px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
#linkhome a:link, #linkhome a:visited {
	background-image: url(images/button_home.gif);
}
#linkhome a:hover, #linkhome a:active {
	background-image: url(images/button_home_f2.gif);
}
#linkhome span {
	display: none;
}
/* link button about */
#linkabout a {
	display: block;
	width: 143px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
#linkabout a:link, #linkabout a:visited {
	background-image: url(images/button_aboutme.gif);
}
#linkabout a:hover, #linkabout a:active {
	background-image: url(images/button_aboutme_f2.gif);
}
#linkabout span {
	display: none;
}
/* link button pictures */
#linkpics a {
	display: block;
	width: 143px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
#linkpics a:link, #linkpics a:visited {
	background-image: url(images/button_mypics.gif);
}
#linkpics a:hover, #linkpics a:active {
	background-image: url(images/button_mypics_f2.gif);
}
#linkpics span {
	display: none;
}
/* link button calendar */
#linkcal a {
	display: block;
	width: 143px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
#linkcal a:link, #linkcal a:visited {
	background-image: url(images/button_calendar.gif);
}
#linkcal a:hover, #linkcal a:active {
	background-image: url(images/button_calendar_f2.gif);
}
#linkcal span {
	display: none;
}
/* link button videos */
#linkvids a {
	display: block;
	width: 143px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
#linkvids a:link, #linkvids a:visited {
	background-image: url(images/button_videos.gif);
}
#linkvids a:hover, #linkvids a:active {
	background-image: url(images/button_videos_f2.gif);
}
#linkvids span {
	display: none;
}
/* link button daddy */
#linkdad a {
	display: block;
	width: 143px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
#linkdad a:link, #linkdad a:visited {
	background-image: url(images/button_daddy.gif);
}
#linkdad a:hover, #linkdad a:active {
	background-image: url(images/button_daddy_f2.gif);
}
#linkdad span {
	display: none;
}

#linkstop {
	background-image: url(images/links_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 40px;
	width: 199px;
}
#linkstop span {
	display: none;
}

#linksbtm {
	background-image: url(images/links_bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 53px;
	width: 199px;
}
#linksbtm span {
	display: none;
}
#copyright {
	position: relative;
	width: 351px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	display: block;
	left: 240px;
	margin: 0 15px 0 15px;
}
#copyright p {
	margin: 0 10px 0 10px;
	text-align: center;
}
#copyrighttop {
	background-image: url(images/content_head.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 44px;
	width: 351px;
}
#copyrighttop span {
	display: none;
}
#copyrightbtm {
	background-image: url(images/content_btm.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 41px;
	width: 351px;
}
#copyrightbtm span {
	display: none;
}
.red {
	color: red;
}