@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	margin-bottom:1px;
}
body {
	color:#333333;
	background-color:#333333;
	background-image:url(../images/dm_background.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top right;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
}

/*main construction elements*/

#container { /*contains every page element*/
	margin-left: auto;
	margin-right:auto;
	height:100%;
	min-height: 100%;
	width: 820px;
	position: relative;
}
#linksbox {
	width:100%;
	height:20px;
	margin-top:10px;
}
#banner {
	width:820px;
	height:170px;
	margin:0;
	overflow:hidden;
}
#fb_btns {
	position:absolute;
	top:35px;
	right:30px;
	width:30px;
	height:30px;
	z-index:111;
}
#lang_btns {
	position:absolute;
	top:130px;
	right:30px;
	width:30px;
	height:40px;
	z-index:101;
}
#centre_shadow {
	background:url(../images/bg_shadow.png) repeat-y left top;
	width:820px;
	height:auto;
	position:relative;
	display:table-cell;
}
#maincontent {
	width:720px;
	min-height:400px;
	margin: 0px 50px;
	margin-bottom:50px;
}
#left460 {
	width:460px;
	background-color:#FFF;
	height:100%;
	float:left;
}
#right460 {
	width:460px;
	height:100%;
	float:right;
}
#left220 {
	width:220px;
	height:100%;
	padding-right:10px;
	float:left;
	border-style: dotted; 
	border-width: 0px 1px 0px 0px;
	border-color:#D3073C;

}
#right220 {
	width:220px;
	height:100%;
	padding-left:10px;
	float:right;
	border-style: dotted; 
	border-width: 0px 0px 0px 1px;
	border-color:#D3073C;
}


/*boxout styles*/
.boxout_red220 {
	width:204px;
	height:auto;
	background-color:#D3073C;
	padding:8px;
}
.boxout_blue220 {
	width:204px;
	height:auto;
	background-color:#0074B5;
	padding:8px;
}
.boxout_grey220 {
	width:204px;
	height:auto;
	background-color:#444444;
	padding:8px;
}

/*footer content elements*/
#footer {
	width:820px;
	height:130px;
	margin:0;
	overflow:hidden;
	position:relative;
}
#footer_link1 {
	width:80px;
	height:40px;
	position:absolute;
	left:38px;
	top:37px;
}
#footer_link2 {
	width:80px;
	height:40px;
	position:absolute;
	left:125px;
	top:37px;
}
#footer_link3 {
	width:80px;
	height:40px;
	position:absolute;
	left:212px;
	top:37px;
}
#footer_sponsor {
	width:360px;
	height:65px;
	position:absolute;
	top:38px;
	right:25px;
	text-align:right;
}
#footer_text {
	width:450px;
	height:20px;
	position:absolute;
	left:35px;
	top:70px;
}

/*inline graphics float commands*/

img.floatleft { 
    float: left; 
    margin-right: 10px; 
}
img.floatright { 
    float: right; 
    margin-left: 10px; 
}

/*clearfloat command*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*horizontal rule style*/
hr { 
	height: 0; 
	border-style: dotted; 
	border-width: 1px 0 0 0;
}

/*colour styles*/
.red {
	color:#D3073C;
}
.blue {
	color:#0074B5;
}
.white {
	color:#FFFFFF;
}

/*listed links container*/
.listlinks p {
	width:auto;
	height:auto;
}

/*pullquote container*/
#pullquote {
	width:auto;
	height:auto;
}

/*picture spacer style*/
.pic {
	margin-bottom:10px;
}

