body {
	margin: 0px 0px 0px 0px;
	background: #242424 url('../images/wallpaper.png');
}

img, .container, .Box, .menu, .menu-left, .menu-right, .divider, .logo, .slogan, .footer, .domainSearch, h1 { 
behavior: url('css/iepngfix.htc');
}

.logo {
	background: url('../images/logo.png') no-repeat top left;
}

.logolink {
	width:325px;
	position: relative;
	top: 30px;
	left: 10px;
}

.slogan {
	background:url('../images/slogan.png') no-repeat center;
	height:115px; width:440px;
}

.divider {
background:url('../images/divider.png') no-repeat;
}

.menu {
	/*background: url('../images/menubar.png') repeat-x;*/
	color: #dab31a;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-repeat:repeat;
}

/*
.menu-left {
background:url('../images/menu-left.png') no-repeat;
}

.menu-right {
background:url('../images/menu-right.png') no-repeat;
}
*/


.menu a:link {
	color: #bbbbba;
	text-decoration: none;
}

.menu a:visited {
	color: #bbbbba;
	text-decoration: none;
}

.menu a:hover {
	color: #fff;
	text-decoration: none;
}

a:link {
	color: #897120;
	text-decoration: none;
}

a:visited {
	color: #897120;
	text-decoration: none;
}


a:hover {
	color: #554531;
	text-decoration: none;
}

.footer a:link {
	color: #B0AF9D;
	text-decoration: none;
}

.footer a:visited {
	color: #B0AF9D;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
	text-decoration: none;
}

.container {
	background: url('../images/container.png') no-repeat;
	width: 842px;
	height: 590px;
}

.containerPaper {
		background: url('../images/container_paper.jpg') repeat;
		width: 829px;
		height: 577px;
		position: relative;
		top: 5px; left: 2px;
}

.header {
		background: url('../images/header.jpg') no-repeat;
}

.mainContent {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3a3d3a;
}

.Box {
	background: url('../images/box.png') no-repeat;
	width: 460px;
	height: 300px;
}

.inBox {
	padding-left: 25px;
	padding-top: 5px;
	width: 400px;
}

.otherContent {	
	padding-left: 15px;
}

.rightContent {	
	padding-right: 15px;
}

.domainSearch {	
	padding-left: 25px;
	color:#fff;
	background:url('../images/domain-search.png') no-repeat;
	height:189px;
}

h1 {
	font: 18px Helvetica, Verdana, sans-serif;
	height: 24px;
	color: #333;
	font-weight:normal;
	background: url('../images/divider.png') no-repeat 0 21px;
}

.footer {
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	width: 825px;
	padding-top:6px;padding-right: 15px;
	background:url('../images/footer_glow.png') no-repeat top;
}