﻿BODY{
	background-color: #E9A53E;
	background-image: url("images/back.gif");
	font-family: "Comic Sans MS", Comic Sans, cursive;
	margin: 0 0 0 0;
	}

B{
	font-weight: bold;
	font-size: 12pt;
	font-family: Comic Sans MS;
	color: #004A7B;
	}

H1{
	color: #006600;
	}

#page{
	font-family: "Comic Sans MS", Comic Sans, cursive;
	width: 770px;
	margin: 0px;
	}

#menu_top{
	height:50px;  width:770px;
	margin:30px 0 0 0;
	_margin: 10px 0;
	}

#menu_side{
	float:left;
	height:400px;  width:108px;
	}

#menu_top ul,#menu_side a{
	font-size: 15px;
	font-weight: bold;
	font-family: "Comic Sans MS", Comic Sans, cursive;
	margin:0;  padding:0;
	text-align:center;
	}

#menu_top ul{ list-style-type:none; }

#menu_top ul li{
	display:inline;
	}

#menu_top ul li a,#menu_side a{
	text-decoration: none;
	color: black;
	padding-top: 20px;
	}

#main{
	float: left;
	font-family: "Comic Sans MS", Comic Sans, cursive;
	margin: 0px;
	width: 620px;
	}

#content{
	background-color: white;
	border: 2px solid black;
	font-weight: normal;
	font-size: 12pt;
	font-family: "Comic Sans MS", Comic Sans, cursive;
	margin: 0px;
	padding: 20px;
	text-align: left;
	width: 100%;
	}

#col_l{
	float: left;
	width: 260px;
	}

#col_r{
	float: right;
	text-align: center;
	width: 300px;
	}

#foot{
	clear: both;
	width: 100%;
	}

#menu_home				{ background: url("images/menu/home_1.gif") no-repeat center; }
#menu_home:hover		{ background: url("images/menu/home_0.gif") no-repeat center; }

#menu_contact			{ background: url("images/menu/contact_1.gif") no-repeat center; }
#menu_contact:hover		{ background: url("images/menu/contact_0.gif") no-repeat center; }

#menu_bookmark			{ background: url("images/menu/bookmark_1.gif") no-repeat center; }
#menu_bookmark:hover	{ background: url("images/menu/bookmark_0.gif") no-repeat center; }

#menu_faq				{ background: url("images/menu/faq_1.gif") no-repeat center; }
#menu_faq:hover			{ background: url("images/menu/faq_0.gif") no-repeat center; }

#menu_friends			{ background: url("images/menu/friends_1.gif") no-repeat center; }
#menu_friends:hover		{ background: url("images/menu/friends_0.gif") no-repeat center; }

#menu_downloads			{ background: url("images/menu/downloads_1.gif") no-repeat center; }
#menu_downloads:hover	{ background: url("images/menu/downloads_0.gif") no-repeat center; }

#menu_videos			{ background: url("images/menu/videos_1.gif") no-repeat center; }
#menu_videos:hover		{ background: url("images/menu/videos_0.gif") no-repeat center; }

.menu{
	height: 50px;
	padding:20px 48px;
	text-align: center;
	text-decoration:none;
	}
/*
.bal_red			{ background-image: url("images/balloon_red_s.gif"); float:left; }
.bal_red:hover	{ background-image: url("images/balloon_red_l.gif"); }

.bal_org			{ background-image: url("images/balloon_org_s.gif"); float:left; }
.bal_org:hover	{ background-image: url("images/balloon_org_l.gif"); }

.bal_yel			{ background-image: url("images/balloon_yel_s.gif"); float:left; }
.bal_yel:hover	{ background-image: url("images/balloon_yel_l.gif"); }

.bal_grn			{ background-image: url("images/balloon_grn_s.gif"); float:left; }
.bal_grn:hover	{ background-image: url("images/balloon_grn_l.gif"); }

.bal_blu			{ background-image: url("images/balloon_blu_s.gif"); float:left; }
.bal_blu:hover	{ background-image: url("images/balloon_blu_l.gif"); }

.bal_pur			{ background-image: url("images/balloon_pur_s.gif"); float:left; }
.bal_pur:hover	{ background-image: url("images/balloon_pur_l.gif"); }

.bal_pnk			{ background-image: url("images/balloon_pnk_s.gif"); float:left; }
.bal_pnk:hover	{ background-image: url("images/balloon_pnk_l.gif"); }

.button{
	background-repeat: no-repeat;
	background-position: top center;
	height: 80px;
	text-align: center;
	width: 110px;
	}
*/
.bal_red		{ background: url("images/balloon_red_s.gif") no-repeat center top; }
.bal_red:hover	{ background: url("images/balloon_red_l.gif") no-repeat center top; }

.bal_org		{ background: url("images/balloon_org_s.gif") no-repeat center top; }
.bal_org:hover	{ background: url("images/balloon_org_l.gif") no-repeat center top; }

.bal_yel		{ background: url("images/balloon_yel_s.gif") no-repeat center top; }
.bal_yel:hover	{ background: url("images/balloon_yel_l.gif") no-repeat center top; }

.bal_grn		{ background: url("images/balloon_grn_s.gif") no-repeat center top; }
.bal_grn:hover	{ background: url("images/balloon_grn_l.gif") no-repeat center top; }

.bal_blu		{ background: url("images/balloon_blu_s.gif") no-repeat center top; }
.bal_blu:hover	{ background: url("images/balloon_blu_l.gif") no-repeat center top; }

.bal_pur		{ background: url("images/balloon_pur_s.gif") no-repeat center top; }
.bal_pur:hover	{ background: url("images/balloon_pur_l.gif") no-repeat center top; }

.bal_pnk		{ background: url("images/balloon_pnk_s.gif") no-repeat center top; }
.bal_pnk:hover	{ background: url("images/balloon_pnk_l.gif") no-repeat center top; }

.button{
	float:left;
	height: 80px;
	text-align: center;
	width: 110px;
	}





.big{
	font-weight: bold;
	font-size: 14pt;
	font-family: "Comic Sans MS", Comic Sans, cursive;
	}

.red		{ color: #BD0800; }
.green		{ color: #006600; }
.blue		{ color: #004A7B; }
.yellow		{ color: #E9A53E; }

ul.red		{ list-style-image: url(/images/star_red.gif); }
ul.green	{ list-style-image: url(/images/star_green.gif); }
ul.blue		{ list-style-image: url(/images/star_blue.gif); }
ul.yellow	{ list-style-image: url(/images/star_yellow.gif); }

ul.arrow	{ list-style-image: url(/images/arrow_blue.gif); }
ul.reg		{ color:black; }

.drop{
	float: left;
	font-size: 28pt;
	margin: -8 1 0 0;
	}

.reg{
	font-weight: normal;
	font-size: 12pt;
	font-family: "Comic Sans MS", Comic Sans, cursive; }

.story{
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial;
	padding: 20px;
	}

.storyB{
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
	font-family: Arial;
	}

.caption{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
	}

.padleft{
	padding-left: 20px;
	margin-left: 20px;
	}

.padright{
	padding-right: 20px;
	margin-right: 20px;
	}

.padtop{
	padding-top: 20px;
	margin-top: 20px;
	}

.pad10{
	padding: 10px;
	margin: 10px;
	}

.small{
	font-weight: normal;
	font-size: 10pt;
	font-family: "Comic Sans MS", Comic Sans, cursive;
	}