body {
	font-family: Verdana;
	font-size: 12px;
}
.Container {
	width: 1000px;
	margin: auto;
	vertical-align: text-top;
	background-color: #FFFFFF;
	border: thin groove #CCCCCC;
}
a:link, a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
.Header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.Info {
	font-size: 16px;
	font-style: italic;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
.MainMenu {
	width: 125px;
 height: 400px%;
	padding: 5px;
}
.Content {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 400px;
}
.LeftColumn {
	width: 175px;
	vertical-align: text-top;
}
.CenterColumn {
	vertical-align: text-top;
	width: 525px;
	padding-left: 5px;
	padding-right: 5px;
}
.RightColumn {
	vertical-align: text-top;
	width: 250px;
}
.Footer {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 25px;
}
.PhotoContainer {
	border: 1px solid #999999;
}
.PhotoTitle {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	text-indent: 10px;
}
.Photo {
	padding: 3px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.BlogContainer {
	border: 1px solid #6698cb;
	margin-bottom: 10px;
}
.BlogTitle {
	color: #FFFFFF;
	background-color: #6698cb;
	text-indent: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.Blog {
	padding: 5px;
}
.BlogViewLink {
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}
.BlogSubject {
	font-style:italic;
	padding: 5px;
}
.FriendZContainer {
	border: 1px solid #ffe983;
	margin-bottom: 10px;
}
.FriendZTitle {
	background-color: #ffe983;
	border: 1px solid #ffe983;
	text-indent: 10px;
}
.FriendZ {
	padding: 5px;
}
.Content {
	vertical-align: text-top;
}
.AboutContainer {
	border: 1px solid #ff9900;
	margin-bottom: 10px;
}
.AboutTitle {
	color: #FFFFFF;
	background-color: #ff9900;
	font-weight: bold;
	text-indent: 10px;
}
.AboutMotto {
	padding: 5px;
	font-style:italic;
}
.About {
	padding: 5px;
}
.NoteZContainer {
	border: 1px solid #62ae33;
	padding: 0px;
	margin-bottom: 5px;
}
.NoteZTitle {
	color: #333333;
	background-color: #B0DF95;
	font-weight: bold;
	text-indent: 10px;
}
.NoteZBody {
	padding: 5px;
}
.MiscContainer {
	border: 1px solid #999999;
	width: 175px;
}
.MiscTitle {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	text-indent: 10px;
}
.Misc {
	padding: 2px;
}
.Error {
	width: 75%;
}
.BadWord {
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
}
.SafeCell {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.SafeForm {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
input.button{
	color:#000033;
	font-family:'trebuchet ms', helvetica, sans-serif;
	font-size:small;
	vertical-align: middle;
}
