@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
}

a:link {
	font-family:"Curlz MT";
	color:#000;
	font-size:26px;
	text-decoration:none;
}

a:visited {
	font-family:"Curlz MT";
	color:#000;
	font-size:26px;
	text-decoration:none;
}

a:hover {
	font-family:"Curlz MT";
	color:#FFF;
	font-size:26px;
	text-decoration:none;
}

#nav {
	width:785px;
	height:30px;
	margin-left:50px;
}

#welcome {
	width:550px;
	height:230px;
	background-color:#F0C;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:10px;
	padding:5px;
	border:thin #000 solid;
}

.welcometext {
	color:#FFF;
	font-size:20px;
}

.header {
	font-family:"Curlz MT";
	font-size:24px;
}

.rightindent {
	margin-right:25px;
}

.topinfo {
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	margin-right:10px;
}

.footerlinks {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#C3C;
}

.footertext {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#999;
}

.indent {
	margin-left:10px;
}

.borderleft {
	background-image:url(../images/borderleft.jpg);
	background-repeat:no-repeat;
}

.borderright {
	background-image:url(../images/borderright.jpg);
	background-repeat:no-repeat;
}

.borderbottom {
	background-image:url(../images/borderbottom.jpg);
	background-repeat:no-repeat;
}

.bordertop {
	background-image:url(../images/bordertop.jpg);
	background-repeat:repeat-x;
}

#borderindent {
	margin-left:50px;
	margin-right:50px;
	height:50px;
}

.blueribbon {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#0F0;
}

#pictures {
	width:550px;
	height:400px;
	background-color:#F0C;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:10px;
	padding:5px;
	border:thin #000 solid;
}
