/* -- Main styles -- */

html{
	height: 100%;
}

body{
	margin: 0px;
	width: 100%;
	height: 100%;
}

body{
	text-align: center;
	background-color: #fff;
}

body, p, td, div, h1{
	Font-family: Verdana, Helvetica, sans-serif;
	Font-size: 11px;
	color: #383E7D;
}

h1{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

img{
	border-width: 0px;
}

a:link {text-decoration: none; color: #383E7D;}
a:visited {text-decoration: none; color: #A0A0B8;}
a:active {text-decoration: none; color: #A0A0B8;}
a:hover {text-decoration: underline; color: #383E7D;}

/* -- Elements -- */

#box, #skin{
	width: 100%;
	height: 100%;
}

#main{
	margin: 0px auto;
	text-align: left;
	width: 687px;
	margin-top: 10px;
}

#menu{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 687px;
	border-top: #B0B3CA solid 1px;
	border-bottom: #B0B3CA solid 1px;
}

#menu img{
	margin: 5px 5px 2px 5px;
}

#menu .menudot{
	margin: 3px 5px 5px 5px;
}

#leftbox{
	float: left;
	width: 460px;
	height: 444px;
}

#rightbox{
	float: right;
	width: 205px;
	height: 444px;
	line-height: 19px;
	z-index: 99;
	color:#383E7D;
}
#rightbox p{color:#383E7D}

#intro {
	position: absolute;
	clear: both;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 100;
	width: 689px;
	height: 445px;
}
