/* general */
body {
	margin:0;
	padding:0;
	min-width:640px;
	background:#fff URL(/images/bg.jpg) repeat-x top left;
	font-family: arial, verdana, "trebuchet ms", sans-serif;
	font-size:11px;
	color:#000;
	text-align:center;
}
img {border:0;}
h1 {
	margin:0 0 15px 0;
	text-transform:uppercase;
	font-size:24px;
}
a {color:#009;}
a:hover {color:#96c;text-decoration:none;}

/* layout */
#box{
	margin:0 auto;
	width:640px;
	text-align:left;
	border-left:1px solid #006;
	border-right:1px solid #006;
}
#logo {
	background:#fff;
	margin:0;
	height:100px;
}
#menu {
	background:#030550 URL(/images/menu.gif) no-repeat top left;
	height:37px;
	line-height:37px;
	text-align:center;
	color:#c9f;
}
#menu a {
	color:#fff;
	padding:0 2px;
	text-decoration:none;
}
#menu a:hover { color:#c9f;}

#copy {
	margin:460px 0 20px 0;
	padding:0 20px;
	background:#fff;
	text-align:justify;
}
#crummy {
	text-transform:capitalize;
	color:#96c;
}
/* footer */
#footy {
	color:#ccc;
	padding:10px;
	text-align:center;
	background:#006;
	line-height:15px;
}
#footy a {color:#fff;padding:0 3px;}
#footy a:hover { color:#c9f;}
#footy b{ text-transform:capitalize;}

/* target zone */
#target {
	position:absolute;
	top:137px;
	width:640px;
	height:443px;
}

/* contact */
form input.noinput {border:0px;color:#96c;font-size:11px;width:23px;}

/* other */
div.linkList {
	position:relative;
	top:0px;
	width:24%;
	float:left;
	text-transform:capitalize;
}
.clear {
	clear:both;
}
div.msg {
	padding:5px;
	color:#fff;
	background:#96c;
	font-weight:bold;
}

/* homepage */
#homepageBox {
	height:200px;
}
div.homepageBox {
	float:left;
	border:1px solid #006;
	width:184px;
	height:200px;
}
.ml {
	margin-left:20px;
}

