*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(images/bg_slice.gif) #fff repeat-x top;
	color: #33607f;
	padding: 0 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 18px;
	margin: 0px;	
}
h2 {
	font-size: 16px;
	margin: 0px;	
}


/* --- Layout --- */
#page{
	margin: 0 auto;
	width: 940px
}

/* --- Header --- */
#header{
	height: 100px;
	position: relative;
}

/* --- Logo --- */
#logo {
	float: left;
	width: 288px;
	height: 64px;
}

/* --- navigation --- */
#navigation {
	float: none;
	width: 100%;
	height: 80px;
	padding-left: 4px;
}
.nav {
	float: left;
	width: 150px;
	height: 50px;
	padding-right: 6px;	
}

/* --- BOX 1 --- */
.box1{
	color: #ffffff;
	margin: 0 0 25px;
	width: 940px
}
.box1 .top, .box1 .bot{
	background: url(images/box1-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box1 .bot{
	background: url(images/box1-bot.gif) no-repeat top;
}
.box1 .spacer{
	height: 1%;
	padding: 5px 25px;
	background-color: #33607f;
}
.box1 p{
	padding: 0
}

/* --- BOX 2 --- */
.box2{
	margin: 0 0 30px;
	width: 940px
}
.box2 .top,.box2 .bot{
	background: url(images/box2-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box2 .bot{
	background: url(images/box2-bot.gif) no-repeat top;
}
.box2 .spacer{
	background: url(images/box2-bgr.gif) repeat-y top;
	height: 1%;
	padding: 15px 25px;
}
.box2 img {
	border:0;
}
.box2 .content {
	height: 234px;
	width: 100%;
}
.box2 .cover {
	float: left;
	height: 234px;
	width: 180px;
}



/* ### FOOTER ### */
#footer {
	width: 940px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 30px;
	font-size: 11px;
	color: #89A8C0;
}
#footer #top{
	background: url(images/footer.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden;
	background-color: #FF0000;
}
#footer a, a:visited {
	color: #89A8C0;
	text-decoration: underline;
}
#footer a:hover {
	color: #33607F;
}
#footer img {
	float: right;
	margin-left: 5px;
}


/* --- Link --- */
a, a:visited {
	color: #33607F;
	text-decoration: underline;
}
a:hover {
	color: #FD8825;
	text-decoration: underline;
}


