@charset "utf-8";
/* © 2008 SSUK Studios - Feel free to use any part (excluding images) of this CSS file for whatever purpose you so wish. */

body {
	margin:0px;
	padding:0px;
	background:white url(../img/background.jpg) no-repeat top center;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#222222;
	text-decoration:underline;
}

a:hover {
	color:#444444;
	text-decoration:none;
}

.gen_con { /* Generic Container */
	width:690px;
	display:block;
	float:left;
	margin-bottom:4px;
	margin-left:15px;
	margin-top:10px;
}

.smalltext {
	font-size:10px;
}

.heading1 {
	font-size:34px;
	color:#99CC33;
	font-family:"Times New Roman", Times, serif;
}

.heading2 {
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
}

#main_wrapper {
	width:710px;
	height:auto;
	display:block;
	margin:auto;
}

#header {
	width:710px;
	height:190px;
	display:block;
	float:left;
	background:url(../img/splash.jpg) no-repeat;
}

#main_area {
	width:710px;
	height:auto;
	display:block;
	float:left;
}

.bubble_container_news {
	width:350px;
	height:228px;
	display:block;
	float:left;
	margin-bottom:5px;
	margin-right:10px;
}

.bubble_news {
	width:350px;
	height:197px;
	display:block;
	float:left;
	background:green url(../img/bub_news_body.png);
	color:white;
}

.bubble_container_news a {
	text-decoration:none;
	color:#333333;
	font-style:italic;
}

.bubble_news_endl {
	width:20px;
	height:197px;
	display:block;
	float:left;
	background:url(../img/bub_news_end_l.png);
}

.bubble_news_endr {
	width:20px;
	height:197px;
	display:block;
	float:right;
	background:url(../img/bub_news_end_r.png);
}

.bubble_news_tip {
	width:33px;
	height:31px;
	display:block;
	float:right;
	margin-right:30px;
	background:url(../img/bub_news_tip.png);
}

.bubble_news_textarea {
	width:310px;
	height:192px;
	display:block;
	float:left;
	margin-top:5px;
	overflow:hidden;
}

.bubble_news_textarea span {
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
}

.bubble_container {
	width:691px;
	height:110px;
	display:block;
	float:left;
}

.bubble_container a {
	color:white;
}

.bubble_container img {
	border-left:1px solid #555555;
	border-top:1px solid #555555; 
	border-right:1px solid black; 
	border-bottom:1px solid black; 
	display:block; 
	float:right; 
	margin-top:8px;
}

.bubble_container span {
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
}

.bubble_textarea {
	width:650px;
	height:70px;
	display:block;
	float:left;
	margin-top:5px;
}

.bubble_blue {
	width:690px;
	height:75px;
	display:block;
	float:left;
	background:blue url(../img/bub_blue_body.png);
	color:white;
}

.bubble_blue_endl {
	width:16px;
	height:75px;
	display:block;
	float:left;
	background:url(../img/bub_blue_end_l.png);
}

.bubble_blue_endr {
	width:16px;
	height:75px;
	display:block;
	float:right;
	background:url(../img/bub_blue_end_r.png);
}

.bubble_blue_tip {
	width:32px;
	height:31px;
	display:block;
	float:left;
	background:url(../img/bub_blue_tip.png);
	margin-left:20px;
}

.bubble_green {
	width:690px;
	height:75px;
	display:block;
	float:left;
	background:green url(../img/bub_green_body.png);
	color:white;
}

.bubble_green_endl {
	width:16px;
	height:75px;
	display:block;
	float:left;
	background:url(../img/bub_green_end_l.png);
}

.bubble_green_endr {
	width:16px;
	height:75px;
	display:block;
	float:right;
	background:url(../img/bub_green_end_r.png);
}

.bubble_green_tip {
	width:32px;
	height:31px;
	display:block;
	float:right;
	background:url(../img/bub_green_tip.png);
	margin-right:20px;
}

.bubble_red {
	width:690px;
	height:75px;
	display:block;
	float:left;
	background:red url(../img/bub_red_body.png);
	color:white;
}

.bubble_red_endl {
	width:16px;
	height:75px;
	display:block;
	float:left;
	background:url(../img/bub_red_end_l.png);
}

.bubble_red_endr {
	width:16px;
	height:75px;
	display:block;
	float:right;
	background:url(../img/bub_red_end_r.png);
}

.bubble_red_tip {
	width:32px;
	height:31px;
	display:block;
	float:left;
	background:url(../img/bub_red_tip.png);
	margin-left:20px;
}

.bubble_black {
	width:690px;
	height:75px;
	display:block;
	float:left;
	background:black url(../img/bub_black_body.png);
	color:white;
}

.bubble_black_endl {
	width:16px;
	height:75px;
	display:block;
	float:left;
	background:url(../img/bub_black_end_l.png);
}

.bubble_black_endr {
	width:16px;
	height:75px;
	display:block;
	float:right;
	background:url(../img/bub_black_end_r.png);
}

.bubble_black_tip {
	width:32px;
	height:31px;
	display:block;
	float:left;
	background:url(../img/bub_black_tip.png);
	margin-left:20px;
}

.divider_line {
	width:690px;
	height:4px;
	display:block;
	float:left;
	background:url(../img/line.png) no-repeat;
	margin-left:10px;
	margin-top:10px;
}

#copy {
	width:375px;
	height:40px;
	display:block;
	float:left;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	margin-left:15px;
	margin-top:5px;
	color:#00CC66;
}

#contact {
	width:300px;
	height:30px;
	display:block;
	float:left;
	text-align:right;
	margin-top:15px;
}

#contact a {
	color:#009966;
}

#contact a:hover {
	color:#00CC66;
}

/* ARCHIVE */
.archive_item {
	width:670px;
	height:auto;
	margin-left:25px;
	display:block;
	float:left;
}