/* CSS Document */

html, body {
	height: 100%;	
}

body {
	margin:0px auto 0px auto;
	padding: 0;
	background-color: #1C0021;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica;
	background-image:url(/graphics/common/page-bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
}

body /* Internet Explorer */ 
{ 
	text-align: center; 
} 

body /* Mozilla Firefox alignment */ 
{ 
	text-align: -moz-center; 
} 

.clearall {
  clear: both;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:103px;
	width:980px;
}

#header-logo {
	float:left;
	width:344px;
	height:69px;
	margin-top:15px;
	background-image:url(/graphics/common/logo.png);
}

#header-logo { behavior: url(iepngfix.htc);}

#header-advert {
	float:right;
	width:503px;
	height:75px;
	margin-right:20px;
	margin-top:10px;
}

#content-wrapper {
	width:980px;
	margin-top:12px;
}

.box {
	border:solid;
	border-width:2px;
	border-color:#CC00FF;
	background-color:#27002D;
}

.large-text {
	font-size:22px;
}

.medium-text {
	font-size:19px;
}

.bullet-list{
	list-style-image:url(/graphics/common/bullet.png);
	padding-left:20px;
}

h1 {
	font-size:19px;
}

#footer {
	width:980px;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-repeat:no-repeat;
	height:80px;
	padding-top:6px;
	color:#999999;
}