﻿/*************************************************************************
	General
*************************************************************************/

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	background:url('dirty20002.jpg') #5a3813 no-repeat top center;
	background-attachment:fixed;
}


}
a:hover {
	text-decoration: none;
	color: #dddda9;
}

a:link {
	text-decoration: none;
	color: #dddda9;
}

a:visited {
	text-decoration: none;
	color: #dddda9;
}


/*************************************************************************
	Box
*************************************************************************/

.narrowbox_container {
	position: relative;
	width: 400px;
	height: 280px;
	margin-top: 20px;
	border-color: #ccc;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	background-color: #000;
	background-repeat: no-repeat;
	color: #ddd;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	-khtml-opacity: 0.7;

}


.bastillebox_container {
	position: relative;
	width: 400px;
	height: 280px;
	margin-top: 20px;
	border-color: #ccc;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	background-color: #000;
	background-repeat: no-repeat;
	color: #ddd;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	-khtml-opacity: 0.9;

}

.box_container {
	position: relative;
	width: 750px;
	margin-top: 20px;
	border-color: #ccc;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	background-color: #000;
	background-repeat: no-repeat;
	color: #ddd;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	-khtml-opacity: 0.7;
}

.box_img{
	position: absolute;
	top: 10px;
	left: 285px;
	width: 300px;
	height: 150px;
	max-width: 300px;
	max-height: 150px;
	overflow: hidden;
}

.box_body {
	position: absolute;
	top: 5px;
	left: 5px;
	overflow: hidden;
}

.boxtext_large {
	font-family:'Carrois Gothic SC', sans-serif;'Courier New', Courier;
	font-size: 17px;
	color:#dddda9;
	font-weight:bold;
	}

.boxtext_xlarge {
	font-family:'Carrois Gothic SC', sans-serif;'Courier New', Courier;
	font-size: 20px;
	color:#967035;
	font-weight:bold;
	}

.boxtext_xxlarge {
	font-family:'Carrois Gothic SC', sans-serif;'Courier New', Courier;
	font-size: 28px;
	color:#dddda9;
	font-weight:bold;
	}

.boxtext_small {
	font-family: 'Cousine', sans-serif;'Courier New', Courier;
	font-size: 14px;
	color:#967035;
	}

.boxtext_mini {
	font-family: 'Cousine', sans-serif;'Courier New', Courier;
	font-size: 10px;
	color:#967035;
	text-align:center;
	}
	

/**END**/

.logos	{
	position: relative;
	top: 5px;
	left: 5px;
	overflow: hidden;
	
}