body{
	margin: 0 auto 0 auto;
	width: 980px;
	font-size: 10pt;
	padding: 0 5px 0 5px;
	}

.clean {
	clear:both;
}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

form{
	margin: 0;
	}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	}

h1{
	font-size: 10pt;
	}

a{
	text-decoration: none;
	}

header{
	clear: both;
	background: url(../images/Logo.jpg) no-repeat center top;
	height: 150px;
	}

header h1{
	padding: 0 10px 0px 20px;
	color: #FFF;
	background: transparent;
	font-weight: bold;
	font-size: 32px;
	}

header span{
	margin: 0 10px 0 20px;
	color: #FFF;
	background: transparent;
	font-weight: bold;
	font-size: 18px;
	}

nav{
	background: #000000 no-repeat left top;
	height: 30px;
	width: 100%;
	text-align: left;
	float: left;
	margin-bottom: 10px;
	}

nav ul li{
	float: left;
	width: 123px;
	text-align: center;
	height: 22px;
	font-size: 20px;
	padding: 5px 0 0 0;
	}

nav ul li a:link, nav ul li a:visited {
	color: #009ACD;
}

nav ul li a:hover{
	text-decoration: underline;
	}

#main{
	clear: both;
	min-height: 30px;
	margin: 0 auto;
}

#main form{
	margin-top: 1%;
	margin-bottom: 1%;
}

#main form input{
	float: left;
	font-size: 20px;
	padding: 4px 2px;
	border: solid 1px #000000;
	width: 795px;
	margin: 20px 5px 20px 20px;
	height: 30px;
}

#main form #button{
	width: 125px;
	height: 40px;
	text-align: center;
	line-height: 33px;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin: 20px 20px 20px 5px;
}

#main>div:first-child{
	clear: both;
	margin-top: 10px;
}

#DB{
	display: block;
}

#main h1, #main h3 a:link, #main h3 a:visited{
	color: #009ACD;
	font-weight: bold;
	font-size: 20px;
}

#main h3 a:hover{
	text-decoration: underline;
}

#main ul{
	width: 20%;
	float: left;
	margin-right: 10px;
}

#main ul li{
	border-bottom: solid 1px #000000;
	min-height: 24px;
	font-size: 18px;
	line-height: 30px;
}

#main ul li a, #main ul li a:link, #main ul li a:visited {
	color: #000000;
}

#main ul li a:hover{
	color: #009ACD;
}

#main iframe{
	width: 72%;
	min-height: 500px;
	float: left;
	margin-bottom: 25px;
	border: 0px;
	display: block;
}

#icons{
	width: 5%;
	float: right;
	display: block;
}

#icons ul{
	width: 100%;
	float: left;
}

#icons ul li{
	border: none;
	height: 60px;
}

#edit_mode{
	position: absolute;
	display: none;
}

footer{
	clear: both;
	text-align: center;
	border-top: RGB(210,210,210) 1px solid;
	padding: 10px 0 10px 0;
	}

#container {
width: 966px;
margin: 0px auto;
padding: 0px;
}

article {
	margin: 0px auto;
	padding: 0px;
	width:661px;
	height: 600px;
	text-align: center;
	float: left;
}

article>img {
	margin: 4px;
	padding: 4px;
	max-width: 645px;
	max-height: 584px;
	border: 1px #009ACD solid;
}

section {
	float: right;
	width: 300px;
	height: 600px;
	text-align: center;
	margin: 0px auto;
	border-right: 2px #009ACD dashed;
	border-left: 2px #009ACD dashed;
}

section ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 300px;
}

section ul li {
	float: right;
	clear: right;
	margin: 0px 2px;
	padding: 5px 5px;
	width: 136px;
}

section ul li.selected{
	background-color: #009ACD;
}

section ul li.left_side {
	float: left;
	clear: left;
}

section ul li img{
	width: 136px;
}
