/* general */
a {
	color: #A5B2C1;
	text-decoration: none;
}
a:hover {
	color: #C1CED8;
	background: #7D8A99;
}
body {
	background: #C2CCD4 url('gfx/body_bg.gif') repeat-x top;
	font-family: Verdana, Tahoma, Arial;
	margin: 0;
}
h1 {
	font-size: 19px;
	letter-spacing: -2px;
	color: #7F8C9B;
	margin: 8px;
}
h2 {
	font-size: 17px;
	margin: 0px 0px 0px -10px;
}

/* id */

/* div'y */

#divContainer {
	background: #FFFFFF;
	width: 525px;
	margin: 0 auto;
	border-left: 1px solid #555D66;
	border-right: 1px solid #555D66;
}
#divC1 {
	position: absolute;
	width: 527px;
	height: 5px;
	background: url('gfx/corner_bottom.gif') no-repeat;
	margin-left: -1px;
	font-size: 1px;
}
#divContent {
	color: #000000;
	width: 505px;
	padding: 10px;
	font-size: 11px;
}
#divFooter {
	width: 505px;
	color: #C2CCD4;
	font-size: 10px;
	padding: 10px;
	text-align: center;
}
#divFooter a {
	text-decoration: underline;
}
#divHeader {
	width: 100%;
	height: 32px;
	background: url('gfx/header.gif') no-repeat;
}
#divSpace {
	width: 515px;
	height: 15px;
	padding: 10px 5px 5px 5px;
	background: url('gfx/space.gif') no-repeat;
	font-size: 11px;
	color: #616678;
	text-align: left;
}
#divTop {
	width: 100%;
	height: 120px;
	background: url('gfx/top_bg.gif') no-repeat;
}

/* listy */

ul#ulNav{
	float: right;
	text-align: right;
	width: 300px;
	height: 12px;
	list-style-type: none;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
ul#ulNav li{
	display: inline;
}
ul#ulNav li a{
	height: 32px;
	width: auto;
	padding: 10px 7px 10px 7px;
	text-decoration: none;
}
ul#ulNav li a:hover{
	background: url('gfx/menu_hover.gif');
	color: #F93F26;
}

/* class */

.divBox {
	width: 470px;
	border: 1px solid #A5B2C1;
	padding: 7px 15px 7px 15px;
	background: url('gfx/cross1.gif') repeat-x;
	background-position: 0px 2px;
	color: #555D66;
}

