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

body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	background-image: url(links/tartan_background.gif);
	background-repeat: repeat;
}

#container{
	display:block;
	position:relative;
	margin:0px auto;
	width:960px;
	height:auto;
}

.container_900{
	display:block;
	position:relative;
	width:900px;
	height:auto;
	float:left;
}

.tag_overlay{
	display:block;
	position:relative;
	width:30px;
	height:437px;
	float:left;
}

/* HEADER */

.flash_area{
	display:block;
	position:relative;
	width:900px;
	height:437px;
	background-image: url(links/background_top.gif);
	background-repeat: no-repeat;
}

/* BODY */

.content_container{
	display:block;
	position:relative;
	width:900px;
	height:auto;
	background-image: url(links/background_bottom.gif);
	background-repeat: no-repeat;
}

.content_news_background{
	display:block;
	position:relative;
	width:900px;
	height:auto;
	background-image: url(links/background_news.gif);
	background-repeat: repeat-y;
	background-color:#000000;
}

.content_left{
	display:block;
	position:relative;
	width:337px;
	height:auto;
	float:left;
}

.content_right{
	display:block;
	position:relative;
	width:563px;
	height:auto;
	float:right;
}

.content_right_inner_content_l{
	display:block;
	position:relative;
	width:275px;
	height:auto;
	float:left;
}

.content_right_inner_content_r{
	display:block;
	position:relative;
	width:275px;
	height:auto;
	float:right;
}


.clear{
	display:block;
	position:relative;
	width:900px;
	height:81px;
	clear:both;
	background-image: url(links/bottom_clear.gif);
	background-repeat: no-repeat;
}

.signoff{
	display:block;
	position:relative;
	width:900px;
	height:20px;
	padding:45px 0px 0px 0px;
}

.left_white_content{
	display:block;
	position:relative;
	width:253px;
	height:auto;
	background-color:#ffffff;
	margin:55px 0px 0px 48px;
}


/* FONTS */
	
.body_black_7 {
	font-weight:normal;
	font-size:0.7em;
	color:#000000;
	margin:2px 20px 0px 20px;
	}
	
.body_white_7 {
	font-weight:normal;
	font-size:0.7em;
	color:#ffffff;
	margin:5px 20px 0px 0px;
	}
	
.body_pink_7 {
	font-weight:normal;
	font-size:0.7em;
	color:#EC008C;
	margin:5px 20px 0px 20px;
	}
	
.body_white_6 {
	font-weight:normal;
	font-size:0.6em;
	color:#ffffff;
	margin:5px 50px 0px 0px;
	}
	
/* BUTTONS */

a, a:hover {
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	}
	
a:hover {
	color:#e70084;
	}
	
.ap, .ap:hover {
	font-weight:normal;
	text-decoration:none;
	color:#EC008C;
	}
	
.ap:hover {
	color:#fef201;
	}
	
