/*********************/
/* CSS - BDWM Domain */
/*********************/

/* HTML-Tags */

body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center; /* fix for IE 5.x (centering the container) */
	}
	
li
	{
	list-style-position: outside;
	list-style-image: url(../images/bullets/bullet_redArrow.gif);	
	}

/* Structure DIVs */

#container_div
	{ 
	width: 760px;
	margin: 10px auto 0px auto;
	position: relative;
	text-align: left; /* removes IE 5.x inside the container */
	}

#bl_header
	{
	background-image: url(../images/box_large/box_large_header.gif);
	width: 760px;
	height: 106px;
	}
	
#bl_body
	{
	background-image: url(../images/box_large/box_large_body.gif);
	width: 760px;
	}

#bl_footer
	{
	background-image: url(../images/box_large/box_large_footer.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	}
	
/* Content DIVs */

#mainContent
	{
	margin-left: 368px;
	padding: 10px 20px 10px 10px;
	}

#picture
	{
	float: left;
	width: 365px;
	margin-left: 2px;
	}
	
#button
	{
	margin-left: 368px;
	text-align: center;
	padding: 0 30px 20px 10px
	}

/* Misc */

.slogan
	{
	font-weight: bold;	
	}

.highlight
	{
	font-weight: bold;
	color: #FF0000;	
	}

.image_link
	{
	border: none;
	}
.clearfloat
	{
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
	}
