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

#page {
	position: absolute;
	width: 1024px;
	height: 768px;
	left: 50%;
	margin-left: -512px;
	background-repeat: no-repeat;
	background-image: url(background_image.png);
	top: 35px;
	border-width: 0.5px;
	border-color: #666666;
	border-style: solid;
}

#live_area {
	position: absolute;
	width: 638px;
	height: 675px;
	top: 20px;
	left: 50%;
	margin-left: -319px;
	border-width: 0.5px;
	border-color: #666666;
	border-style: solid;
}
	
#logo_banner_top_row {
	position: absolute;
	left: 0px;
	width: 638px;
	height: 45px;
	background-repeat: no-repeat;
	background-image: url(logo_banner.png);
	
}

#tagline_banner_second_row {
	position: absolute;
	left: 0px;
	width: 638px;
	height: 51px;
	top: 45px;
	background-repeat: no-repeat;
	background-image: url(tagline_banner.png);
	
}

#main_image_container {
	position: absolute;
	left: 0px;
	top: 95px;
	width: 638px;
	height: 257px;
	background-repeat: no-repeat;
	background-image:url(about_image.jpg)
	
}

#main_content_area {
	position: absolute;
	left: 0px;
	top: 352px;
	width: 638px;
	height: 254px;
	background-repeat: no-repeat;
	background-image: url(about_main_content_box.png);
}

#bottom_row_image {
	position: absolute;
	left: 0px;
	top: 610px;
	width: 638px;
	height: 35px;
	background-repeat: no-repeat;
	background-image: url(bottom_image_banner.png);
}

#footer_row {
	position: absolute;
	left: 0px;
	top: 645px;
	width: 638px;
	height: 35px;
}

		
.footer_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}

#column_left_container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 404px;
	height: 244px;
	padding-left: 10px;
	padding-top: 10px;
}

#column_middle_container {
	position: absolute;
	left: 210px;
	top: 0px;
	width: 202px;
	height: 244px;
	padding-left: 10px;
	padding-top: 10px;
}


#column_right_container {
	position: absolute;
	left: 424px;
	top: 0px;
	width: 202px;
	height: 244px;
	padding-left: 10px;
	padding-top: 10px;
}

#column_left_text_image {
	position: absolute;
	left: 5px;
	top: 40px;	
}

#column_left_text_box {
	position: absolute;
	left: 10px;
	top: 38px;
	width: 392px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	height: 181px;
}

#column_right_text_box {
	position: absolute;
	left: 10px;
	top: 38px;
	width: 196px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #F00;
	height: 184px;
}

#twitter_box_middle_column {
	position: absolute;
	left: 11px;
	top: 28px;
	width: 199px;
}

.twitter_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	color: #000;
}

.twitter_test {
		font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: 10px;
	color: #000;
	
}

#nav_bar_top_left {
	position: absolute;
	right: 0px;
	width: 400px;
	height: 21px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	top: 18px;
}

#photo_layer_1 {
	position: absolute;
	top: 0px;
	width: 638px;
	height: 254px;
	background-color: #666;
	visibility: visible;
	background-image: url(shirt_1.jpg);
	background-repeat: no-repeat;	
}

#photo_layer_2 {
	position: absolute;
	top: 0px;
	width: 638px;
	height: 254px;
	background-color: #666;
	visibility: hidden;
	background-image: url(shirt_2.jpg);
	background-repeat: no-repeat;	
}
#photo_layer_3 {
	position: absolute;
	top: 0px;
	width: 638px;
	height: 254px;
	background-color: #666;
	visibility: hidden;
	background-image: url(shirt_3.jpg);
	background-repeat: no-repeat;	
}
#photo_layer_4 {
	position: absolute;
	top: 0px;
	width: 638px;
	height: 254px;
	background-color: #666;
	visibility: hidden;
	background-image: url(shirt_4.jpg);
	background-repeat: no-repeat;	
}

.numbers {
	cursor: pointer;
}

.red_links {
	color: #F00;		
}
	
	
a.specialLink:link { color: red; }
a.specialLink:visited { color: red; }
a.specialLink:hover { color: black; }