/*STYLESHEET - SiRiRo - OKdesigns*/

body {
	font-family:Arial;
	font-size:;
	background:#bde4f5;
}

* {
	margin:0px;
	padding:0px;
}

#wrap {
	width:100%;
	text-align:center;
}

#content {
	width:1024px;
	margin:auto;
}

/*DIV MAJOR*/

#d1 {
	width:1024px;
	height:150px;
	padding-top:10px;
	padding-bottom:15px;
	background:url('img/layout/logo1.png') no-repeat center;
}

#d23_wrap {
	width:1024px;
}

#d2 {
	width:199px;
	float:left;
	border-right:1px solid #888888;
}

#d3 {
	width:813px;
	float:left;
	padding:5px;
}

#d3 img {border:0;}

#d4 {
	float: right;
	border: 1px solid black;
	border-right: none;
	height: 80%;
	width: 5%;
	overflow: scroll;
}

/*NAVI*/

#navi {
	text-align:left;
}

#navi a{
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	color:#444444;
}

#navi a:hover {
	text-decoration:none;
	color:#000000;
}

#navi img {
	vertical-align:middle;
	margin-right:5px;
	margin-bottom:5px;
}

/*CLASSES*/

.clear {clear:both;}