@charset "utf-8";
/* CSS Document */
BODY {
	background-color:#FFFFFF;
	background-repeat:repeat;
	font:"Century Gothic", "Arial Rounded MT Bold", Arial;
	font-size:14px;
}

A {
	height:30px;
	text-decoration:none;
	color:#432b18;
	font-weight:bold;
}

A:HOVER {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

IMG {
	border:none;
}

DIV {
	display:block;
	width:800px;
}

div.north {
	height:30px;
}

div.west {
	float:left;
	width:87px;
	height:422px;
}

div.logoContainer {
	position:absolute;
	float:left;
	width:666px;
	height:152px;
	left: 129px;
	top: 66px;
}

div.mainCenter {
	float:left;
	background:url(../images/box_outer.gif) no-repeat;
	width:625px;
	height:422px;
}

div.mainCenterSpacer {
	float:left;
	width:625px;
	height:140px;
}

div.innerBoxSpace {
	float:left;
	width:160px;
}

div.innerBox {
	background:url(../images/box_inner.gif) no-repeat;
	float:left;
	width:309px;
	height:145px;
}

div.loginText {
	margin-top:40px;
	float:left;
	width:140px;
	height:20px;
}

div.loginInput {
	margin-top:40px;
	float:left;
	width:169px;
	height:20px;
}

div.loginButton {
	margin-top:20px;
	margin-left:75px;
	float:left;
	width:169px;
	height:20px;
}

div.boxes {
	margin-top:10px;
	height:46px;
	width:625px;
}

div.boxes#layer2 {
	margin:0px;
}

div.box0 {
	float:left;
	width:475px;
	height:46px;
}

div.box4 {
	float:left;
	width:160px;
	height:123px;
}

div.box1 {
	float:left;
	width:46px;
	height:46px;
}

div.boxmargin {
	float:left;
	width:12px;
	height:46px;
}

div.box1#box1 {
	background-color:#add1ff;
}

div.box1#box2 {
	background-color:#6faefd;
}

div.box1#box3 {
	background-color:#3d93fe;
}


