/* CSS Document */


body {
	background-image: url(../img/jahboombg.jpg); 
	background-repeat: repeat-x;
	background-color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
	margin-top: 0px;
}

#page {

		width: 1022px;
        margin: 0 auto;
		height:auto;

}

/* Header Area */

#header {

		width: 969px;
		height: 399px;
        margin: 0 auto;
		background-image:url(../img/bg_page.png);
		
}

#welcome {

		width: 768px;
		height:164px;
		background-image:url(../img/welcome.png);
		float:left;
		margin-left:2px;
		padding-left:5px;
		padding-top:12px;

}

#social {

		width: 181px;
		height:176px;
		float:left;


}


#welcome_title {

		width: 773px;
		height:10px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:20px;
		font-weight:bold;
		color:#FFFFFF;
		padding-left: 12px;

		
		}
		
#welcome_text {

		width: 766px;
		height:10px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		color:#FFFFFF;
		font-weight:bold;
		padding-left: 18px;

		
		}

/* Main Content Area */

#content {

		width: 969px;
        margin: 0 auto;
		background-image:url(../img/bg_page.png);
		height:inherit;

}

#left {

		width: 160px;
        margin-left: 8px;
		background-color:#330000;
		float:left;

}

#right {

		width: 160px;
        margin-right: 8px;
		background-color:#330000;
		float:left;

}

#center {
		width: 615px;
        margin: 0 8px;
		background-color:#330000;
		float:left;
}

.prevtext {

		font-size:11px;
        color:#FFFFFF;

}

.content_title {

		width: 666px;
		height: 30px;
        margin: 0 auto;
		background-image:url(../img/tab_main.png);
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:20px;
		color:#FFFFFF;
		padding-left: 8px;
		padding-top: 4px;

}

.content_text {

		width: 666px;
		height: 30px;
        margin: 0 auto;
		background-color:#FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		padding-left: 8px;
		padding-top: 4px;

}

._text {

		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		
		}

.content_footer {

		width: 674px;
		height: 16px;
        margin: 0 auto;
		background-image:url(../img/tab_foot.png);
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:20px;
		color:#FFFFFF;

}



/* Footer Information */

#footer {

		width: 969px;
		height: 80px;
        margin: 0 auto;
		background-image:url(../img/bg_page.png);
}

#copy { 
		width: 960px;
		height: 65px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		background-image:url(../img/footer.png);
		margin-left: 2px;
		margin-right: 15px;
		padding-top:15px;
		}
		
.copy_text { 
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFFFFF;
		line-height: 16px;

		}

.thanks a:link {color: #ae4151; text-decoration:none; }
.thanks a:visited {color: #ae4151; text-decoration:none;}
.thanks a:hover {color: #e7586d; text-decoration:underline;}

.borderit img{
border: 3px solid #ffffff;
}

.borderit:hover img{
border: 3px solid ae4151;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}
