*
{
	margin:					0;
	padding:				0;
}

html
{
	height:                100.1%;
}

body
{
/*    background:             #717D7D; */
/*	background:				#5E7D7E; */
    background:             url(../img/bluepixel.jpg) repeat;
	height:					100%;
	font:					11px/1.7 "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align:				center;
}

a img
{
	border:					0;
}

h1, h2, h3
{
	font-weight:			normal;
	padding:				10px 0 0;
	margin:					0 0 10px;
}

h1
{
	font-size:				22px;
	border-bottom:			1px solid #ddd;
}

h2
{
	font-size:				20px;
	margin:					0 0 10px 20px;
	border-bottom:			1px solid #ddd;
}

h3
{
	font-size:				18px;
	margin:					0 0 10px 40px;
}

h4
{
	margin:					0;
	padding:				0;
	font-size:				12px;
}


a:link, a:visited
{
	color:					#C11B17;
}

a:hover, a:active
{
	color:					#e65551;
}

.clear
{
	clear:					both;
	overflow:				hidden;
	width:					1px;
	height:					1px;
	margin:					0 -1px -1px 0;
	border:					0;
	font-size:				0;
	line-height:			0px;
}

/* layout */

#container {
	width:					545px;
    background: url(../img/background-cmb.jpg) no-repeat;
/*	background-color:		#fff;
    background-color:       transparent; */
	margin: 				0 auto;
	text-align:				left;
	padding:				68px 15px 15px 15px;
	height:                 540px;

}



/* javascript */

.ajax-loading
{
	padding:                50px;
	background:             url(../images/ajax.gif) no-repeat center;
}


#header {
	width:					545px;
    background-color:       transparent;
	margin: 				0 auto;
	text-align:				left;
	padding:				15px 15px 15px 15px;
/*    background-repeat can be repeat repeat-x repeat-y no-repeat
    color colors text */
}


#footer {
	width:					545px;
	background-color:		#5E7D7E;
background:             url(../img/bluepixel.jpg) repeat;
	margin: 				0 auto;
	text-align:				center;
	padding:				0 15px 5px 15px;

}
